.login_background {
    background-image: url('../images/login-blurry-bg.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.sch-resourcezone {
    background: #FF8000;
    opacity: 0.4;
}

.invalid {
    background: red;
}

.sch-tool .sch-tool-delete_period {
    background-image: url('../images/cross.png');
}

.sch-tool .sch-tool-details {
    background-image: url('../images/information.png');
}

.sch-tool .sch-tool-edit {
    background-image: url('../images/page_white_edit.png');
}

.sch-tool .sch-tool-split {
    background-image: url('../images/cut.png');
}

.sch-tool .sch-tool-delete {
    background-image: url('../images/cross.png');
}

.sch-tool .sch-tool-shiftforward {
    background-image: url('../images/arrow_right.png');
}

.sch-tool .sch-tool-shiftback {
    background-image: url('../images/arrow_left.png');
}

.sch-tool .sch-tool-accept {
    background-image: url('../icons/accept16x16.png');
    width: 16px;
    height: 16px;
}

.sch-tool .sch-tool-refuse {
    background-image: url('../icons/refuse16x16.png');
    width: 16px;
    height: 16px;
}

.icon-calendar {
    background: url(../images/calendar.png) no-repeat left center !important;
}

.icon-prev,
.icon-previous {
    background: url(../images/arrow_left.png) no-repeat left center !important;
}

.icon-next {
    background: url(../images/arrow_right.png) no-repeat left center !important;
}

.notification_alert {
    background: url(../icons/notification.png) no-repeat left center !important;
}

#mainbtnPendingNotification-btnWrap{
    background-color: transparent;
    border-style: none;
}

.sch-event {
    -webkit-box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
    -moz-box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
    box-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    opacity: 0.9;
}

.customZoneStyle {
    background: url(../images/graytexture.png) repeat !important;
}

.myZoneStyle {
    background: whitesmoke url(../images/pattern.png) repeat !important;
}

.today {
    border-left: 2px dotted gray;
}

.line-text {
    border-right-top-radius: 5px;
    border-right-bottom-radius: 5px;
    box-shadow: 1px 1px 2px #ccc;
    white-space: nowrap;
    width: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    bottom: -12px;
    left: -2px;
}

.sch-schedulerpanel .x-grid-row .x-grid-cell,
.sch-schedulerpanel .x-grid-row .x-grid-cell-inner {
    border-top: 0 none;
    border-bottom: 0 none;
}

.sch-zone {
    text-align: center;
}

.zone-type,
.line-text {
    background-color: rgba(83, 13, 134, 0.7);
    bottom: 0;
    color: #FFEEEE;
    display: block;
    font-size: 0.8em;
    height: 13px;
    position: absolute;
    width: inherit;
}

.sch-timeline {
    overflow: visible;
}

.line-text {
    border-right-top-radius: 5px;
    border-right-bottom-radius: 5px;
    box-shadow: 1px 1px 2px #ccc;
    white-space: nowrap;
    width: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    bottom: -12px;
    left: -2px;
}

.msg .x-box-mc {
    font-size: 14px;
}

#msg-div {
    position: absolute;
    left: 35%;
    top: 10px;
    width: 300px;
    z-index: 20000;
}

#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #F6F6F6;
    border: 2px solid #ccc;
    margin-top: 2px;
    padding: 10px 15px;
    color: #555;
}

#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}

#msg-div .msg p {
    margin: 0;
}

#tab_panel_manageskills_gridpanel {
    overflow-y: scroll;
}

.x-btn-green-button-toolbar-large {
    border-color: #8b9933;
    background-image: none;
    background-color: #9cac39;
}

.x-btn-red-button-toolbar-large {
    background-color: #c75050;
}

.x-btn-orange-button-toolbar-large {
    background-color: #dd7d2a;
}

.timing {
    height: 100%;
    position: absolute;
    background-image: url(../images/transp-1px.png);
    background-repeat: repeat-x;
}

.connecting {
    background-color: lime;
}

.waiting {
    background-color: #C49AE8;
}

.blocking {
    background-color: sandybrown;
}

.receiving {
    background-color: gray;
}

.tip dt {
    font-weight: bold;
    background-image: url(../images/transp-1px.png);
    background-repeat: repeat-x;
}

.tip dd {
    padding-bottom: 10px;
}

.loginImage {
    background: url(../images/sergate_logo_150.png) !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    margin-left: 80px !important;
}

.background {
    background: url(../images/login-blurry-bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#loginPanel .x-field-input {
    border: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

#roundLoginPanel {
    border-radius: 40px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transition: ease 1s 0.5s;
    position: absolute;
}

#roundLoginPanel-body .x-panel-body-default {
    background-color: #fff;
}

#roundPanelFooterSpacer-body {
    background-color: #fff;
}

#login.view.loginname-inputEl {
    width: 80px;
}

#login.view.password-inputEl {
    width: 80
}

.x-tool-tool-excel {
    background-image: url('../icons/excel.png') !important;
}

.bold {
    font-weight: bold;
}

.itemSickLeave {
    opacity: .8;
    background: orange;
}

.itemHolidays {
    background: green;
    opacity: .8;
}
.itemSickLeaveOpen {
    opacity: .8;
    background: darkred;
    color : white;
}

.itemHolidaysOpen {
    background: blueviolet;
    opacity: .8;
    color : white;
}

@keyframes blink {
    0% { background-color: red; }
    100% { background-color: mediumvioletred; }
}
@-webkit-keyframes blink {
    0% { background-color: red; }
    100% { background-color: mediumvioletred; }
}
.blink {
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}

.event-badge-ok {
    background-color: green;
}

.event-badge-missing {
    background-color: red;
}

.event-badge-early-late {
    background-color: orange;
}
