html, body
{
    /* background-color: #ffffff; */
    /* font: 14px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif; */
    /* margin: 0; */
    /* padding: 0; */
}
h1, h2, h3
{
  font-weight: normal;
}
h1
{
  font-size: 34px;
}
h2
{
  font-size: 28px;
}
h3
{
  font-size: 22px;
}
.content-wrapper
{
    box-sizing: border-box;
    margin: 0 auto; 
    padding: 0 12px; 
    width: 100%;
    max-width: 1024px;
}
.headerPane.expanded .content-wrapper
{
    padding: 0;
    max-width: initial;
}
.footer
{
    padding: 12px 0; 
}
.headerPane
{
    padding: 0!important;
    min-width: 490px;
}
.headerPane.bar
{
    padding: 0 12px!important;
}
.headerPane.expanded
{
    padding: 2px!important;
}
.headerTitle
{
    display: block;
    float: left;
    margin: 18px 0;
}
.headerPane.expanded .headerTitle
{
    display: none;
}
.headerMenu
{
    float: right!important;
    margin: 28px 0 15px;
}
.headerPane.expanded .headerMenu
{
    float: none!important;
    margin: 0;
    width: 100%;
}

.menuHeader {
    width: 100%;
    background-color: #efefef;
}

.menuItem a {
    color: #151515;
}

.table-responsive {
    width: 100%;
    display: block;
    overflow-x: hidden !important;
    margin-left: 10px;
}

.MultiColumnDropdown {
    border-radius: 2px !important;
    width: 100% !important;
    background-color: #f3f3f3 !important;
    border: 1px solid #cccccc !important;
    font-family: "Open Sans", Arial, sans-serif !important;
}

.MultiColumnDropdown.EditMode {
    background-color : #FFFFFF !important;
}

.MultiColumnDropdown > tbody > tr > td:nth-child(3) {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.MultiColumnDropdown > tbody > tr > td:nth-child(2) > input {
    background-color : #eeeeee !important;
    color: #555555;
}

.MultiColumnDropdown.EditMode > tbody > tr > td:nth-child(2) > input {
    background-color : #ffffff !important;
}

.SpinEdit {
    border-radius: 2px !important;
    font-size: 12px !important;
    display: block;
    width: 100% !important;
    background-color : #f3f3f3 !important;
    border: 1px solid #cccccc !important;
}
.SpinEdit.EditMode {
    background-color : #FFFFFF !important;
}
.SpinEdit > tbody > tr >  td:nth-child(1) > input {
    background-color : #eeeeee !important;
    color: #555555;
}
.SpinEdit.EditMode > tbody > tr > td:nth-child(1) > input {
    background-color : #ffffff !important;
}
.Placeholder input{
    text-align: left!important;
    color:  #cbbdcb !important;
}

.editorContainer {
    border-radius: 3px;
}

.ui-pnotify {
   left: 50%;
   margin-left: -150px;
}

/*.multiselect-container {
    background-color: #171717;
}

.multiselect-container > li > a > label.checkbox {
    color: #C5C5C5;
}

.multiselect-container > li {
    margin-bottom: 5px;
}

.multiselect-container > li > a:hover, .multiselect-container > li > a:focus {
    background-color: #efefef !important;
}

.multiselect-container > li > a:hover > label {
    color: #171717 !important;
}

.multiselect-container > li > div.input-group {
    width: 100% !important;
}*/