﻿@font-face {
    font-family: 'PTSans'; /*a name to be used later*/
    src: url('http://fonts.googleapis.com/css?family=PT+Sans'); /*URL to font*/
}
html
{
  overflow-y:hidden;  
}
body {
    background-color: #FFFFFF;
    font-family: "PTSans", Verdana, Helvetica, Sans-Serif;
    margin: 0 auto;
    padding: 0;
    color: #696969;
    overflow-x:hidden;
    font-size :11px;
}

.All { font-family: Arial; background-color: white; border: solid 1px #002f65; }
.FontStyle7 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 7px; }
.FontStyle8 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 8px; }
.FontStyle9 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 9px; }
.FontStyle10 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 10px; }
.FontStyle11 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 11px; }
.FontStyle12 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 12px; }
.FontStyle13 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 13px; }
.FontStyle14 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 14px; }
.FontStyle15 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 15px; }
.FontStyle16 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 16px; }
.FontStyle18 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 18px; }
.FontStyle20 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 20px; }
.FontStyle22 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 22px; }
.FontStyle24 { font-family: "PTSans", Verdana, Helvetica, Sans-Serif; font-size: 24px; }

div#generic {
    padding: 10px;
    text-decoration: none;
    border-color:#cdcdcd;
    border-style:solid;
    border-width:1px; 
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.PublicContainer 
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.SecuredContainer
 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding:0 0 0 0;     
}

/* Styles for Login Display
----------------------------------------------------------*/
fieldset 
{
	background-color:#ffffff; 
    border: 1px solid #ddd;
    padding: 0 2.4em 2.4em 2.4em;
    margin: 0 0 1.5em 0;
    width:260px;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    color:#727fca;
}
.editor-label 
{
    margin: 1em 0 0 0;
}
.editor-field 
{
    margin: 0.5em 0 0 0;
}

.ForgotPassword-Textbox-Wide
{
 width:250px; 	
 font-size:12pt; 
}

.Login-Textbox-Wide
{
 width:260px; 	
 font-size:12pt; 
}

.PIN-Textbox-Wide
{
 width:150px; 	
 font-size:12pt; 
 vertical-align:top; 
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 0;
    position: relative;
    margin: 0;
    text-align: Left;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #7482bf;
    background-color: #a8b1d7;
    color: #ffffff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #cccc99;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #cccc99;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #cccc99;
    color: #000;
}
.banner
{
	width:1900px;
	height:144px;
	vertical-align:top;
}

/* HEADER SLIDESHOW */
/*
#slideshow {
	position:absolute;
	top:130px;	
	width:1900px;
	height:144px;
	left:-412px;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
*/
/*Input Textbox*/
.input_text
  {
         border:1px solid #c0c0c0;
         padding:4px;
         font-size:14px;
         color:#000000;
         background-color:#ffffff;
  }
     
   .input_text:focus, input.input_text_focus
  {
        border-color:#646464;
        background-color:#ffffc0;
  }
  
  div.pagingContainer
{
    float:right;
}

ul.filterAlpha 
{
    list-style-type:none; 
    margin:0px;
    float:left;
}

ul.filterAlpha li 
{ 
    margin:2px;
    font-size:160%;
    border: 1px solid #f5f5f5;
    padding:6px 8px;   
    float:left;
}

ul.filterAlpha li.selected
{ 
    background-color:#333333;
    color:White;
}

ul.filterAlpha li a 
{
   color:#333333;
}

div.searchBox { 
                margin:10px 0px 10px 0px;
                border:3px solid #f2f2f2;
                padding:15px 10px 10px 15px;
                -webkit-border-radius:0 3px 3px 0;
                -moz-border-radius:0 3px 3px 0;
                border-radius:0 3px 3px 0;
                }

.header_table
{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:13px;
	margin:10px 10px 10px 10px;
    color:#1d2a5b;
	position: relative;
    width: 95%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    /*zoom:1;*/
	/*table-layout:fixed;*/
}        

/*
.header_table td { overflow: hidden; }
*/

.header_wrapper
{
     position: relative;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    zoom: 1;
}

.header_td_label
{
	text-align:left;
    white-space: nowrap;
	}

