/**
 * Author: Sebastian Jakob (sebastian.jakob@pixlinemedia.de)
 * Date: 30.01.15
 * Time: 13:15
 * pixline media - www.pixlinemedia.de - info@pixlinemedia.de
 */

@font-face {
    font-family: 'Pictos';
    src: url("../Fonts/pictos/pictos.eot");
    src: url("../Fonts/pictos/pictos.eot?#iefix") format("embedded-opentype"), url("../Fonts/pictos/pictos.woff") format("woff"), url("../Fonts/pictos/pictos.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

html, body {
    font: normal 12px arial, verdana;
    margin: 0;
    padding: 0;
    border: 0 none;
    overflow: hidden;
    height: 100%;
    background: #fff;
}

#app-header {
    background: #fff;
    border-bottom: 5px solid #cecece;
}

.logo {
    text-align: center;
    padding-top: 10%;
}

img.logo, .logo img {
        width: 150px;
        height: 56px;
}

.clear {
    clear: both;
}

.tab-container {
    height: 100%;
}

#footer {
    display: none;
}
.x-viewport #footer {
    display: block;
}

.check-cell {
    background: url(../Images/check.png) no-repeat 2px 4px;
    padding-left: 16px;
}

.uncheck-cell {
    background: url(../Images/uncheck.png) no-repeat 2px 4px;
    padding-left: 16px;
}

.overflowLeft .x-grid-cell-inner {
    overflow:hidden;
    text-overflow: clip;
    direction: rtl;
    position: relative;
}

.btn-warning {
    background: orange;
    border: none;!important;
    color: #ffffff;!important;
}

.btn-warning .x-btn-inner {
    color: #ffffff;
}

.x-btn-over.btn-warning {
    background: #f19700;
    border-color: #f19700;
}

.x-btn-pressed.btn-warning {
    background: #f19700;
    border-color: #f19700;
}
.x-btn-focus.btn-warning {
    background:#f19700;
}

.x-boundlist .x-boundlist-item:nth-child(even) {
    background: #CECECE;
}
.x-boundlist .x-boundlist-item.x-boundlist-selected {
    background: #c1ddf1;
}
.x-boundlist .x-boundlist-item.x-boundlist-item-over {
    background: #d6e8f6;
}

.empty-boundlist-item-menu {
    padding: 0 6px;
    font: normal 13px helvetica, arial, verdana, sans-serif;
    line-height: 22px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    border-width: 1px;
    border-style: dotted;
    border-color: white;
}

.empty-boundlist-item-menu:hover {
    background: #d6e8f6;
    border-color: #d6e8f6;
}