﻿* {
    margin: 0;
    padding: 0;
}

html {
    background-color: white;
    font-family: Verdana, Arial;
    color: #787878;
    font-size: 12pt;
    height: 100%;
}

h1 {
    font-size: 120%;
    text-transform:uppercase;
    padding-bottom: 50px;
}

h2 {
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 30px; 
}

hr {
    margin-top: 40px;
    margin-bottom: 20px;
    border-top: 2px solid whitesmoke;
}

.sub-heading {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 30px;
    color: #787878;
    text-decoration: none;
}

    .sub-heading:hover {
        text-decoration: underline;
    }

.sub-heading-notselected {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 30px;
    color: silver;
    text-decoration: none;
}

    .sub-heading-notselected:hover {
        text-decoration: underline;
    }

.default-thumbnail {
    max-height: 80px;
    max-height: 80px;
    height: 80px;
    border: 1px solid silver;
}

/* START Page Setup styles*/
footer {
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0px;
    color: #787878;
    background-color: whitesmoke;
    padding: 3px;
    font-size: 90%;
}

#body-divider {
    height: 30px;
    background-color: whitesmoke;
    width: 100%;
}

#body-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    margin-top: 20px;
}

aside {
    width: 20%;
    float: right;
    padding: 0px;
}

#content {
    width: 90%;
    float: left;
}
#wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}

#contacts-popup {
   position: fixed;
   top: 0;
   right: 520px;
}

header {
    height: 120px;
    width: 90%;
    background-color: white;
    margin: auto;
    padding-top: 10px;
    /*position: relative;*/
}

#header-content {
    text-align: right;
}

#header-table {
    width: 70%;
    border-spacing: 0px;
    margin: 0 auto;
    height: 140px;
    padding: 0px;
    background-color: transparent;
}
/* END Page Setup styles*/


/* START textbox and label styles*/
.k-numerictextbox {
    width: 50%;
    /*border: 1px solid #DBDBDB;*/
    color: #787878;
    font-size: 100%;
}

.k-dropdown {
    width: 192px;
    color: #787878;
    font-size: 100%;
}

/*.k-numerictextbox .k-input {
    width: 96%;
    text-align: right;
    padding-right: 2px !important;
    border: transparent;
}*/

.date-box {
    width: 40%;
    color: #787878;
    font-size: 100%;
}
.readonly-numeric-text-box {
    background-color: whitesmoke;
    text-align: right;
    width: 20%;
    color: #787878;
    font-size: 100%;
}

.k-combobox  {
    /*border-top: 1px solid #DBDBDB !important; 
    border-bottom: 1px solid #DBDBDB !important; 
    border-left: 1px solid #DBDBDB !important; 
    border-right: 1px solid #DBDBDB !important; */
    padding-top: 0px;
    width: 50%;
    font-size: 100%;
}

.k-widget.k-list-container {
  border: 1px solid red;
}

.text-box-custom-width {
    border: 1px solid #DBDBDB;
    padding: 5px;
    color: #787878;
    font-size: 100%; 
    background-color:whitesmoke;
}

.text-box {
    width: 50%;
    border: 1px solid #DBDBDB;
    padding: 5px;
    color: #787878;
    font-size: 100%; 
}
    .text-box.login {
        width: 200px;
    }
    .text-box.readonly {
        background-color:whitesmoke;
    }

/* END texbox and label styles*/

/* START input validation styles */
.required {
    color: red;
}
input.input-validation-error,
textarea.input-validation-error,
texbox.input-validation-error,
checkbox.input-validation-error,
autocomplete.input-validation-error,
select.input-validation-error
{
    background-color: bisque;
}

.required-field {
    padding-left: 2px;
    color: red;
}
.field-validation-error {
    color: red;
}

.field-validation-valid {
    display: none;
}

/* END input validation styles */

/* START FIELDSET for Editor Pane */
.fieldset-button {
    text-align: right;
}
fieldset#editor-pane {
    width: 50%;
    float: left;
    padding: 20px;
    border: 2px solid whitesmoke;
}

fieldset#editor-pane p, .form p {
    width: 100%;
}

fieldset#editor-pane label, .form label {
    vertical-align: top;
    padding: 2px;
}

fieldset#editor-pane > legend {
    padding: 5px;
    font-weight: bold;
    color: #787878;
}

fieldset#editor-pane p > input[type="checkbox"] {
    display: inline;
}
fieldset#editor-pane p.editor-label {
    display: inline;
    text-align: left;
    float: left;
    width: 90%;
    padding-left: 10%;
    padding-bottom: 5px;
}

