h1 {
    color: #444444 !important;
    font-weight: bold;
}

h1::before {
    content: "—\000A";
    white-space: pre
}

h1:before {
    color: rgb(255, 0, 15);
    font-weight: bold;
}



.dx-datagrid .dx-row>td {
    padding: 2px 7px;
}


.panelHeight {
    height: 40px !important;
}

#ABBlogo {
    padding: 10px;
}

#menu1 {
    -ms-flex-positive: 1;
    flex-grow: 1
}

#menu1 ul {
    padding: 5px 20px;
}

#menu1>ul>li {
    float: left
}

#menu1>ul>li:nth-child(2) {
    position: relative;
    top: -11px;
    float: left;
}


#menu2 {
    text-align: right;

}

#menu2 ul {
    font-size: 20px;
    margin: 0 15px;
    padding-top: 12px;
}

#menu2 li {
    display: inline;
}

#topNavigation {
    display: flex;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 500;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

#topNavigation ul {
    list-style-type: none;

}


.openFormButton {
    text-decoration: none;
    color: gray
}

.openFormButton:hover {
    text-decoration: none;
    color: black
}

.openFormButton:visited {
    text-decoration: none;
    color: gray
}

.openFormButton:visited:hover {
    text-decoration: none;
    color: black
}

#menu2 a {
    text-decoration: none;
    color: #444;
}

#menu2:hover {
    text-decoration: none;
    color: black
}

#menu2:visited {
    text-decoration: none;
    color: #444;
}

#menu2:visited:hover {
    text-decoration: none;
    color: black
}

input[disabled] {
    background-color: #e6e6e6 !important;
    color: #444 !important;
}

.dx-state-disabled {
    opacity: 1 !important;
}

/*
.list-container {
    min-height: 440px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0; 
    bottom: 0;
}
*/

.displayNone {
    display: none;
}

/*
#contentBox {
	min-width: inherit !important;
}

#s4-workspace, #s4-bodyContainer {
	width: 100% !important;
}
*/

#s4-workspace {
    display: none;
}

.ms-webpart-chrome-vertical,
#MSOZoneCell_WebPartWPQ2 {
    display: run-in;

}

#layoutsTable {
    table-layout: fixed;
    display: table;
}

.dx-texteditor-input {
    min-height: 25px
}

.dx-placeholder {

    top: -3px;
}

.dx-form-group-with-caption .dx-form-group-content {
    padding-top: 0;
    margin-top: 3px;
}

.dx-form-group-caption {
    font-size: 14px;
    font-weight: bold;
}

.dx-field-item {
    padding: 2px !important;
}

.dx-form-group-content {
    padding: 3px;
    border-radius: 2px;
    background: #f3f3f3;
}

.dx-overlay-shader {
    background-color: transparent !important;
}

#ms-designer-ribbon,
#s4-titlerow,
#sideNavBox {
    display: none !important;
}

#contentBox {
    margin: 0 20px;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    overflow: auto;
}

.ms-rtestate-field {
    margin: 20px 20px;
}