body {
    margin: 0;
}

.headerBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 2;
    padding-left: 10px;
}

.headerIcon {
    padding: 3px;
    float: left;
    font-size: 40px;
}

.headerLogin {
    padding-right:3px;
    padding-top: 3px;
    float: right;
}

.navBar {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    height: 25px;
    z-index: 2;
    padding-left: 15px;
}

    .navBar a {
        display: inline;
        text-decoration: none;
        padding-right: 10px;
        vertical-align: middle;
    }

.settings-table {
    position: relative;
}

    .settings-table td > input {
        font-size: 14px;
        font-family: "Segoe UI Semilight WestEuropean", "Segoe UI Semilight", "Segoe UI", Tahoma, Arial, sans-serif;
        font-weight: normal;
        padding: 2px;
        border: 1px solid #e6e6e6;
        width: 100%;
        vertical-align: middle;
        background-color: white;
    }

.detail-heading h2 {
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
}

ul {
    padding-left: 0;
    -webkit-padding-start: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

.component-nav li {
    display: inline-block;
    width: auto;
    margin: 0 12px 0 0;
}

    .component-nav li.current a {
        border-bottom: 2px solid #0078d7;
    }

    .component-nav li a, .component-nav li a:active {
        color: #333;
        padding-bottom: 4px;
        display: block;
        font-size: 14px;
        font-family: "Segoe UI Semilight WestEuropean", "Segoe UI Semilight", "Segoe UI", Tahoma, Arial, sans-serif;
        font-weight: normal;
        text-decoration: none;
    }

.agentList {
    margin-left: 0px;
    margin-top: 5px;
}

.agentListItem-active {
    border-left: 5px solid #00B294;
    padding-left: 27px;
}

.agentListItem-inactive {
    border-left: 5px solid #E81123;
    padding-left: 27px;
}

.agentListItem-disabled {
    border-left: 5px solid #A6A6A6;
    padding-left: 27px;
    color: #A6A6A6;
}

.et-ListItem-actions {
    max-width: 80px;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 10px;
}

.et-ListItem-action {
    color: #A6A6A6;
    display: inline-block;
    font-size: 15px;
    position: relative;
    text-align: center;
    top: 3px;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.box-center {
    width: 300px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
    text-align: center;
}

.border-right {
    border-right: 1px;
    border-right-style: solid;
    border-right-color: #EAEAEA;
}

.border-top {
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #EAEAEA;
}

.border-bottom {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EAEAEA;
}

.ng-valid[required] {
    border-left: 5px solid #42A948; /* green */
}

.ng-invalid {
    border: 1px solid #a94442; /* red */
}

.ms-TextField-field.ng-invalid {
    border-left: 3px solid #a94442; /* red */
}

.ms-Button--command {
    text-decoration: none;
}

pre {
    height: auto;
    max-height: 500px;
    overflow: auto;
    background-color: #eeeeee;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important;
}