fieldset#editor-pane p.editor-field {
    text-align: left;
    float:left;
    width: 90%;
    padding-left: 10%;
    padding-bottom: 15px;
}
/* END FIELDSET for Editor Pane */

/* START FIELDSET for Product Details */
fieldset#product-details {
    width: 100%;
    float: left;
    padding: 20px;
    border: 2px solid whitesmoke;
}

fieldset#product-details p, .form p {
    width: 100%;
}

fieldset#product-details label, .form label {
    vertical-align: top;
    padding: 2px;
}

fieldset#product-details > legend {
    padding: 5px;
    font-weight: bold;
    color: #787878;
}

fieldset#product-details p.editor-label {
    display: inline;
    text-align: left;
    float: left;
    width: 100%;
    padding-left: 10%;
    padding-bottom: 5px;
}

fieldset#product-details p.editor-field {
    text-align: left;
    float:left;
    width: 100%;
    padding-left: 10%;
    padding-bottom: 15px;
}
/* END FIELDSET for Product Details */

/* START FIELDSET for Editor Page */
fieldset#editor-page {
    width: 50%;
    float: left;
    border: 2px solid whitesmoke;
    padding-top:20px;
}

fieldset#editor-page p, .form p {
    width: 100%;
}

fieldset#editor-page label, .form label {
    vertical-align: top;
    padding: 2px;
}

fieldset#editor-page > legend {
    padding: 5px;
    font-weight: bold;
    color: #787878;
    margin-left: 30px;
}

fieldset#editor-page p > input[type="checkbox"] {
    display: inline;
}
fieldset#editor-page p.editor-label {
    display: inline;
    text-align: right;
    float: left;
    width: 30%;
}

fieldset#editor-page p.editor-field {
    text-align: left;
    float:left;
    width: 50%;
    padding-left: 10px;
    padding-bottom: 5px;
}
fieldset#editor-page div.fieldset-row {
    width: 100%;
    float:left;
}
fieldset#editor-page div.left-column {
    width: 100%;
    height: 100%;
    float:left;
}
fieldset#editor-page div.right-column {
    width: 50%;
    height: 100%;
    float:left;
}
/* END FIELDSET for Editor Page */

/* START FIELDSET for Image Page */
fieldset#image-page {
    width: 100%;
    float: left;
    border: 2px solid whitesmoke;
    padding-top:20px;
}

fieldset#image-page p, .form p {
    width: 100%;
}

fieldset#image-page label, .form label {
    vertical-align: top;
    padding: 2px;
}

fieldset#image-page > legend {
    padding: 5px;
    font-weight: bold;
    color: #787878;
}

fieldset#image-page p.editor-label {
    display: inline;
    text-align: right;
    float: left;
    width: 30%;
}

.k-button.k-upload-button{
    border: 1px solid #0069B4;
    padding: 2px;
    margin: 5px;
    width: 200px;
    background-color: #0069B4;
    color: white;
}

fieldset#image-page p.editor-field {
    text-align: left;
    float:left;
    width: 50%;
    padding-left: 10px;
    padding-bottom: 5px;
}
fieldset#image-page div.fieldset-row {
    width: 100%;
    float:left;
}
fieldset#image-page div.left-column {
    width: 45%;
    height: 100%;
    float:left;
    padding: 20px;
    border: 1px red solid;
}
fieldset#image-page div.right-column {
    width: 45%;
    height: 100%;
    float:left;
    padding: 20px;
    border: 1px red solid;
}
/* END FIELDSET for Image Page */

/* START MAIN MENU styling */
/* selected sub-menu item   
ul.k-menu .k-item .k-state-selected  {*/
/* selected menu items */
ul.k-menu .k-state-default .k-state-selected  {
    background-color: whitesmoke !important; 
    font-weight:bold;
}
ul.k-menu .k-link:hover
{
    background-color: whitesmoke !important;
    color: #0069B4;
}

ul.k-menu .k-link
{
    color: #787878;
}


ul.k-widget.k-menu-horizontal > .k-item
{
    float:right;
    border-right: 1px solid silver;
    background-color: whitesmoke;
}
/*ul.k-menu .k-state-highlight .k-state-default .k-state-selected {
    background-color: yellow !important;
}*/
/* END MAIN MENU styling */

/* TABSTRIP styling*/

div.k-tabstrip .k-state-active  
{
    background: whitesmoke !important;
    border: 1px solid silver !important;
}