.header_td_labelbar
{
    text-align: left;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #7FA5D7;
}
.header_table label
{
	vertical-align:middle;
	font-weight:normal ;
	margin:0px 10px 0px 10px;
	}

.header_label_text
{
	text-align:left;
	
	vertical-align:middle;
	}

.header_table input[type="text"]
{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	margin:2px 0px 0px 2px;
	border:1px solid #96a6c5;
    font-weight:normal;
	/*padding:6px 6px 6px 6px;*/
/*	width:200px;*/
	}	
.header_table input[type="text"][data-format="date"]{width:80px;}	
.header_table input[type="text"][data-format="totalcost"]{text-align:right;}
.header_table input[type="text"][data-format="ucost"]{text-align:right;}	
.header_table input[type="text"][data-format="qtyinv"]{width:90px; text-align:right;}	
.header_table input[type="text"][data-format="qtypur"]{width:90px; text-align:right;}	
.header_table input[type="text"][data-format="rate"]{width:90px; text-align:right;}	

/*
.header_table input[type="text"][data-textbox-size="x"]{width:300px;}	
.header_table input[type="text"][data-textbox-size="xx"]{width:400px;}	
*/
	
.header_table select
{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	margin:2px 0px 0px 2px;
	border:1px solid #96a6c5;
    font-weight:normal;
	/*padding:6px 6px 6px 6px;*/
	/*width:100px;*/
	}	
	
.header_radio_button_list 
{
    white-space :nowrap;
}
.header_highlight
{
    color:#ff0000;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
/*
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}
*/
.error, .hasError
{
    border: 1px solid red !important;
    background-color: #ffeeee;
}
/*
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
*/
/*
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
*/

.k-window .k-widget
{
    z-index:0;
}

.k-grid td {
    white-space: pre;
    overflow: hidden;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
    padding-right:2px;
}
 
.k-grid table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0px; 
}
 
.k-grid tbody .k-button {
    min-width: 0px;
}    	

.toolbar
	{
        background-repeat:repeat-x;
        font-size:11px;
        width: 100%;
        height:30px;
/*        height:2.9em;*/
/*    	background-image :url('images/headerBarPart.jpg');	*/
}

.titlecell {
	text-align: right;
	position: relative;
	font-size:16px;
	color:#000000;
	right: 20px;
    white-space:nowrap;
	/*background-image:url("Web20/sprite.png")*/
}
.toolbarCPM
{
    color:red;
}
.searchGrid
{
    font-size:11px;
}
.gridTitle
{
    float:left;
    font-size:14px;
    padding-left:20px;
}
.gridRecordNotFound
{
    text-align:center;
    font-size:14px;
     padding-top:40px;
}
.detailGrid
{
    font-size:11px;
}

.k-grid .number {
	text-align: right;
	float: right;
	width: 100%;
    height: 100%;
    margin:  0px -2px 0px 0px;
    padding: 0px;
}
.k-grid .string {
	text-align: left;
	float: right;
	width: 100%;
    height: 100%;
    margin:  0px -2px 0px 0px;
    padding: 0px;
}
.k-grid td select {
	text-align: left;
	float: right;
	width: 100%;
    height: 100%;
    margin:  0px -2px 0px 0px;
    padding: 0px;
}
.k-panelbar .k-image,
.k-panelbar .k-sprite
{
    float: left;
    margin-top: 1px;
    margin-right: 5px;
    vertical-align: middle;
}

.inline_button 
{
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
   }

 .gridToolbar 
 {
     font-family:"PTSans",tahoma,verdana,arial,sans-serif;
     /*float: right;*/
     margin-right: 8px;
     margin-top: 4px;
     margin-bottom: 4px;
     vertical-align:middle;
     display: inline-block;
 }
 .gridToolbar select
{
	width:150px;
	}
