﻿html * {
    padding: 0;
    margin: 0;
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.7em;
    color: #000000;
    line-height: 140%;
    text-align: left;
}

/* PAGE ELEMENTS */
#frameContainer {
    margin: 10px;
}

.IFRAME.ms-crm-Custom{
	border-width: medium !important;
	border-style: none !important;
}
.page {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#logindisplay {
    background-color: rgb(0, 35, 65);
    text-align: right;
    color: White;
}

    #logindisplay a {
        color: White;
    }

header, #header {
    margin-bottom: 0;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
    }

/* KEY VALUE PAIRS */

.pairlist {
    float: left;
}

.pair {
    clear: both;
}

.key {
    font-weight: bold;
}

    .key:after {
        content: ": ";
    }

.pair .key {
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
}

/****************/
/* SORT HEADER */

.sortIndicator {
    float: left;
}

.SortLabel {
    float: left;
}

.invisible {
    display: none;
}

.space {
    margin-bottom: 20px;
}

.indent {
    margin-left: 30px;
}

.activation {
    position: relative;
    background-color: #E88A67;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #333333;
}

.wide {
  width: 501px;
    height: 150px;
    font-family: Arial;
    font-size: 12px;
    color: black;
}

.zoomWarning {
    display: none;
    padding: 3px;
    width: 504px;
    background-color: red;
    color: white;
    font-weight: bold;
}

.zoomError {
    border: 3px solid red;
}

.active {
    background-color: #AAFF6E;
}

.icon-inline {
    float: left;
    margin-left: -10px;
    margin-right: 5px;
}



#content {
    margin-top: 20px;
}

#replacer {
    margin: 10px;
}

#menucontainer {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
}

    #menucontainer .ui-button {
        margin-bottom: 4px;
        width: 150px;
        text-align: left;
    }

#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
}

#navi-container-bottom {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

#menu {
    height: 37px;
}

.alternate {
    background-color: rgb(222, 223, 224);
}

.clear {
    clear: both;
}

.float-divider {
    clear: both;
    display: block;
    height: 10px;
    font-size: 1px;
    line-height: 1px;
}

/* COLUMNS */

.form .column-left,
.form .column-right {
    padding-top: 1px;
    margin-top: -1px;
    /*width: 49%;*/
    display: inline-block;
    vertical-align: top;
}

.form .column-left {
    margin-right: 10px;
    vertical-align: top;
}

.wrapbox {
    display: inline-block;
    margin: 5px;
}

/* HEADER */

.title-image {
    position: absolute;
    left: 40px;
    top: 25px;
}

.subtitle-image {
    position: absolute;
    left: 280px;
    top: 85px;
}

/* TAB MENU */

ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding-bottom: 2px;
    position: relative;
    margin: 80px 0 10px 0;
    text-align: right;
}

/* SIDEBAR */

#sidebar {
    float: left;
    width: 200px;
}

    #sidebar .ui-button {
        margin-bottom: 4px;
        width: 191px;
        text-align: left;
    }


/***********\
 /* HEADINGS */
/************/
h1 {
    font-size: 1.5em;
    color: #00406f;
    margin-bottom: 15px;
}

h2 {
    text-transform: uppercase;
    color: #00406f;
    font-weight: lighter;
    margin-bottom: 20px;
    font-size: 2em;
}

h3 {
    color: #00406f;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}



/**************/
/* VALIDATION */

.validation-summary-errors {
    background-color: Red;
    color: White;
    font-weight: bold;
    margin-bottom: 10px;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: 5px;
}

/**************/
/* Warning and Errors */
.warningMessage {
    background-color: #FEF584; /* FFEC8E / FFE5B2 */
    /*color: #DC7405;*/
    font-weight: bold;
    line-height: 24px;
    padding: 0px 5px;
    margin: 0 0 10px 0;
    display: inline-block;
}

.errorMessage {
    background-color: #FDF3F2; /* FFE5B2 */
    color: red;
    font-weight: bold;
    line-height: 24px;
    padding: 0px 5px;
    margin: 0 0 10px 0;
    display: inline-block;
}

.successMessage {
    background-color: #F2FAF6;  
    color: #009645;
    font-weight: bold;
    line-height: 24px;
    padding: 0px 5px;
    margin: 0 0 10px 0;
    display: inline-block;
}


/*********************/
/* BACKGROUND COLORS */

.grey-bg {
    background-color: #DEDFE0;
}

.blue-bg {
    background-color: #FFE5B2;
}

.orange-bg {
    background-color: #DBEBFF;
}

.green-bg {
    background-color: #FFD9B7;
}

.darkblue {
    color: #00406f;
}

.white {
    color: #ffffff;
}

    .white:hover {
        color: #333333;
    }

/*********/
/* FONTS */

.f16 {
    font-size: 16px;
    font-weight: normal;
}

/******************/
/* MARGIN PADDING */
th {
    text-align: left;
}



.label {
    font-weight: bold;
    padding-right: 10px;
}

.mar0-0-5-0 {
    margin: 0 0 5px 0;
}

.mar0-5-0-0 {
    margin: 0 5px 0 0;
}

.mar5-0 {
    margin: 5px 0;
}

.block {
    display: block;
}

.exposeButton {
    width: 90px;
}

/************/
/* UNSORTED */

#btnPindSuchen {
    padding: 0;
}

.dblock {
    display: block;
}

.fleft {
    float: left;
}

.borderit {
    border: 1px solid #666666;
    padding: 5px;
}

.collapse {
    border-spacing: 0;
}

