@media (max-width: 960px) {
    #layout-portlets-cover {
        padding: 60px 0;
    }
}

@media (max-width: 640px) {
    #layout-portlets-cover {
        padding: 50px 0;
    }
}

@media (max-width: 640px) {
    #logo img {
        height: 40px;
        margin-top: 6px !important;
        margin-left: 44px !important;
    }
}

.ui-datatable table tbody .ui-state-highlight.ui-row-editing > td {
    color: #546e7a;
}

.ui-row-editor > .ui-icon-pencil {
    /*background-image: url(../images/myPencil.png) !important;*/
    /*height: 20px;*/
    /*width:20px;*/
    content: '\f303' !important;
}
/*
.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil:before {
    content: "\f044";
}
.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil:hover {
    font-weight: bold;
}*/

.noSeverity > div:nth-child(2) {
    display:none;
}



/*.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil
{
    background: none !important;
    !*font-family: "fontello";*!
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-indent: 0;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    !* opacity: .8; *!

    !* For safety - reset parent styles, that can break glyph codes*!
    font-variant: normal;
    text-transform: none;

    !* fix buttons height, for twitter bootstrap *!
    line-height: 1em;

    !* Animation center compensation - margins should be symmetric *!
    !* remove if not needed *!
    margin-left: .2em;
}*/

.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil:before {
    content: '\f303' !important;
}

/* Ausgrauen der Default Spalten */
tr td.defaultvalue,
tr.ui-row-editing td.defaultvalue {
    font-weight: lighter;
    background: rgba(0, 0, 0, 0.05) !important;
    color: #808080 !important;
    font-style: italic;
}

/* Eingabefelder auffüllen */

.ui-editable-column.right > .ui-cell-editor > .ui-cell-editor-input > input[type="text"] {
    text-align: right;
}

.ui-editable-column > .ui-cell-editor > .ui-cell-editor-input {
    padding-right:20px;
}

.ui-editable-column > .ui-cell-editor > .ui-cell-editor-input > input[type="text"] {
    width: 100% !important;
}

.ui-editable-column > .ui-cell-editor > .ui-cell-editor-input > .ui-chkbox {
    margin-left: 20px;
}


.jqplot-highlighter-tooltip {
    background: rgba(208, 208, 208, 0.9) !important;
}