div.k-tabstrip 
{
    background: none !important;
    border: none !important;
}

div.k-tabstrip .k-tabstrip-items 
{
    padding: 0 !important;
    border:none !important;
    background: none !important;
}

div.k-tabstrip .k-content
{
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid silver !important;
}

.top-left-align {
    text-align:left;
    vertical-align:top;
}
.top-left-right {
    text-align:right;
    vertical-align:top;
}

.welcome-text {
    color: #0069B4;
    font-size: 90%;
}

.menu-link {
    color: #0069B4;
    padding: 3px;
    text-decoration: underline;
    cursor:pointer;
}

.menu-link-last {
    color: #0069B4;
    padding-left: 3px;
    padding-right: 30px;
}

.search input {
    padding: 5px 70px 5px 22px;
    border: 1px solid #DBDBDB;
    background-color: white;
    background-image: url('/images/magnifier_zoom_in.png');
    background-position: 3px 3px;
    background-repeat: no-repeat;
    background-color: white;
    outline: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 200px;
}

.search button {
    padding: 1px;
    border: 1px #DBDBDB solid;
    background-color: white;
    margin: 0 5px 0 -110px;
    color: #787878;
    width: 100px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

    .search button:hover {
        background-color: #0069B4;
        color: white;
    }


.table-header {
    color: White;
    text-indent: 5px;
    padding: 2px;
    text-align: left;
    border-width: thin;
    border-bottom: silver 1px solid;
    border-left: silver 1px solid;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #0069B4;
    background-image: url('/images/table_header.jpg');
    width: 100%;
}

.table-body {
    border: 1px solid #DBDBDB;
    height: 100%;
    padding: 5px;
}

.error-text {
    font-size: 100%;
    color: Red;
}

.confirmation-text {
    font-size: 100%;
    color: Green;
}

.display-label {
    padding-bottom: 3px;
}

input[type=checkbox] {
    margin-left:2px;
	width:40px;
    background-color: transparent;
}

.k-autocomplete.k-header {
    width: 208px;
}

.k-autocomplete .k-input {
    border: 1px solid #DBDBDB;
}

.default-button {
    background-color: white;
    padding: 5px;
    color: #787878;
    width: 140px;
    border: 2px solid #DBDBDB;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .default-button:hover {
        background-color: #0069B4;
        color: white;
    }

#menu-table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    float: left;
    width: 100%;
}
    #menu-table td {
       vertical-align: top;
       padding-right: 20px;
    }

.menu-item {
    max-height: 100px;
    max-width: 100px;
    min-width: 100px;
    min-height: 100px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    color: white;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 90%;
}

.menu-header {
    max-height: 50px;
    max-width: 100px;
    min-width: 100px;
    min-height: 50px;
    text-align: center;
    background-color: transparent;
}

.menu-item header {
    font-weight: bold;
    font-size: 105%;
}

.menu-item div {
    text-align: center;
    color: white;
}

/*Grid dimensions*/
#container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
}


.checkbox-container {
    max-height: 200px;
    overflow: auto;
}

/* SRR - Start*/
.colleft {
    float: left;
    width: 15%;
    text-align: right;
}

.colright {
    float: left;
    width: 30%;
    /*padding: 1px 1px 1px 1px;*/
    text-align: left;
}

.row {
    border: 1px solid green;
    height: auto;
    overflow: auto;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    /*font-size: 1.2em;
    margin: 5px 0 5px 0;*/
    padding: 5px;
    width: 200px;
}

