﻿
body {
        font-family: "Tahoma", "Trebuchet MS", Helvetica, sans-serif;
        background-color: whitesmoke;       
        margin-left: 10px;
    }

    a {
        color: black;
    }

    a:visited{
        color: black;
    }
    a:hover{color: black;
    }

    
    .top-bar a {
        color:white;

    }
    .top-bar a:hover {
        color: yellow;
    }

    .top-bar a:visited{
        color: white;
    }

.top-bar .companyPickerDiv {
    position:relative;
    left: 160px;
    top: -89px;
    font-size: 14px;
}

    .widget a {
        color:white;

    }
    .widget a:hover {
        color: yellow;
    }

    .widget a:visited{
        color: white;
    }


.top-bar, .widget {
        
}

.widget {
    position: relative;
    border: 1px solid #888888;
    background-color: #767676;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    vertical-align: top;
    padding: 5px;
    white-space: nowrap;
    color: white;
    margin: 5px;
    overflow: hidden;  
} 
  

    .widget a {
        display: block;
    }

.top-bar {
    color: white;
}
.top-bar, .contentBody {
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
    padding: 11px;    
}

.top-bar {
    height: 80px;
    background-color: #767676;
    font-size: 28px;
    margin-bottom: 10px;
}

    .contentBody {
        background-color: #909296;
    }

    .bottom-bar {
        position: absolute;
        height: 30px;
        background-color: #767676;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    
    .widgetHeader {
        font-size: 20px;
        text-align: right;
        position: absolute;
        top: 5px;
        right: 5px;
    }

.widgetContent {
        position: absolute;
        top: 75px;
        margin: 10px;
        
}

.largeWidget .widgetContent {
    width: 445px;
    
}

    .widgetLink {
        font-size: 18px;
        text-align: right;
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .widgetDetail {
        font-size: 12px;
        text-align: left;
        position: absolute;
        bottom: 5px;
        left: 7px;
    }

    .highWidget {
        width: 235px;
        height: 346px;
    }

    .largeWidget {
        width: 497px;
        height: 346px;
    }

	.smallWidget
		{
			width: 235px;
			height: 160px;
		}

    .wideWidget {
        width: 497px;
        height: 160px;
    }

    .widget:hover {
        background-color: #525252;
    }

    .widget .widgetImage {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .listViewHeader {
        font-size: 15px;
        position: absolute;
        top: 5px;
        left: 5px;
        color: yellow;
    }

    .listViewDetail {
        font-size: 12px;
        position: absolute;
        display: inline-block;
        top: 24px;
        left: 5px;
    }

    .searchBox {
        float: right;
        font-size: 12px;
        padding-top: 10px;
        padding-right: 15px;
    }


.editorlabel {
    background-color: #d8c6ad;
    padding: 7px;
    border: 1px solid gray;
    border-radius: 4px;
    width: 150px;
    position: relative;
    display: normal;
}

    .editorlabel:hover {
        background-color: #eddec9;
    }


.editorfield {
    display: normal;
    position: relative;
    min-height: 34px;
}

.readonlyField {
    background-color: lightgray;
    padding: 7px;
    border: 1px solid gray;
    border-radius: 4px;
    width: 100%;
    position: relative;
    display: normal;
    min-height: 19px;
}

.editorfield .k-dropdown {
    width: 300px;   
}


.editorfield input {
    width: 300px;   
}

.editorfield .check-box {
    height: 17px;
}

.detailBar{
    position: relative;
    top: 0px;
    background-color: whitesmoke;
    border: 2px solid #58533e;
    /*max-width: 1048px;*/
    display: inline-table;    
    width:100%;        
}

.detailBar .heading {
    display: block;
    position: absolute;
    margin-top: 2px;
    margin-left: 10px;
}

.displayfield {
    border: 1px solid silver;
    border-radius: 4px;
    padding: 6px;
    color: gray;
}

.detailBar .entityName {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    margin-top: 32px;
    margin-left: 10px;
    width: 400px;
}

.heading {
    font-size: 24px;
    cursor: default;
}

.entityName {
    font-size: 18px;
    color: #ed9d2d;
    cursor: default;
    
}

.detailBar:hover {
    background-color: #edecec;
}

.detailBar img {
    cursor: pointer;
    float: right;
}

.detailBar .commandImage {
    float: right;
}

.detailBar img:hover {
    
    background-color: #f7e179;

}

.fixedContent {
    width:1100px;
    
}

.cellButtonArea th {
    font-weight: normal;
}

.cellButtonArea td {
    border: 1px solid black;
    cursor: pointer;
    background-color: green;
    width: 50px;
    height: 20px;
    text-align: right;
}

.cellButtonArea td:hover {
    background-color: #4ec617;
}

.b2bFieldEdit {
    width: 300px;
}

.b2bGuidance {
    background-color: InfoBackground;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 20px;
}

/*input[type=radio   ]:not(old){
  width   : 52px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -52px;
  padding-left : 52px;
  background   : url('/Images/48/radio-button-off.png') no-repeat 0 0;
  line-height  : 50px;
  cursor: pointer;
}

input[type=radio]:not(old):checked + label{
  background   : url('/Images/48/radio-button-on.png') no-repeat 0 0;
}*/

.b2bXmlNode {
    color: green;
}
.b2bXmlNode:before { 
     content: "<";
 } 
.b2bXmlNode:after { 
     content: "";
 } 

.b2bXmlAttribute {
    color: blue;
}
.b2bXmlAttribute:before { 
     content: "";
 } 
.b2bXmlAttribute:after { 
     content: "=";
 } 

.b2bXmlValue {
    color: red;
}
.b2bXmlValue:before { 
     content: "\"";
 } 
.b2bXmlValue:after { 
     content: "\"";
 } 

.refreshButton {
    border: 1px solid transparent;
    cursor: pointer;
    padding: 2px;
}

.refreshButton:hover {
    
}

.imageButton {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 2px;
}

.imageButton:hover {
    border: 1px solid lightgray;
    background-color: #e1e1e1;
}

.warningLabel {
    color: orange;
    font-style: italic;
}

.documentToolbar {
    border: 1px solid lightgray;
    margin: 3px;
}

.unreadDot {
    border: 1px solid cornflowerblue;
    border-radius: 12px;
    background-color: lightblue;
    width: 10px;
    height: 10px;

}

.tradeparty {
    border: 1px solid #d8c6ad;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}

.buttonImageTitle {
    font-size: smaller;
    font-style: italic;
    text-align: center;
}

.buttonImage {
    cursor: pointer;
}

.b2bDoc {
    border: 1px solid #60bb46;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: rgba(101, 187, 76, 0.14);
}