.x-body {
    font-weight: 400;
}
.x-grid-item {
    font-weight: 400;
}
.x-column-header {
    font-weight: 600;
}
.x-form-cb-label-default {
    font-weight: 400;
}
.x-menu-item-text-default-menubar {
    font-weight: 400;
}
.x-menu-item-text-default {
    font-weight: 400;

}
.x-form-text-default {
    font-weight: 400;
}

.form_login .x-toolbar-footer {
  background: none;
  border: none;
  padding: 0;
}

.daterange .x-window-header-title-default,
.daterange .x-window-header-default-top {
  border-left-color: #fff;
  border-top-color:  #fff;
  border-bottom-color:  #fff;
  border-right-color:  #fff;
  background-color: #fff;
  color: #404040;
}
.daterange .x-window-header-default .x-tool-img {
  background-color: #fff;
  color: #404040;
}

.cancel_btn_uxp {
  background-color: rgb(208, 208, 208);
  border-left-color: rgb(208, 208, 208);
  border-top-color:  rgb(208, 208, 208);
  border-bottom-color:  rgb(208, 208, 208);
  border-right-color:  rgb(208, 208, 208);
}
.cancel_btn_uxp .x-btn-inner-default-small {
  color: #404040;
}
.cancel_btn_uxp:hover {
  background-color: #9db4d0;
  background-color: #9db4d0;
  border-left-color: #9db4d0;
  border-top-color:  #9db4d0;
  border-bottom-color:  #9db4d0;
}
.cancel_btn_uxp:hover .x-btn-inner-default-small {
  color: #fff;
}
.cancel_btn_uxp,
.apply_btn_uxp {
  border-radius: 2px;
}

.x-colorpicker-field-swatch {
  z-index: 1;
}

.x-toolbar {
  background-color: #F6F6F6;
}
.x-btn-default-toolbar-large {
  border-color: #F6F6F6;
  width: 50px;
  height: 50px;
}
.x-btn-default-toolbar-large:hover {
  border-color: #E4E4E4;
}

.x-splitter {
  background-color: #ECECEC;
}

.label_one {
  left: 2px !important;
}

.label_two {
  left: 268px !important;
}

.label_one .x-form-text-field-body-default,
.label_two .x-form-text-field-body-default {
  min-width: 140px;
  max-width: 140px;
}

.label_two .x-form-item-label-inner-default {
  width: 120px !important;
}

.hbox_one {
  margin-top: 25px;
}

.hbox_two {
  margin-top: 15px;
}

.uxp-mainbody {
	background: rgb(236, 236, 236);
}
.uxp-maintree,
.uxp-contentpanel {
	border-radius: 2px;
	background: #fff;
}
.uxp-maintree,
.uxp-contentpanel {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.uxp-contentpanel {
  border-top-right-radius: 0;
}
.x-boundlist-item {
  padding: 5px 10px;
  line-height: 1.4;
}

.x-fieldset-header {
	font: 400 16px/20px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
  color: #919191;
  padding: 1px 0;
}