.container {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.editor-textbox {
    width: 90%;
    border: 1px solid #DBDBDB;
    padding: 3px;
    color: #787878;
}

.editor-label {
    display: table-cell;
    width: 30%;
    text-align: right;
}

.editor-box {
    text-align: left;
    width: 80%;
    text-align: left;
}

.table-row {
    display: table-row;
    width: 100%;
}

.message-row {
    width: 100%;
    text-align: center;
}

.defaultcol {
    display: table-cell;
    /*border: 1px solid #CCC;*/
    width: 20%;
    /*float: left;*/
    text-align: left;
    vertical-align: top;
    padding: 0px;
}

.leftcol {
    display: table-cell;
    /*border: 1px solid #CCC;*/
    width: 20%;
    /*float: left;*/
    text-align: right;
    vertical-align: top;
}

.rightcol {
    display: table-cell;
    text-align: left;
    width: 30%;
    /*float: left;*/
    text-align: left;
}

.warning-message {
    display: table-cell;
    width: 20%;
    text-align: left;
    vertical-align: top;
    padding: 0px;
    color: red;
}



.k-grid-export-image {
    display: inline-block;
    background: url('/content/images/Excel-icon.png');
    height: 24px;
    width: 24px;
}

/* SRR - End*/


@media (max-width: 300px) {
    html {
        font-size: 50%;
    }

    /*img {
        max-width: 50%;
        height: auto;
    }*/
}

@media (min-width: 500px) {
    html {
        font-size: 70%;
    }

    /*img {
        max-width: 70%;
        height: auto;
    }*/
}

@media (min-width: 700px) {
    html {
        font-size: 80%;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 80%;
    }
}

/* START KENDO Control Styling */
.k-filterable a.k-grid-filter.k-state-active ~ .k-link {font-style:italic; font-weight: bold;}
/* Grid */
.no-grid-data {
    text-align: left;
    padding-left: 10px;
    background-color: whitesmoke;
    color: red;
}
.k-grid td
{
  vertical-align:top;
  /*width:100%;*/
}
    .k-grid td.right {
        text-align:right;
        border-radius: 0px 0px 0px 0px; /* prevent round corners in grid cells */ 
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px; 
    }

    /* in-line editing validation message styling */ 
    .k-invalid-msg {
        position: relative !important;
        font-size: 85% !important;
        border: 0px !important;
        background-color: whitesmoke  !important;
        text-align: left !important;
        z-index: 11000 !important;
    }

tr.k-footer-template td
{
    background-color: #0069b4;
    color: white;
    text-align: right;
}

tr.k-group-footer td
{
     /* ..styles for group footer.. */
}


/* Window Title Bar */
.product-text {
    font-family: Verdana, Arial;
    color: #787878;
    font-size: 100%;
}
.product-image-header {
    width:50%; 
    text-align:center; 
    border: 1px silver solid; 
    height:20px;
}

.product-image-container {
    width:50%; 
    border: 1px silver solid; 
    padding: 10px;
}

.product-image { 
    max-height:500px;
    max-width:300px;
}

.k-window-titlebar.k-header {
    background-color: #0069B4; /* set background to the titlebar*/
    color: white; /*set color to the titlebar*/
    font-weight: normal; /*set font-weight to the titlebar*/
    font-size: 100%;
}

.k-windows.k-content {
    color: purple;
}

.k-i-close, .k-i-refresh
{
    background-color: white;
    /*background-image: url(your default icon here);*/
    /*you may need to set the background-position styles or reset them to 0 0 */
}

ul.k-panelbar,
ul.k-panelbar .k-group,
ul.k-panelbar .k-content,
ul.k-panelbar .k-link {
    border-width: 0;
}
/* END KENDO Control Styling */


/* ZOOM styles */
.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url('../images/zoom.png');
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }
/* END ZOOM styles */


/* REPORTING styles */
.report-iframe {
    width:100%; 
    height: 100%;
    border: none;
}

iframe{
    overflow:hidden;
}

.report-button-toolbar {
    width: 21cm;
    text-align:right;
    border: none;
}
/* END REPORTING styles */


/* START FIELDSET for criteria*/
.k-input {
    /* combobox */
}

fieldset#criteria {
    font-family: Verdana, Arial;
    width: 30%;
    padding: 20px;
    border: 2px solid whitesmoke;
}

fieldset#criteria > legend {
    padding: 5px;
    font-weight: bold;
    color: #787878;
    margin-left: 10px;
}

fieldset#criteria p, .form p {
    width: 90%;
}

fieldset#criteria label, .form label {
    display: inline-block;
    font-size: 90%;
    margin-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: 15%;
}

fieldset#criteria input {
    margin-right: 10px;
    width: 100%;
}

fieldset#criteria .other-label {
    vertical-align: middle;
    width: 100%;
}

fieldset#criteria p span, .form p span {
    vertical-align: middle;
}

fieldset#criteria p span.ui-icon, .form p span.ui-icon {
    display: inline-block;
}

fieldset#criteria p .field-info, .form p .field-info {
    font-size: 90%;
    margin-left: 10px;
}

fieldset#criteria ul, .form ul {
    display: inline-block;
    *margin-left: -10px;
    zoom: 1; /* IE7 Hack*/
    *display: inline;
    list-style: none;
    vertical-align: middle;
}

fieldset#criteria .formlabel {
    width: 400px;
    padding: 0 2px 0 2px;
    display: inline-block;
    vertical-align: top;
    padding-right: 4px;
}
/* END FIELDSET for criteria*/


