body,
p,
div,
select {
  padding: 0;
  margin: 0;
  outline: none;
}
.tableContainer-valueCell {
  min-width: 210px;
  padding-bottom: 10px;
}
.SlectBox,
.SlectBoxa {
  padding: 5px;
}
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SumoSelect > .optWrapper > .options > li {
  -moz-transition: 200ms ease;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
}
.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #ccc;
  min-height: 20px;
  background-color: #fff;
  padding-left: 10px;
  min-width: 120px;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: 18px;
  max-width: 400px;
}
.SumoSelect > .CaptionCont > span.ValueHolder {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: 18px;
  max-width: 80%;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  background-color: #fff;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url("DialogWidget/images/down2.png");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border: 1px solid #c2bcbc;
}
.SumoSelect > .optWrapper {
  left: auto !important;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
}
.SumoSelect > .optWrapper.open {
  top: auto;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  min-width: 400px;
}
.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 3px;
  max-height: 175px !important;
  max-width: 400px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
}
.SumoSelect > .optWrapper > .options > li {
  padding: 4px 6px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 3px 3px 0px 0px;
}
.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 3px 3px;
}
.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.SumoSelect > .optWrapper > .options > li.SelectDisabled {
  display: none;
}
.SumoSelect > .optWrapper > .options > li span {
  display: none;
}
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%;
}
.SumoSelect:hover > .CaptionCont > label {
  background-color: #fff;
}
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
}
.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  font-weight: 100 !important;
  padding-top: 10px;
}
.SumoSelect > .optWrapper.multiple > .options > li span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.SumoSelect > .optWrapper.multiple > .options > li span i {
  background-image: url("DialogWidget/images/checkbox.png");
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnApply {
  border-right: 1px solid #dbdbdb;
  border-radius: 0px 0px 0px 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCreateNewVariable {
  color: blue;
  border-right: 1px solid #dbdbdb;
  border-radius: 0px 0px 0px 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnSelectAll {
  border-right: 1px solid #dbdbdb;
  border-radius: 0px 0px 0px 3px;
  text-align: left;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > div.searchTextBox {
  background-image: url("DialogWidget/images/search.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 17px;
}
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options > li.selected span i {
  background-image: url("DialogWidget/images/checkbox-checked.png");
}
.SumoSelect > .optWrapper.multiple > .options > li.hidden {
  display: none;
}
.SumoSelect.disabled {
  opacity: 0.7;
}
.SumoSelect.disabled > .CaptionCont > label {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
body > .BackdropSelect {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 100;
}
div.AttachFieldContainer {
  border: 1px solid #a4a4a4;
  -webkit-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  min-width: 200px;
  display: none;
  position: absolute;
  z-index: 300;
  background-color: #ffffff;
}
div.AttachFieldContainerWithoutBorder {
  border: 0px;
  min-width: 200px;
  display: block;
  position: relative;
  z-index: auto;
  background-color: #ffffff;
}
ul.FileListContainer {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
}
ul li.FileItem {
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
ul li.FileItem:hover {
  background-color: #ebebeb;
}
span.FileName {
  font-family: Arial;
}
span.FileSize {
  font-family: Arial;
  color: #c8c7c7;
  padding-left: 5px;
}
.iconAttachFile {
  background-image: url("AttachFile/images/attachfile.png");
  width: 13px;
  height: 25px;
  margin-left: 7px;
}
.iconAttachFileLighter {
  background-image: url("AttachFile/images/attachfile_trans.png");
  width: 13px;
  height: 25px;
  margin-left: 7px;
}
select.confirm {
  background-image: url("ConfirmWidget/images/confirm.png");
}
select.reject {
  background-image: url("ConfirmWidget/images/reject.png");
}
select.none {
  background-image: none;
}
select.conFirmListMenuSlection {
  width: 80px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center center;
}
div.conFirmDropDownMenu {
  border: 1px solid #a4a4a4;
  width: 140px;
  z-index: 9999;
  position: absolute !important;
  left: 845px !important;
  top: 38px !important;
}
ul.conFirmListMenuContainer {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  padding-bottom: 10px;
}
ul li.conFirmLisMenuItem {
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 35px;
  padding-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
ul li.conFirmLisMenuItem:hover {
  background-color: #ebebeb;
}
span.conFirmLisMenuItemContent {
  font-size: 18px;
  font-family: Arial;
}
i.iconConfirm {
  display: inline-block;
  background: transparent url("ConfirmWidget/images/confirm.png") no-repeat
    center;
  width: 18px;
  height: 18px;
  left: 8px;
  position: absolute;
}
i.iconReject {
  display: inline-block;
  background: transparent url("ConfirmWidget/images/reject.png") no-repeat
    center;
  width: 18px;
  height: 18px;
  left: 8px;
  position: absolute;
}
.FilteredList {
  border: 1px solid #bfb2ad;
  height: auto;
  background: #fff;
  z-index: 999;
}
.FilteredListContainer {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background: #f2f2f2;
  border: thin solid white;
}
.FilteredListLink {
  cursor: pointer;
}
.FilteredListSearchInput {
  width: 160px;
  background: #fff url("DialogWidget/images/search.png") right no-repeat;
  padding-right: 20px;
  border: 1px solid #cccccc !important;
  border-top: 1px solid #888888 !important;
}
.FilteredListSearchContainer,
.FilteredListGrid {
  display: none;
}
.FilteredListGrid {
  max-height: 200px;
  list-style: none;
  text-align: left;
  padding: 0;
  margin-top: 0;
  overflow-x: hidden;
  background: #fff;
}
.FilteredListGrid .dgrid-scroller {
  margin-top: 0px;
}
.FilteredListGrid .dgrid-row {
  padding: 5px;
  cursor: pointer;
}
.FilteredListGrid .dgrid-row:hover {
  background: #eeeeee;
}
.FilteredListSelected.FilteredListContainer {
  background: white;
}
.FilteredListSelected .FilteredListLink {
  color: #669df7;
}
.FilteredListSelected .FilteredListGrid,
.FilteredListSelected .FilteredListSearchContainer {
  display: block;
}
.CustomDiaglog .dijitDialogTitleBar {
  background-color: #fff !important;
  background-repeat: repeat-x;
  border: none !important;
}
.b2b .CustomDiaglog .dijitDialog {
  border: none !important;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.5);
}
.CustomDiaglog .dijitDialogPaneActionBar {
  background: none !important;
  border-top: none !important;
  text-align: left !important;
}
.CustomDiaglog .dijitDialogCloseIcon {
  right: 8px !important;
  top: 14px !important;
}
.btnOk {
  background: #4c8ffd;
  background-image: -webkit-linear-gradient(top, #4c8ffd, #4787ed);
  background-image: -moz-linear-gradient(top, #4c8ffd, #4787ed);
  background-image: -ms-linear-gradient(top, #4c8ffd, #4787ed);
  background-image: -o-linear-gradient(top, #4c8ffd, #4787ed);
  background-image: linear-gradient(to bottom, #4c8ffd, #4787ed);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  padding: 2px 20px 2px 20px;
  border: solid #186a9e 1px;
  text-decoration: none;
}
.btnOk:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #4c8ffd);
  background-image: -moz-linear-gradient(top, #3cb0fd, #4c8ffd);
  background-image: -ms-linear-gradient(top, #3cb0fd, #4c8ffd);
  background-image: -o-linear-gradient(top, #3cb0fd, #4c8ffd);
  background-image: linear-gradient(to bottom, #3cb0fd, #4c8ffd);
  text-decoration: none;
}
.btnCancel {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e0e0e0);
  background-image: -moz-linear-gradient(top, #f5f5f5, #e0e0e0);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e0e0e0);
  background-image: -o-linear-gradient(top, #f5f5f5, #e0e0e0);
  background-image: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #444444 !important;
  font-size: 14px;
  padding: 2px 20px 2px 20px;
  border: solid #d8d8d8 1px;
  text-decoration: none;
}
.btnCancel:hover {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -moz-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -ms-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -o-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: linear-gradient(to bottom, #f5f5f5, #d4d4d4);
  text-decoration: none;
}
.btndialogStyle2 .dijitButtonNode {
  background: none !important;
  border: none !important;
  padding: 5px !important;
  box-shadow: none !important;
}
.CustomDiaglog .dijitButtonContents {
  outline: none;
}
.textBoxNormal {
  height: 50px;
  width: 280px;
  margin-top: 10px;
}
.textBoxNormal_style2 {
  height: 25px;
  width: 280px;
}
.btndialogStyle2 {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #ededed);
  background-image: -moz-linear-gradient(top, #f5f5f5, #ededed);
  background-image: -ms-linear-gradient(top, #f5f5f5, #ededed);
  background-image: -o-linear-gradient(top, #f5f5f5, #ededed);
  background-image: linear-gradient(to bottom, #f5f5f5, #ededed);
  font-family: Arial;
  color: #4d4d4d;
  font-size: 12px;
  border: solid #cccccc 1px;
  text-decoration: none;
  min-height: 29px;
  min-width: 70px;
  font-weight: bold;
}
.btndialogStyle2:hover {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #f7f7f7, #d6d6d6);
  background-image: -moz-linear-gradient(top, #f7f7f7, #d6d6d6);
  background-image: -ms-linear-gradient(top, #f7f7f7, #d6d6d6);
  background-image: -o-linear-gradient(top, #f7f7f7, #d6d6d6);
  background-image: linear-gradient(to bottom, #f7f7f7, #d6d6d6);
  text-decoration: none;
}
.CustomDiaglog .dialogTitle {
  font-size: 18px;
}
.simpleDialogTitle {
  display: block;
  position: relative;
  padding-left: 8px;
}
.dialogBreak {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
}
.dialogElement {
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
  padding-top: 5px;
}
.dialogFormRow {
  display: block;
  position: relative;
  padding-bottom: 0px;
  padding-top: 30px;
  font-size: 14px;
}
.dialogTextBox {
  padding-left: 5px;
}
.dialogRadioInput {
  padding-left: 20px;
  display: inline;
}
div.advanceDialogContainer
  > table.tableContainer-table
  > tbody
  > tr
  > td.tableContainer-labelCell {
  min-width: 150px;
  text-align: right;
}
div.dropdownProfileBox {
  background-color: #ffffff;
}
div.optionsContainer {
  position: absolute;
  z-index: 1000;
}
span.downIcon {
  float: right;
  padding-left: 31px;
  font-size: 9px;
  padding-top: 4px;
}
span.selectedValue {
  font-size: 13px;
}
span.profileValue {
  position: absolute;
  padding-left: 5px;
  margin-top: 5px;
}
button.selectedOption {
  background-color: #f0f0f0;
  text-align: left;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #d6d6d6;
  font-size: 16px;
  height: 30px;
  outline: none;
}
ul.profileOptions {
  width: 200px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  border: 1px solid #a4a4a4;
  -webkit-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  z-index: 1000;
}
i.optionIcon {
  background-repeat: no-repeat;
  background-position: left top;
  width: 30px;
  height: 30px;
  display: inline-block;
}
ul.profileOptions li {
  text-align: left;
  font-size: 18px;
  height: 28px;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 5px;
  padding-bottom: 5px;
}
ul.profileOptions li:hover {
  background-color: #f2f2f2;
}
div.dropdownMenu {
  border: 1px solid #a4a4a4;
  -webkit-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  min-width: 202px;
  z-index: 100;
  position: absolute;
  background-color: #ffffff;
  visibility: hidden;
  display: inline;
  position: absolute;
  margin-left: -82px;
  margin-top: 33px;
}
ul.listMenuContainer {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}
ul li.menuItem {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-left: 28px;
  padding-bottom: 5px;
}
ul li.menuItem:hover {
  background-color: #ebebeb;
}
span.menuItemContent {
  font-size: 16px;
  font-family: Arial;
}
i.rightArrow {
  height: 8px;
  width: 4px;
  background-image: url("FileMenuWidget/images/arrow_right.png");
  top: 5px;
  padding-left: 40px;
  margin-left: 10px;
  background-repeat: no-repeat;
  position: relative;
}
i.downArrow {
  height: 4px;
  width: 8px;
  background-image: url("FileMenuWidget/images/arrow_down_focus.png");
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 30px;
  margin-left: 15px;
}
button.btnMenuCancel {
  border: 0px;
  background: transparent;
  font-weight: bold;
}
span.titleSubmenu {
  color: #669ef2;
  padding-left: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
div.TitleSubMenuContainer {
  padding: 10px;
}
.MasterContentVariableList {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
  font-size: 18px;
}
.MasterContentVariable {
  cursor: pointer;
  height: 28px;
  border: none;
  padding: 8px 4px 2px;
}
.MasterContentVariable:hover,
.MasterContentVariable:active,
.MasterContentVariableActive {
  color: #3492f0;
}
.MasterContentVariable:active {
  text-decoration: underline;
}
.MasterContentVariableActive {
  background-color: #f2f2f0;
  border-radius: 10px;
}
.MasterContentRightMenuCsvButtonDiv {
  display: inline-block;
  text-align: right;
  float: right;
  padding-right: 20px;
}
.leftMenuMasterContent {
  width: 100%;
  height: 100%;
  list-style-type: none;
  float: left;
  vertical-align: top;
  overflow: hidden;
  border: none;
  padding-right: 10px;
  padding-left: 6px !important;
}
.master_content_menu_item {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 18px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.master_content_menu_item_selected {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 18px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f2f2;
  color: #4098f0;
}
.master_content_menu_item:hover {
  background-color: #f2f2f2;
  color: #4098f0;
  cursor: pointer;
}
.saveChangeClass {
  position: absolute;
  padding-left: 87%;
  z-index: 9999999999;
}
.btnBack {
  background: url("MenuCompany/images/btn_back.png") no-repeat;
  min-height: 31px;
  min-width: 82px;
  cursor: pointer;
  border: none;
  position: relative;
  top: -14px;
}
.btnSaveChanges {
  background-color: #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 7px;
}
.companyName {
  font-weight: bold;
  font-size: 20px;
  padding: 0px 10px;
  line-height: 45px;
  position: relative;
  top: -5px;
}
.divLeft {
  font-weight: bold;
  font-size: 23px;
  padding: 0px 10px;
}
.divRight {
  font-weight: bold;
  font-size: 23px;
  padding: 0px 10px;
}
div.btnProductsNavigation {
  width: 97%;
  padding-bottom: 10px;
  font-family: Arial;
  height: 33px;
}
.btnBack {
  background: url("MenuProducts/images/btn_back.png") no-repeat;
  min-height: 31px;
  min-width: 82px;
  cursor: pointer;
  border: none;
  position: relative;
  top: -14px;
  margin-left: 15px;
}
.btnProductsAdd {
  background: url("MenuProducts/images/plus_square.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
  margin-left: 10px;
}
.btnProductsDelete {
  background: url("MenuProducts/images/recycle_square.png") no-repeat scroll
    center #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnProductsImport {
  background: url("MenuProducts/images/import.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
  display: none;
}
.btnProductsApprove {
  background: url("MenuProducts/images/btn_approve.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnProductsNoneApprove {
  background: url("MenuProducts/images/btn_none_approve.png") no-repeat scroll
    center #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
div.dropdownProfileBox {
  background-color: #ffffff;
  font: 16px Arial !important;
}
div.optionsContainer {
  position: absolute;
  z-index: 1000;
}
span.downIcon {
  float: right;
  padding-left: 31px;
  font-size: 9px;
  padding-top: 4px;
}
span.selectedValue {
  font-size: 16px !important;
}
span.profileValue {
  position: absolute;
  padding-left: 5px;
  margin-top: 5px;
}
button._selectedOption {
  text-align: left;
  font-size: 16px;
  height: 30px;
  outline: none;
  background: transparent;
  border: 0px;
}
button.activeOption {
  background-color: #f2f2f2;
  color: #4098f0;
  cursor: pointer;
}
ul.userOptions {
  width: 200px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  border: 1px solid #a4a4a4;
  -webkit-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  z-index: 1000;
}
i.optionIcon {
  background-repeat: no-repeat;
  background-position: left top;
  width: 30px;
  height: 30px;
  display: inline-block;
}
ul.userOptions li {
  text-align: left;
  font-size: 18px;
  height: 28px;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 5px;
  padding-bottom: 5px;
}
ul.userOptions li:hover {
  background-color: #f2f2f2;
}
.userMngtselectItem {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 14px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.leftDropDownProducts {
  width: 93%;
  height: 100%;
  list-style-type: none !important;
  float: left;
  vertical-align: top;
  overflow: hidden;
  border: none;
  padding-right: 10px;
}
.userMngtselectItem {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 16px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.userMngtselectItem_selected {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 16px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f2f2;
  color: #4098f0;
}
.circle {
  width: 22px;
  height: 22px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #3592f0;
  float: left;
}
.line-circle:after {
  content: attr(data-circle);
  display: inline-block;
  background-color: #3592f0;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
  width: 22px;
  height: 22px;
  margin: 1px 2px 0 12px;
  text-align: center;
  line-height: 22px;
}
span.pageIndex {
  display: inline;
  font-size: 12px;
  font-weight: bold;
  bottom: 3px;
  position: relative;
  bottom: 7px;
}
button.previousButton,
button.nextButton {
  top: 0px;
}
button.previousButton {
  background-image: url("MenuProducts/images/previous_normal.png");
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border: 1px solid #d6d6d6;
}
button.nextButton {
  background-image: url("MenuProducts/images/next_hover.png");
  margin-left: -5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border: 1px solid #d6d6d6;
}
.btnBlue,
.btnGreen,
.btnRed,
.btnNormal {
  cursor: pointer;
  border: none;
  display: block;
  border-radius: 3px;
  color: #fff;
  padding: 7px 25px;
}
.btnBlue {
  background-color: #4a8bf5;
}
.btnNormal {
  background-color: #f0f0f0;
  color: #6b6b6b;
  border: 1px solid #d6d6d6;
}
.btnGreen {
  background-color: #009900;
}
.btnRed {
  background-color: #ff0000;
}
.AttachmentPopupPane {
  min-height: 30px;
  min-width: 240px;
  background-color: white;
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
}
.AttachmentPopupPaneDisabled {
  display: none;
}
.AttachmentPopupRow {
  min-height: 28px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.AttachmentPopupRow:hover {
  background-color: #eeeeee;
}
.AttachmentPopupRowFileSize {
  color: darkgray;
}
.AttachmentPopupRowRemoveAttachmentButton {
  float: right;
  background: white url("Orders/images/icon_delete_image.png") contain;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
  cursor: pointer;
}
div.btnOrdersNavigation {
  width: 100%;
  padding-bottom: 10px;
  font-family: Arial;
  height: 33px;
}
.companyName {
  font-weight: bold;
  font-size: 20px;
  padding: 0px 10px;
  line-height: 45px;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.btnOrderstSubmit {
  background: url("Orders/images/btn_submit.png") no-repeat;
  min-height: 31px;
  min-width: 82px;
  cursor: pointer;
  border: none;
}
.btnOrderstUpdatePrice {
  background: url("Orders/images/btn_update_price.png") no-repeat;
  min-height: 31px;
  min-width: 122px;
  cursor: pointer;
  border: none;
}
.btnOrderstUpdateDelivery {
  background: url("Orders/images/btn_update_delivery.png") no-repeat;
  min-height: 31px;
  min-width: 142px;
  cursor: pointer;
  float: right;
  border: none;
}
.btnOrderstSendFactory {
  background: url("Orders/images/btn_send_factory.png") no-repeat;
  min-height: 31px;
  min-width: 162px;
  cursor: pointer;
  border: none;
}
.btnOrderstSendEap {
  background: url("Orders/images/btn_send_eap.png") no-repeat;
  min-height: 31px;
  min-width: 162px;
  cursor: pointer;
  border: none;
}
.btnOrderstGenerate {
  background: url("Orders/images/btn_generate.png") no-repeat;
  min-height: 31px;
  min-width: 122px;
  cursor: pointer;
  float: right;
  border: none;
}
.btnOrderstCopy {
  background: url("Orders/images/btn_copy.png") no-repeat scroll center #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  cursor: pointer;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
}
.btnOrderstDiscard {
  background: url("Orders/images/btn_discard.png") no-repeat;
  min-height: 31px;
  min-width: 82px;
  cursor: pointer;
  float: right;
  border: none;
}
.btnOrderstContinue {
  background: url("Orders/images/button_next.png") no-repeat;
  min-height: 31px;
  min-width: 82px;
  cursor: pointer;
  float: right;
  border: none;
}
.btnOrderstSave {
  background: url("Orders/images/btn_save.png") no-repeat;
  min-height: 31px;
  min-width: 82px;
  cursor: pointer;
  float: right;
  border: none;
}
.btnOrderstBackWithText {
  background: url("Orders/images/button_back.png") no-repeat;
  min-height: 31px;
  min-width: 82px;
  cursor: pointer;
  border: none;
  position: relative;
}
.btnOrderstBack {
  background: url("Orders/images/btn_back.png") no-repeat;
  min-height: 31px;
  min-width: 82px;
  cursor: pointer;
  border: none;
  position: relative;
}
.btnOrdersAdd {
  background: url("Orders/images/plus_square.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnOrderItemsAdd {
  background: url("Orders/images/plus_square.png") no-repeat scroll center
    #f2f2f2;
  min-height: 24px;
  min-width: 70px;
  cursor: pointer;
}
.btnOrdersAddDropDown {
  margin: 0;
  padding: 0;
}
.btnOrdersAddDropDown .dijitButtonText {
  width: 0px;
  display: none;
}
.btnOrdersAddDropDown .dijitArrowButtonChar {
  width: 0px;
  display: none;
}
.btnOrdersAddDropDown .dijitArrowButtonInner {
  width: 0px;
  display: none;
}
.btnOrdersDelete {
  background: url("Orders/images/recycle_square.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnOrdersExport {
  background: url("Orders/images/csv.png") no-repeat scroll center #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
  display: none;
}
.btnOrdersImport {
  background: url("Orders/images/import.png") no-repeat scroll center #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
  display: none;
}
.btnOrdersApprove {
  background: url("Orders/images/btn_approve.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnOrdersNoneApprove {
  background: url("Orders/images/btn_none_approve.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnOrdersRefresh {
  background: url("Orders/images/btn_refresh.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnOrdersCancel {
  background: url("Orders/images/btn-cancel.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnReOpenOrders {
  background: url("Orders/images/btn-reopen.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
div.dropdownProfileBox {
  background-color: #ffffff;
  font: 16px Arial !important;
}
div.optionsContainer {
  position: absolute;
  z-index: 1000;
}
span.downIcon {
  float: right;
  padding-left: 31px;
  font-size: 9px;
  padding-top: 4px;
}
span.selectedValue {
  font-size: 16px !important;
}
span.profileValue {
  position: absolute;
  padding-left: 5px;
  margin-top: 5px;
}
button._selectedOption {
  text-align: left;
  font-size: 16px;
  height: 30px;
  outline: none;
  background: transparent;
  border: 0px;
}
button.activeOption {
  background-color: #f2f2f2;
  color: #4098f0;
  cursor: pointer;
}
ul.userOptions {
  width: 200px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  border: 1px solid #a4a4a4;
  -webkit-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  z-index: 1000;
}
i.optionIcon {
  background-repeat: no-repeat;
  background-position: left top;
  width: 30px;
  height: 30px;
  display: inline-block;
}
ul.userOptions li {
  text-align: left;
  font-size: 18px;
  height: 28px;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 5px;
  padding-bottom: 5px;
}
ul.userOptions li:hover {
  background-color: #f2f2f2;
}
.userMngtselectItem {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 14px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.leftDropDownOrders {
  width: 93%;
  height: 100%;
  list-style-type: none !important;
  float: left;
  vertical-align: top;
  overflow: hidden;
  border: none;
  padding-right: 10px;
}
.userMngtselectItem {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 16px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.userMngtselectItem_selected {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 16px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f2f2;
  color: #4098f0;
}
.circle {
  width: 22px;
  height: 22px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #3592f0;
  float: left;
}
.line-circle:after {
  content: attr(data-circle);
  display: inline-block;
  background-color: #3592f0;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
  width: 22px;
  height: 22px;
  margin: 1px 2px 0 12px;
  text-align: center;
  line-height: 22px;
}
.btnBlue,
.btnGreen,
.btnRed,
.btnNormal {
  cursor: pointer;
  border: none;
  display: block;
  border-radius: 3px;
  color: #fff;
  padding: 7px 15px;
}
.btnNormal {
  background-color: #f0f0f0;
  color: #6b6b6b;
  border: 1px solid #d6d6d6;
}
.btnBlue {
  background-color: #4a8bf5;
  padding: 7px 15px;
  border: 1px solid #4a8bf5;
}
.btnGreen {
  background-color: #009900;
  border: 1px solid #009900;
}
.btnRed {
  background-color: #ff0000;
}
input {
  padding-left: 8px !important;
}
.orderMenuBtn {
  float: right;
  top: 0px !important;
  margin-right: 6px;
  display: none;
}
.OrderChartPane {
  padding: 8px;
}
.OrderChartPaneBrandName {
  float: left;
  width: 40%;
  font-size: 24px;
}
.OrderChartPaneFilters {
  float: left;
  width: 60%;
  text-align: right;
}
.OrderChartPaneChart {
}
.OrderChartPaneGrid {
  height: 23.5em;
}
.OrderChartPaneGridButtonColumn {
  width: 8em;
}
.b2b .OrderChartPaneGridViewOrdersButton .dijitButtonNode {
  background-color: #3a7be4;
  color: white;
}
.OrderChartPaneDateTextBox {
  width: 8em;
}
.AddProductDropDownBox {
  position: absolute;
  top: 32px;
  border: 1px solid #bfb2ad;
  width: 230px;
  height: auto;
  background: #fff;
  z-index: 999;
}
.AddProductDropDownBoxContainer {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  background: #f2f2f2;
  border: thin solid white;
}
.AddProductDropDownBoxLink {
  cursor: pointer;
}
.AddProductDropDownBoxSearchInput {
  width: 160px;
  background: #fff url("Product/images/search.png") 167px center no-repeat;
  padding-right: 20px;
  border: 1px solid #cccccc;
  border-top: 1px solid #888888;
}
.AddProductDropDownBoxSearchContainer,
.AddProductDropDownBoxGrid {
  display: none;
}
.AddProductDropDownBoxGrid {
  max-height: 200px;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}
.AddProductDropDownBoxGrid .dgrid-scroller {
  margin-top: 0px;
}
.AddProductDropDownBoxGrid .dgrid-row {
  padding: 5px;
  cursor: pointer;
}
.AddProductDropDownBoxGrid .dgrid-row:hover {
  background: #eeeeee;
}
.AddProductDropDownBoxSelected.AddProductDropDownBoxContainer {
  background: white;
}
.AddProductDropDownBoxSelected .AddProductDropDownBoxLink {
  color: #669df7;
}
.AddProductDropDownBoxSelected .AddProductDropDownBoxGrid,
.AddProductDropDownBoxSelected .AddProductDropDownBoxSearchContainer {
  display: block;
}
.BrandDynamicProductList,
.BrandDynamicProductListProductListPane {
  height: 100%;
}
.BrandDynamicProductListLeftColumn {
  float: left;
  width: 280px;
}
.BrandDynamicProductListMiddleMenuColumn {
  float: left;
  position: relative;
  height: 40px;
}
.BrandDynamicProductListRightMenuColumn {
  float: right;
  margin-top: 1px;
}
.BrandDynamicProductListMainContent {
  clear: both;
}
.BrandDynamicProductListGrid {
  height: 680px !important;
}
.BrandDynamicProductListTabLabelColumn ul {
  padding-left: 15px;
  padding-right: 15px;
}
.BrandDynamicProductListTabLabelColumn li {
  list-style: none;
}
.BrandDynamicProductListTabLabelColumn li span {
  padding: 10px 20px;
  width: 78%;
  display: inline-block;
  cursor: pointer;
}
.BrandDynamicProductListTabActive span {
  color: #3895f0;
  background: #f2f2f0;
  border-radius: 10px;
}
.BrandDynamicProductListSearchBox {
  height: 26px;
  border: 1px solid #e6e6e6;
  border-right-style: none;
  font-size: 13px;
  width: 200px;
}
.BrandDynamicProductListSearchBox:focus {
  outline: #e6e6e6 solid 1px;
}
.BrandDynamicProductListStatusEnabled,
.BrandDynamicProductListStatusDisabled {
  padding-left: 29px;
  padding-bottom: 5px;
}
.BrandDynamicProductListStatusEnabled {
  background: 0px -1px url("Product/resources/icon_enable.png") no-repeat;
  background-size: 25px 25px;
}
.BrandDynamicProductListStatusDisabled {
  background: 0px -1px url("Product/resources/icon_disable.png") no-repeat;
  background-size: 25px 25px;
}
.BrandDynamicProductListMenu {
  padding: 4px;
}
.BrandDynamicProductListBrandName {
  vertical-align: top;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.btnProductAdd {
  background: url("../../images/plus_square.png") no-repeat scroll center
    #f2f2f2;
  min-height: 24px;
  min-width: 75px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.btnProductAddDropDown {
  margin: 0px;
  padding: 0;
  float: left;
}
.btnProductAddDropDown .dijitButtonNode {
  padding: 0;
}
.btnProductAddDropDown .dijitButtonText {
  width: 0px;
  display: none;
}
.btnProductAddDropDown .dijitArrowButtonChar {
  width: 0px;
  display: none;
}
.btnProductAddDropDown .dijitArrowButtonInner {
  width: 0px;
  display: none;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e0e0e0);
  background-image: -moz-linear-gradient(top, #f5f5f5, #e0e0e0);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e0e0e0);
  background-image: -o-linear-gradient(top, #f5f5f5, #e0e0e0);
  background-image: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #444444 !important;
  font-size: 14px;
  padding: 2px 20px 2px 20px;
  border: solid #d8d8d8 1px;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -moz-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -ms-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -o-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: linear-gradient(to bottom, #f5f5f5, #d4d4d4);
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f5f5f5;
  border-color: #186a9e;
}
.btn-input {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.btn-input input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.thumbnail-indd {
  background: url("resources/images/icon_id.png") no-repeat scroll center;
  max-width: 100%;
  display: inline-block;
  margin-top: 5px;
  height: 16px;
  width: 16px;
}
.thumbnail-image {
  background: url("resources/images/icon_image.png") no-repeat scroll center;
  max-width: 100%;
  display: inline-block;
  margin-top: 5px;
  height: 16px;
  width: 16px;
}
.thumbnail-txt {
  background: url("resources/images/icon_text.png") no-repeat scroll center;
  max-width: 100%;
  display: inline-block;
  margin-top: 5px;
  height: 16px;
  width: 16px;
}
.thumbnail-file {
  background: url("resources/images/icon_other.png") no-repeat scroll center;
  max-width: 100%;
  display: inline-block;
  margin-top: 5px;
  height: 16px;
  width: 16px;
}
.saveChangeClass {
  display: inline-block;
  z-index: 9999999999;
  position: absolute;
  top: 17px;
  background-color: transparent !important;
  margin-left: 1040px !important;
  padding-left: 0 !important;
}
.SettingSaveChangeButon {
  display: inline;
  min-height: 25px;
  min-width: 82px;
  border: 1px solid rgb(216, 216, 216);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
  background-color: rgb(242, 242, 242);
}
div.userProfileContainer {
  background-color: transparent;
  min-width: 201px;
  font-family: "Arial";
  position: absolute;
  text-align: left;
  top: 0px;
  right: 0px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
span.userTileContainer {
  font-size: 12px;
  padding-top: 12px;
  display: block;
  cursor: pointer;
}
div.userTile {
  background-color: transparent;
  color: #ffffff;
  height: 40px;
  width: 100%;
}
span.userTileDropdownIcon {
  padding-left: 5px;
  position: relative;
  float: right;
  padding-top: 1px;
  padding-right: 15px;
  font-size: 10px;
}
div.userActionContainer {
  position: fixed;
}
ul.userMenuDropdown {
  border: 1px solid #a4a4a4;
  background-color: #ffffff;
  width: 200px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  border: 1px solid #a4a4a4;
  -webkit-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  z-index: 1000;
}
ul.userMenuDropdown li {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-left: 28px;
  padding-bottom: 5px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
ul.userMenuDropdown li:hover {
  background-color: #ebebeb;
}
span.menuItemContent {
  font-size: 16px;
  font-family: Arial;
  cursor: pointer;
}
div.btnUserMngtNavigation {
  width: 100%;
  padding-bottom: 0px;
  font-family: Arial;
  height: 33px;
}
.btnUserMngtAdd {
  background: url("UsersManagement/images/plus_square.png") no-repeat scroll
    center #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnUserMngtDelete {
  background: url("UsersManagement/images/recycle_square.png") no-repeat scroll
    center #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnUserMngtImport {
  background: url("UsersManagement/images/import.png") no-repeat scroll center
    #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
  display: none;
}
.btnUserMngtApprove {
  background: url("UsersManagement/images/btn_approve.png") no-repeat scroll
    center #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
.btnUserMngtNoneApprove {
  background: url("UsersManagement/images/btn_none_approve.png") no-repeat
    scroll center #f2f2f2;
  min-height: 31px;
  min-width: 82px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  cursor: pointer;
}
div.dropdownProfileBox {
  background-color: #ffffff;
  font: 16px Arial !important;
}
div.optionsContainer {
  position: absolute;
  z-index: 1000;
}
span.downIcon {
  float: right;
  padding-left: 31px;
  font-size: 9px;
  padding-top: 4px;
}
span.selectedValue {
  font-size: 16px !important;
}
span.profileValue {
  position: absolute;
  padding-left: 5px;
  margin-top: 5px;
}
button._selectedOption {
  text-align: left;
  font-size: 16px;
  height: 30px;
  outline: none;
  background: transparent;
  border: 0px;
}
button.activeOption {
  background-color: #f2f2f2;
  color: #4098f0;
  cursor: pointer;
}
ul.userOptions {
  width: 200px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  border: 1px solid #a4a4a4;
  -webkit-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 20px 4px rgba(50, 50, 50, 0.2);
  z-index: 1000;
}
i.optionIcon {
  background-repeat: no-repeat;
  background-position: left top;
  width: 30px;
  height: 30px;
  display: inline-block;
}
ul.userOptions li {
  text-align: left;
  font-size: 18px;
  height: 28px;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 5px;
  padding-bottom: 5px;
}
ul.userOptions li:hover {
  background-color: #f2f2f2;
}
.userMngtselectItem {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 14px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.leftDropDownUserMngt {
  width: 93%;
  height: 100%;
  list-style-type: none !important;
  float: left;
  vertical-align: top;
  overflow: hidden;
  border: none;
  padding-right: 10px;
}
.userMngtselectItem {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 16px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.userMngtselectItem_selected {
  height: auto !important;
  padding: 8px 0 8px 10px !important;
  border-radius: 10px;
  font-size: 16px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f2f2f2;
  color: #4098f0;
}
.circle {
  width: 22px;
  height: 22px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #3592f0;
  float: left;
}
.line-circle:after {
  content: attr(data-circle);
  display: inline-block;
  background-color: #3592f0;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
  width: 22px;
  height: 22px;
  margin: 1px 2px 0 12px;
  text-align: center;
  line-height: 22px;
}
.UserInfoForm label {
  display: inline-block;
  width: 22%;
  text-align: right;
}
.UserInfoForm .dijitValidationTextBox,
.UserInfoForm .dijitSelectLabel {
  padding: 6px;
}
.UserInfoForm .dijitValidationTextBox {
  width: 40%;
}
.UserInfoForm .dijitSelect {
  width: 355px;
}
.UserInfoForm .dijitArrowButtonContainer,
.UserInfoForm .dijitSelect .dijitArrowButtonInner {
  width: 32px;
}
.UserInfoForm .dijitSelect .dijitArrowButtonInner {
  background-position: -27px 53%;
}
.UserInfoForm .dijitValidationTextBox,
.UserInfoForm .dijitTextBoxFocused .dijitInputContainer {
  background-color: #f6ebae;
}
.UserInfoForm .UserInfoFormRow {
  padding: 3px 0px;
  min-height: 32px;
}
.UserInfoPane label {
  display: inline-block;
  width: 22%;
  text-align: right;
}
.UserInfoPane .UserInfoPaneRow {
  padding: 3px 0px;
  min-height: 32px;
}