.gridToolbar input[type="text"]
{
	/*width:80px;*/	
    width:120px;	
}
.k-grid-toolbar {
	text-align: right;
}
.Image_Transparent
{
background:transparent;
border:none;
display:none;
}
.Image_Exclamation
{
 background:url('../../Assets/images/buttons/alertO.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width:24px;
 height:24px;
 border: none;
}
.Image_Warning
{
 background:url('../../Assets/images/buttons/alertO.png');
 background-repeat:no-repeat; 
 background-position:center; 
 border: none;
 width:24px;
 height:24px;
}
.Button_Charge
{
 background:url('../../Assets/images/buttons/budget.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 12px;
 height: 20px;
 cursor:pointer;
}
.Button_Detail
{
 background:url('../../Assets/images/buttons/detail.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 12px;
 height: 20px;
 cursor:pointer;
}
.Button_EditDetail
{
 background:url('../../Assets/images/buttons/edit-covers.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 12px;
 height: 20px;
 cursor:pointer;
}
.Button_Delete
{
 background:url('../../Assets/images/buttons/delete.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 12px;
 height: 20px;
 cursor:pointer;
}
.Button_Add
{
 background:url('../../Assets/images/buttons/add.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 12px;
 height: 20px;
 cursor:pointer;
}
.AddButton_Detail
{
 background:url('../../Assets/images/buttons/add.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 9px;
 height:20px;
 cursor:pointer;
}	
.SplitBtn_Detail
{
 background:url('../../Assets/images/buttons/copy.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 12px;
 height: 20px;
 vertical-align:middle;
 cursor:pointer;
}
.QuoteBtn_Detail
{
 background:url('../../Assets/images/buttons/budget.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 12px;
 height: 20px;
 vertical-align:middle;
 cursor:pointer;
}
.Button_Recalc
{
    background:url('../../Assets/images/buttons/recalculate.png');
    background-repeat:no-repeat; 
    background-position:center; 
    width: 12px;
    height: 20px;
}
.gridcolumn select
{
    padding:0;
    font-family:"PTSans",tahoma,verdana,arial,sans-serif;
	border:1px solid #96a6c5;
	width:100%;
}
.BudgetBtn_ArrowRight
{
 background:url('../../Assets/images/buttons/right.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 12px;
 height: 20px;
 vertical-align:middle;
 cursor:pointer;
}
.BudgetBtn_ArrowDown
{
 background:url('../../Assets/images/buttons/down.png');
 background-repeat:no-repeat; 
 background-position:center; 
 width: 12px;
 height: 20px;
 vertical-align:middle;
 cursor:pointer;
}

.k-grid tr.newly_added
{
    background-color: #ffe8a6;
}
.k-grid tr.newly_added.k-state-selected
{
    background-color: rgb(117, 115, 192);
}

.highlight
{
    background-color: #ffcc33 !important;
    /*background-color: yellow !important;*/
}
.report_scheduleOption table
{
    font-size: 11px;
    border-top-color: #003366;
    border-right-color: #003366;
    border-bottom-color: #003366;
    border-left-color: #003366;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
.report_table td
    {
        vertical-align: top;
    }
.report_descr
{
    font-weight: bold;
    text-align:center;
    font-size:18px;
    padding-top: 30px;
    padding-bottom: 12px;
}
.report_bar
{
    background-color:lightgray;
    height:12px;
}

.k-grid-header .k-header {
	color: #000000;
}

.ImportantHightLight {
    /*background-color: #ff0066 !important;*/
    background-color: rgb(255, 128, 131) !important;
    color: #515967 !important;
}
.DuplicatePnumHightLight {
    background-color: #90ee90 !important;
}
.PriceVarHightLight {
    background-color: #add8e6 !important;
}
.systemRecommendedQuote {
    background-color: #80ff80 !important;
}

.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
    width: auto;
    line-height: 2em;
    height: 2em;
    min-width: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.k-pager-numbers .k-state-selected {
    min-width: 17px;
}
.k-pager-numbers .k-link {
    border-style: none;
    margin-right: 2px;
    margin-left: 1px;
}
.k-pager-numbers .k-link:hover {
    border-style: solid;
    margin-right: 1px;
    margin-left: 0px;
}

input.number {
    text-align: right;
}

.k-grid textarea {
    resize: none;
    height: 18px;
    max-height: 18px;
}

.slowmoving
{
    background-color: #90ee90;
}

.PRD_Active{background-color: ##FBFCFC;}
.PRD_DisAllowP{background-color: #6A8A3F;}
.PRD_DisAllowPT{background-color: #EDB135;}
.PRD_Discontinue{background-color: #A62923;}
.PRD_NoMovement{background-color: #EE8044;}

.highlight-red, .highlight-below-zero
{
    background-color: red; /*#ee8044*/
}
.highlight-yellow, .highlight-below-min
{
    color:#515967;
    background-color:yellow;
}
.highlight-orange, .highlight-below-critical
{
    background-color:orange;
}
.highlight-brown, .highlight-discontinued
{
    background-color:#C48E5F; /*brown*/
}

.Button_RemoveField {
    background:url('../../Assets/images/buttons/delete.png');
    background-repeat:no-repeat; 
    background-position:center; 
    background-size: contain;
    width: 12px;
    height: 20px;
    cursor:pointer;
}

.Button_Search {
    background:url('../../Assets/images/buttons/search.png');
    background-repeat:no-repeat; 
    background-position:left; 
    background-size: contain;
    box-shadow: none;
    width: 70px;
    height: 20px;
    cursor:pointer;
    border:none;
}
    .Button_Search:hover {
        color:#7573c0;
        text-decoration:none;
    }

.recipe_costcentre {
 background-color:lightgray;
 color:#002f65;
 font-weight:bold;
  
}
.recipeHilight {
    background-color: #ffcccc !important;
}
.Button_DetailField
{
    background: url('../../Assets/images/buttons/detail.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 20px;
    cursor: pointer;
}

.gridToolbar .inline_button {
    height: 22px;
    width: 22px;
}

/* Commander */
.commander-popup
{
    overflow: hidden !important;
}

#commanderContainer
{
    padding: 0px;
}

.commander-column
{
    float: left;
}

.scm-panel
{
    border: none;
    position: relative;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px 2px #aaa;
    -webkit-box-shadow: 0 0 5px 2px #aaa;
    box-shadow: 0 0 5px 2px #aaa;*/
    width: 100%;
    overflow: hidden;
    
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.scm-panel-header
{
    position: relative;
    height: 25px;
    border: none;
    border-bottom: 2px solid rgb(220,220,220);
    /*border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;*/
}

.scm-panel-header .k-window-title
{
    /*color: black;*/
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*right: 25px !important;*/

    position: relative;
    display: inline-block;
}

.scm-panel-container
{
    /*padding: 8px 0px 8px 0px;*/
    float: left;
}

.scm-panel-container.float-right {
    float: right;
}

    .scm-panel-container.first-panel
    {
        clear: left;
    }

.scm-panel-content-wrap
{
    overflow: hidden;
}

.scm-panel-content
{
    padding: 5px 10px 0px 10px;
}

/*.dashboard-tab-content-wrap
{
    overflow-x: hidden;
    overflow-y: auto;
}*/

.dashboard-tab-content
{
    overflow: auto;
}

.k-tabstrip .k-state-active.k-content.dashboard-tab-content-wrap
{
	background-color: #e3e3e3;
}

.scm-panel-container-wrap
{
    padding: 8px;
    margin-right: 16px;
}

.scm-panel.collapsed .btnShowMore
{
    -moz-box-shadow: 0 -8px 8px 0 #aaa;
    -webkit-box-shadow: 0 -8px 8px 0 #aaa;
    box-shadow: 0 -8px 8px 0 #aaa;
}

.scm-panel-menu-details
{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 3px;
    background-image: url('../images/buttons/report.png');
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    border: none;
}

    .scm-panel-menu-details:hover
    {
        background-color: rgb(164, 194, 241);
    }

.scm-panel-menu-details .k-icon
{
    opacity: 0.01;
}
        
    .scm-panel-menu-details .span-link, .scm-panel-menu-details .span-link:hover
    {
        padding: 2px 5px;
        border: none;
        background-color: transparent !important;
    }
    .scm-panel-menu-details .list-item, .scm-panel-menu-details .list-item:hover
    {
        border: none;
        background-color: transparent !important;
    }

    .scm-panel-menu-details .k-link
    {
        color: #333 !important;
    }

    .scm-panel-menu-details .disable-header
    {
        border-bottom: 1px dashed rgb(220,220,220) !important;
        font-weight: bold;
    }

#commanderContainer .close-tab, #commanderContainer .close-tab:hover
{
    background-position: -64px -288px !important;
    background-color: rgb(127, 165, 215);
    cursor: pointer;
    margin-top: 5px;
}

#commanderContainer .olapgrid_frame, #commanderContainer .olapchart_frame, #commanderContainer .olaptoplist_frame
{
    width:100%;
    border:none;
}

#commanderContainer .sub-detail-tab .olapgrid_frame, #commanderContainer .sub-detail-tab .olapchart_frame, #commanderContainer .sub-detail-tab .olaptoplist_frame
{
    overflow: auto !important;
}

/* ie */
#commanderContainer .olapgrid_frame, #commanderContainer .olapchart_frame, #commanderContainer .olaptoplist_frame, #commanderContainer .dashboard-tab-content-wrap {
    overflow: auto;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #6593cf;
    scrollbar-highlight-color: #6593cf;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #6593cf;
}

/* webkit */
#commanderContainer .olapgrid_frame::-webkit-scrollbar, #commanderContainer .olapchart_frame::-webkit-scrollbar, #commanderContainer .olaptoplist_frame::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
#commanderContainer .olapgrid_frame::-webkit-scrollbar-track, #commanderContainer .olapchart_frame::-webkit-scrollbar-track, #commanderContainer .olaptoplist_frame::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#commanderContainer .olapgrid_frame::-webkit-scrollbar-track:hover, #commanderContainer .olapchart_frame::-webkit-scrollbar-track:hover, #commanderContainer .olaptoplist_frame::-webkit-scrollbar-track:hover {
    background-color: rgb(220,220,220);
}
#commanderContainer .olapgrid_frame::-webkit-scrollbar-thumb, #commanderContainer .olapchart_frame::-webkit-scrollbar-thumb, #commanderContainer .olaptoplist_frame::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff; 
    border: 1px solid #6593cf;
}

/* Watchdog */
#alertsBody tr td
{
    padding: 0px 4px;
    font-size: 13px;
}

#alertsBody .wrap, #alertsBody table
{
    width: 100%;
}

#alertsBody .wrap
{
    border-radius: 4px 4px;
    margin-bottom: 4px;
}

    #alertsBod .task-img
    {
        height: 24px;
        width: 24px;
    }

    #alertsBody .wrap.High
    {
        /* background-color: #FFE0D9;
        border: 1px solid #FFB7A8; */
		background-color: #A62923;
        border: 1px solid #A62923;
        /* color: #4F4D4F; */
		color: #FFF;
    }

    #alertsBody .wrap.Low
    {
        /* background-color: #E5F5FA;
        border: 1px solid #B7E1F0; */
		background-color: #6A8A3F;
        border: 1px solid #6A8A3F;
        /* color: #0487C4; */
		color: #FFF;
    }

    #alertsBody .wrap.Medium
    {
        /* background-color: #EAF7EC;
        border: 1px solid #C3E8CA; */
		background-color: #EDB135;
        border: 1px solid #EDB135;
        /* color: #349946; */
		color: #FFF;
    }
	
	#alertsBody .wrap a span, #alertsBody .wrap a
	{
		color: #FFF;
	}
	
	#alertsBody  a img
	{
		border: none;
	}

#alertsBody .redirecturl
{
    border-style: none;
    text-decoration: none;
    /*color: #333;*/
}
/*
#alertsBody .High .redirecturl
{
    color: #4F4D4F;
}
#alertsBody .Medium .redirecturl
{
    color: #0487C4;
}
#alertsBody .Low .redirecturl
{
    color: #349946;
}
*/
#alertsBody .redirecturl:hover
{
    text-decoration: underline;
    color: #fff;
}

#alertsBody .td-prio
{
    text-align: center;
}

#alertsBody .descr {
    padding-right: 20px;
}

.dsbd-alerts .btn-refresh {
    float: right;
    margin-right: 8px;
	margin-top: -2px;
}

/* Sales Forecast */
 #salesForecastScheduler .k-scheduler-table td, #salesForecastScheduler .k-scheduler-table th
{
    border-color: #4E75B3;
}

#salesForecastScheduler.k-scheduler .k-toolbar.k-scheduler-views
{
    display: none;
}

#salesForecastScheduler.k-scheduler .k-scheduler-content td.k-today
{
    background-color: #D9EFFD;
}

    #salesForecastScheduler.k-scheduler .k-scheduler-content td.k-today.k-state-selected
    {
        background-color: #3CF;
    }

#salesForecastScheduler.k-scheduler .k-scheduler-content td .k-nav-day
{
    font-weight: bold;
}

#salesForecastScheduler.k-scheduler .k-scheduler-content td.k-other-month .k-nav-day
{
    font-weight: normal;
}

#salesForecastScheduler.k-scheduler .k-scheduler-content td
{
    padding: 4px;
}

#salesForecastScheduler td.k-other-month .day-item
{
    color: #000;
}

#salesForecastScheduler .day-item
{
    border-radius: 3px;
    margin-top: 3px;
    text-align: left;
    overflow: hidden;
    color: #515967;
    text-overflow: ellipsis;
    padding: 4px;
    border: 1px solid;
}

    #salesForecastScheduler .day-item.Forecast
    {
        background-color: #B3D5F7;
        border-color: #51A0ED;
    }

    #salesForecastScheduler .day-item.Actual
    {
        background-color: #BEEBD0;
        border-color: #56CA85;
    }

    #salesForecastScheduler .day-item.Accumulated
    {
        background-color: #FAB9AF;
        border-color: #F8A398;
        /*color: #003F59;*/
    }

    #salesForecastScheduler .day-item.Note
    {
        border-color: #a6afbe;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /*#salesForecastScheduler .day-item .text
    {
        display: inline-block;
        padding: 5px;
    }*/

#salesForecastScheduler .k-scheduler-content td .buttons
{
    text-align: left;
    margin-top: -14px;
}

#salesForecastScheduler .k-scheduler-content .k-other-month .day-template
{
    opacity: 0.3;
}

#salesForecastScheduler .k-scheduler-content #templates .k-icon
{
    cursor: pointer;
    border: 1px solid white;
}
#salesForecastScheduler .k-scheduler-content #templates .k-icon:hover
{
    border: 1px solid #dbdbde;
}

#salesForecastScheduler .k-scheduler-navigation
{
    float: none;
    display:inline-block;
}

#salesForecastPopupEditor td
{
    padding: 4px;
}

.k-grouping-row td, .k-group-footer td, .k-grid-footer td
{
    color: #515967;
}
.k-group-footer td
{
    border-left-width: 1px;
}
.k-footer-template td
{
    color: #515967;
    border-top-width: 0px;
    border-bottom-width: 1px;
    font-weight: bold;
}

@media print {
    #toolbarCell, .k-grid-pager{
        display:none;
    }

    body.printFromPopup #MainDiv {
        display:none;
    }
}

.k-panelbar .k-link > .k-image
{
    margin-top: 0px;
}

.header_checkbox_list_wrap
{
    overflow: auto;
    border: 1px solid #96a6c5;
    display: inline-block;
}

.k-icon.k-i-expand-w, .k-icon.k-i-collapse-w
{
    background-image: url('../kendo/Default/sprite-materialize.png');
}

.k-grid .k-icon.k-i-expand-w, .k-grid .k-icon.k-i-collapse-w
{
    cursor: pointer;
}

.k-grid-filter.k-state-active {
 background-color: #7573c0
}

#checkLogo {
    display: inline-block;
    background-image: url("../images/secured/checkSCMlogo.png");
    width: 180px;
    height: 40px;
    background-size: 180px 40px;
    background-repeat: no-repeat;
}

.k-panelbar .k-group .k-image {
    margin-left: 10px;
    margin-top: 8px;
}

.k-tabstrip-items > li.k-item {
    height: 28px;
}

.btn-grp > .btn {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
}
.btn-grp > .btn:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

    .btn-grp > .btn:first-child {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-grp > .btn:last-child {
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.simple-dashboard-top-prd {
    overflow: auto;
}

    .simple-dashboard-top-prd #tblList {
        border-top: 1px solid #dbdbde;
        border-left: 1px solid #dbdbde;
        border-spacing: 0px;
        width: 99%;
    }

    .simple-dashboard-top-prd th, .simple-dashboard-top-prd td {
        border-bottom: 1px solid #dbdbde;
        border-right: 1px solid #dbdbde;
        border-spacing: 0px;
        padding: 4px;
    }

    .simple-dashboard-top-prd #tblList tbody td {
        text-align: right;
    }

        .simple-dashboard-top-prd #tblList tbody td.grp {
            font-weight: bold;
            text-align: left;
            /*background-color: #7573c0;*/
            /*background-color: #4D3F72;*/
            background-color: #7572C1;
            color: #fff;
        }

        .simple-dashboard-top-prd #tblList tbody td.prd {
            text-align: left;
        }

    .simple-dashboard-top-prd .up {
        padding-left: 4px;
        color: #0a0;
    }

    .simple-dashboard-top-prd .down {
        padding-left: 4px;
        color: #a00;
    }

    .simple-dashboard-top-prd .eq {
        padding-left: 6px;
        padding-right: 2px;
        color: #00a;
    }

    .simple-dashboard-top-prd .current {
        background-color: #fdfbac;
    }

    .simple-dashboard-top-prd .rank {
        background-color: #e3e3e3;
    }

.week-nav {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
}

 #weeklyforecast table {
        width: 100%;
        border-spacing: 0px;
    }

        #weeklyforecast table td {
            border-right: 1px solid #4e75b3;
            border-bottom: 1px solid #4e75b3;
            padding: 8px;
            text-align: center;
        }

        #weeklyforecast table th {
            border-right: 1px solid #4e75b3;
            border-bottom: 1px solid #4e75b3;
            border-top: 1px solid #4e75b3;
            background-color: #e3e3e3;
            padding: 4px;
        }

        #weeklyforecast table .hdr-col {
            border-bottom: none;
            border-top: none;
            font-weight: bold;
            background-color: transparent;
            text-align: left;
        }

            #weeklyforecast table .hdr-col.arrows {
                text-align: center;
            }

.dsbd-weekly-sales #divDisplayAs {
    float: right;
    margin-top: -2px;
}

.scm-mobile .scm-panel-content .dsbd-weekly-forecast #tools .gridToolbar > label {
    display: inline-block;
    width: 65px;
}

.scm-mobile #weeklyforecast table .hdr-col {
    text-align: center;
}

.fa {
    display: none;
}

.alert-good {
    color: green;
}
.alert-critical {
    color: red;
}

.weekly-cogs-grid td.up {
    color: #0a0;
}

.weekly-cogs-grid td.down {
    color: #a00;
}

.weekly-cogs-grid td.eq {
    color: #00a;
}

.weekly-cogs-grid span.up {
    padding-left: 4px;
}

.weekly-cogs-grid span.down {
    padding-left: 4px;
}

.weekly-cogs-grid span.eq {
    padding-left: 6px;
    padding-right: 2px;
}

.scm-mobile .scm-panel-content #tools.weekly-cogs-tools .gridToolbar > label {
    width: auto;
}

.scm-type {
    align-content:center;
    color:yellow;
    background-color:#7573c0; 
    font:bold 20px arial;
}

tr.k-state-selected td{
   border-top:1px solid black !important;
   border-bottom:1px solid black !important;
}

.wrap-header-text .k-grid-header th.k-header {
    white-space: normal;
}

.rightPane .toolbar {
    height: auto;
}


.dbd-progress {
  padding: 4px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  width: 200px;
}

.dbd-progress-bar {
  height: 16px;
  border-radius: 4px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

.dbd-container {
  margin: 60px auto;
  width: 400px;
  text-align: center;
}

.dbd-container .dbd-progress {
  margin: 0 auto;
  width: 400px;
}

.k-grid tr:hover {
	background-color: #b6bdca;
}

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover {
	background-color: #b6bdca;
}

.sparkline-progress {
    background-color: #19AB99;
    height: 10px;
    display: inline-block;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}