/* START FIELDSET for EditorTemplate window */
fieldset#editor-window {
    margin:auto;
    width: 90%;
    padding: 10px;
    border: 2px solid whitesmoke;
}

fieldset#editor-window p, .form p {
    width: 100%;
}

fieldset#editor-window label, .form label {
    display: inline !important;
    vertical-align: top;
    padding: 2px;
}

fieldset#editor-window > legend {
    padding: 5px;
    font-weight: bold;
    color: #787878;
    margin-left: 10px;
}

fieldset#editor-window div.left-column {
    width: 50%;
    height: 100%;
    float:left;
}
fieldset#editor-window div.whole-row {
    width: 100%;
    height: 100%;
    float:left;
}
fieldset#editor-window div.right-column {
    width: 50%;
    height: 100%;
    float:right;
}

fieldset#editor-window p > input[type="checkbox"] {
    display: inline;
}
fieldset#editor-window p.editor-label {
    text-align: left;
    width: 30%;
}

fieldset#editor-window p.editor-field {
    text-align: left;
    float:left;
    width: 60%;
}
/* makes the width of the button container same as page width */
.k-edit-form-container { width: 100%; padding-bottom:30px;  }
/* END FIELDSET for editor-window */


/* START FIELDSET for EditorPage window */
/*fieldset#editor-page {
    margin: auto;
    width: 100%;
    float: left;
    border: 2px solid whitesmoke;
}

fieldset#editor-page p, .form p {
    width: 50%;
}

fieldset#editor-page label, .form label {
    display: inline !important;
    vertical-align: top;
    padding: 2px;
}

fieldset#editor-page > legend {
    padding: 5px;
    font-weight: bold;
}

fieldset#editor-page div.whole-row {
    width: 100%;
    height: 100%;
    float:left;
    padding-bottom: 20px;
}

fieldset#editor-page p > input[type="checkbox"] {
    display: inline;
}
fieldset#editor-page p.editor-label {
    text-align: right;
    width: 20%;
    float: left;
}

fieldset#editor-page p.editor-field {
    text-align: left;
    float:left;
    width: 70%;
}*/

#fieldset-container {
    padding-bottom: 50px;
}
/* END FIELDSET for editor-page */

/* START CUSTOM Editor*/
.k-editor .k-saveSupplierContent,
.k-editor .k-saveContent
{
    background: 50% 50% no-repeat url('/images/save.png');
}

.k-editor .k-editor-button:hover .k-saveContent
{
    background-color: #ff6;
    float: right;
}

.k-numerictextbox .k-input {
    text-align: right;
    color: #787878  !important;
}


/* KEDNO PANEL BAR*/
/*.k-panelbar .k-header
{
    background-color: whitesmoke;
    border-width: 0;
}*/

ul.k-panelbar,
ul.k-panelbar .k-group
{
    border-style: none;
    background-color: #0069B4;
    border-color: #0069B4;
}

/* expand / collapse arrow */
.k-panelbar .k-panelbar-expand,
.k-panelbar .k-panelbar-collapse
{
    right: auto;
    right: 2px;
    background-color: transparent;

}

/* removes any border fom around the header box of the panel*/
.k-panelbar .k-state-focused.k-state-selected {
    box-shadow: none;
    text-align: left;
}

.k-grid-header .k-header {
    overflow: visible !important;
    white-space: normal !important;
 }

/* START FIELDSET for search date-criteria*/
fieldset#date-criteria {
    font-family: Verdana, Arial;
    width: 30%;
    padding: 20px;
    border: 2px solid whitesmoke;
}

fieldset#date-criteria > legend {
    padding: 5px;
    font-weight: bold;
    color: #787878;
    margin-left: 10px;
}

fieldset#date-criteria p, .form p {
    width: 100%;
}

fieldset#date-criteria label, .form label {
    display: inline-block;
    font-size: 90%;
    margin-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: 30%;
}

fieldset#date-criteria input {
    margin-right: 10px;
    width: 50%;
}

fieldset#date-criteria p span, .form p span {
    vertical-align: middle;
}
/* END FIELDSET for date-criteria*/



.k-grid-toolbar a {
    float:right;
}
.k-grid-toolbar {
    background-color: whitesmoke !important;
    padding: 10px;
}

/*#stockList .k-grid-header .k-header
{
       background-color: #DFDCDC;
}*/

.k-grid-header .k-header
{
       background-color: #DFDCDC;
}