.input152 {
    position: relative;
    cursor: pointer;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #000000;
    border-right: 1px solid #999999;
    display: block;
    height: 16px;
    margin: 5px 5px 0 0;
    width: 152px;
    color: #000000;
}

.selectee {
    display: none;
}

.selected {
    display: block;
}

.buttoncell {
    min-height: 32px;
}

/******************/
/* INCIDENT TABLE */
.incident-table {
    width: 100%;
}

    .incident-table td {
        padding: 2px;
    }


/*************************/
/* INCIDENT FILTER TABLE */

.incident-filter-table {
    border-spacing: 0;
    border-style: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border-width: 0 0 0 0;
}

    .incident-filter-table td {
        padding: 5px;
    }

    .incident-filter-table input {
        width: 200px;
        padding: 2px;
        border: 1px solid #ccc;
    }

/**************/
/* EXPANDABLE */

.menuHeader {
    background-color: #e9e9e9;
}

.menuTitle {
    /*  background-color: #F1F5F8;*/
    padding-left: 38px;
    cursor: pointer;
    font-weight: bold;
}

.menuImgClose {
    float: left;
    background: url('./images/close.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 17px;
    height: 17px;
}

.menuIconOpen {
    background: url('./images/open.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.menuContent {
    margin-top: 10px;
    padding: 3px;
}

.field-validation-error, .error {
    color: red;
    font-weight: bold;
    vertical-align: top;
}

/*****************/
/* FORM ELEMENTS */

.form {
    -moz-min-width: 500px;
    -ms-min-width: 500px;
    -o-min-width: 500px;
    -webkit-min-width: 500px;
    min-width: 500px;
}

.form .display-label,
.form .editor-label {
    width: 220px;
    float: left;
    font-weight: bold;
    margin: 0 0 0 0;
}

.form .wertverbesserung-label {
    width: 320px;
    height: 30px;
    float: left;
    font-weight: bold;
    margin: 0 0 0 0;
}

.form .abschluss-label {
    width: 520px;
    float: left;
    font-weight: bold;
    margin: 0;
}

.form .display-field,
.form .editor-field,
.form .editor-field-readonly {
    margin: 10px 0 0 220px;
    min-height: 20px;
    min-width: 220px;
}

.form .wertverbesserung-field {
    margin: 10px 0 0 320px;
    min-height: 20px;
    width: 120px;
}

.form .abschluss-field {
    margin: 10px 0 0 530px;
}


.form .editor-field input,  
.form .editor-field-readonly input {
    vertical-align: text-bottom;
    min-height: 20px;
}

.form .editor-field.textbox input[type="text"] {
    /*width: 14.5em;*/
}

.form .editor-field.textbox select {
    /*width: 15em;*/
}

input[type="text"],
input[type="password"],
select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 220px;
    margin-right: 10px;
}

select {
    width: 225px;
}

td input[type="text"],
td input[type="password"],
td select {
    width: 98%;
    border: 1px solid #ccc;
    font-size: 1.2em;
    color: #444;
    margin-right: 5px;
}

textarea {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 300px;
    height: 70px;
    margin-bottom: 10px;
    font-family: inherit;
}

.buttons {
    margin-top: 5px;
}

#Certificate_CostsMaterial, #Certificate_CostsWork {
    margin-left: -10px;
}

/*****************/
/* Icons */
.warningIcon {
    float: left;
    background: url('./images/warning.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
    width: 24px;
    height: 24px;
}

.errorIcon {
    float: left;
    background: url('./images/error.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
    width: 24px;
    height: 24px;
}

.successIcon {
    float: left;
    background: url('./images/success.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
    width: 24px;
    height: 24px;
}


/*****************/
/* Lists */
.errorList {
    font-weight: normal;
    padding-left: 25px;
    line-height: 1.25em;
}


/*****************/
/* Support Input */


.subject-textbox {
    width: 100% !important;
}

.subject-textbox-div {
    padding-right: 50px;
    padding-bottom: 20px;
}

.text-textbox {
    width: 100%;
    height: auto;
}

.text-textbox-div {
    padding-right: 50px;
}

.support-info-label {
    text-align: right;
    padding-right: 50px;
}

.mt10 {
    margin-top: 10px;
}


.mb10 {
    margin-bottom: 10px;
}

.mv10 {
    margin: 10px 0;
}

.mr10 {
    margin-right: 10px;
}

.highlight {
    font-size: 1.3em;
    line-height: 1.6em;
    color: red;
    font-weight: bold;
}

.form .dokumentevorhanden-lable{
    width: 370px;
    float: left;
    font-weight: bold;
    margin: 0;
}

.hide {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

.show {
    display: inline;
}
input[id="FocussedNote_Title"]  {
    min-width: -moz-available;
}

input[type="radio"] {
     min-height: 0px;
}

table.box, td.box {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: text-bottom;
    min-height: 0px;
}


.DeviceTableTotalAmountText {
    font-weight: bolder;    
    margin-left: 470px;
}

.DeviceTableTotalAmount {
    font-weight: bolder;    
    margin-left: 17px;
}

.DeviceTableTotalAmountDiv {
    margin-top: 10px;
}
form p.form-info-text {
    margin-bottom: 1em;
}
form .form-group {
    width: 100%;
    display: flex;
    margin-bottom: 0.75em;
}
form .form-group > label {
    width: 30%;
    min-width: 100px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
form .form-group > div.form-control {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
form .form-group > div.form-control > textarea {
    width: 100%;
}

.mergeview {
    margin-left: 20px !important;
    width: 80% !important;
}

.mergetable {
    border: 0 !important;
}