﻿.my-class input {
    background-image: none;
    background-color: Red;
}

.toggle-bg {
    background: white;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    border: 0.12em solid #e6e6e6;
    display: block;
    /* ...So that we can set a height and width */
    float: left;
    /* ...So that it doesn't take up the full width of the page */
    height: 2em;
    /* You can change this later if you want */
    position: relative;
    /* Required to allow the switch to move around */
    width: 5em;
    /* This can be changed later as well */
    bottom: 5px;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-top: 10px;
}

    .toggle-bg:hover {
        border-color: #d9d9d9;
    }

    .toggle-bg.on {
        background: white;
        border-color: #d9d9d9;
    }

    .toggle-bg input {
        margin: 0;
        padding: 0;
        width: 7.5em;
        height: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 2;
        /* We want the input to be over the span.switch, which we'll give a z-index of 1 */
        /*IE*/
        zoom: 1;
        filter: alpha(opacity=0);
        /* initial toggle position */
        /* final relative toggle position */
    }

        .toggle-bg input:checked ~ .switch {
            left: 0;
        }

        .toggle-bg input ~ :checked ~ .switch {
            left: 2.98em;
        }

        .toggle-bg input:checked {
            z-index: 0;
        }

.switch {
    background: rgb(77,102,132);
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    border: 0.1em solid #d9d9d9;
    display: block;
    float: left;
    height: 1.9em;
    width: 1.9em;
    left: -.1em;
    position: relative;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 1;
    /* Remember, it must be below the invisible inputs */
}

    .switch.on {
        -moz-box-shadow: -0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), 0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: -0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), 0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
        box-shadow: -0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), 0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
    }

    .switch.off {
        -moz-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), -0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), -0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
        box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), -0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
    }

.fs-minHeight {
    min-height: 250px;
}

.toggle-alternate {
    clear: both;
    margin: 1em 0 0;
    width: 7em;
}

    .toggle-alternate input {
        width: 9.75em;
    }

        .toggle-alternate input ~ :checked ~ .switch {
            left: 4.98em;
        }

.toggleButton {
    width: 100%;
    padding: 0px 0px;
    margin-top: -20px;
}

    .toggleButton > h5 {
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

    .toggleButton > p {
        width: 80px;
        text-align: center;
        float: left;
    }

    .toggleButton > input {
        overflow: hidden;
        margin-top: 20px;
    }

.btn {
    outline: none;
}

.ui-grid-cell {
    overflow: visible;
    z-index: 99999;
}

.special-awsome-font-services i {
}

.weekendRow {
    background-color: rgba(51,122,183,0.6) !important;
}
.WarningRow {
    color: red !important;
    font-weight: bold;
  
}

.weekDayRow {
    background-color: rgba(51,122,183,0.3) !important;
}

.LinkBorder {
    outline: none !important;
    -moz-box-shadow: 0 0 10px #719ECE;
    -webkit-box-shadow: 0 0 10px #719ECE;
    box-shadow: 0 0 10px #719ECE;
    border: 1px;
    border-color: aliceblue !important;
}

.badContractId {
    color: rgba(51,122,183,0) !important;
}

.text-center-row > th {
    text-align: center;
}

/*.premium-column > a {
    margin-left:-30px!important;
}*/

.timeField {
    min-width: 40px !important;
    max-width: 40px !important;
}

    .timeField > input {
        max-width: 18px !important;
        height: 20px;
        float: left;
    }

        .timeField > input:first-child {
            margin-left: 3px !important;
        }

    .timeField > p {
        float: left;
    }

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/*

.weekDayRowId {
    background-color: rgba(51,122,183,0.3) !important;
}

.weekendRow {
    background-color: rgba(51,122,183,0.6) !important;
}

.rowBadContractBg {
    background-color: rgba(51,122,183,0.3) !important;
}
.rowBadContractBgContractId {
    background-color: rgba(51,122,183,0.3) !important;
    color: rgba(51,122,183,0) !important;
}
.weekendRowBadContractId {
    background-color: rgba(51,122,183,0.6) !important;
    color: rgba(51,122,183,0) !important;
}
    */

ui-select-wrap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: auto;
    margin: -150px 0 0 -300px;
    z-index: 9000;
    -webkit-box-shadow: 8px 8px 30px 26px rgba(50, 50, 50, 0.18);
    -moz-box-shadow: 8px 8px 30px 26px rgba(50, 50, 50, 0.18);
    box-shadow: 8px 8px 30px 26px rgba(50, 50, 50, 0.18);
    background-color: white;
}

.model-dialog-small {
    width: 50%;
}

.weekend-row .x-grid-cell, .new-row .x-grid-rowwrap-div {
    background: #c8ffc8 !important;
}

.left-block {
    width: 30%;
    text-align: right;
    float: left;
    font-size: 14px;
}

.right-block {
    width: 68%;
    text-align: left;
    float: right;
    font-size: 14px;
}



.outofcontract-row .x-grid-cell, .new-row .x-grid-rowwrap-div {
    background: #DACCDB !important;
}

.weekendoutofcontract-row .x-grid-cell, .new-row .x-grid-rowwrap-div {
    background: #DBB1DE !important;
}

.center-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.x-grid-row-over .x-grid-cell-inner {
    font-weight: bold;
}

.btnlarge .x-btn-inner {
    font-size: large;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}

.btnlargeover .x-btn-over {
    background-color: white;
    font-size: large;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.btnblue .x-btn-inner {
    color: #1D658A;
    background-color: #C9E6F5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.btnwhite .x-btn-inner {
    color: #376780;
    background-color: #FAFDFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.btnred .x-btn-inner {
    color: #B33E65;
    background-color: #D1B4BE;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.my-tabpanel .x-tab-inner {
    font-size: 28px !important;
    font-weight: bold !important;
    font-family: Tahoma !important;
}

.x-tab-bar-top .x-tab-bar-strip {
    top: 36px !important;
}

.x-border-box .x-tab-bar-top .x-tab-bar-body {
    height: 37px !important;
}

.x-border-box .x-tab-default-top {
    height: 35px !important;
}

.x-tab-default-top button, .x-tab-default-top .x-tab-inner {
    height: 28px;
    line-height: 28px;
}

.imReadOnly input {
    background-image: none !important;
    background-color: lightgray !important;
}

.app-center .x-panel-header {
    font-size: 13px;
    text-align: center;
    padding-left: 178px;
    font-family: helvetica, arial, sans-serif;
    color: #455C6F;
}

.MousePointer {
    cursor: pointer;
}

.custom-class {
    background-color: gray !important;
}

.default-color {
    background-color: white !important;
}

.warning-class {
    background-color: red !important;
    color: white !important;
}

.warning-contract-class {
    background-color: yellow !important;
}

.warning-timetable-class {
    background-color: red !important;
}


.success-class {
    background-color: #dff0d8 !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
    -moz-animation: spin2 .7s infinite linear;
    -o-animation: spin2 .7s infinite linear;
    animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    to {
        -moz-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        -o-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    to {
        -moz-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        -o-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spin {
    from {
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    to {
        -moz-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        -o-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

.green {
    color: green;
}

.red {
    color: red;

}

.blue {
    color: blue;
}

.orange {
    color: orange;
}

.backgroundgrid {
  background-color: rgb(218, 255, 179)!important;
}

.backgroundgridpayed {
 background-color: red!important;
}

.backgroundgridred {
 background-color: red!important;
}

.backgroundgridorange {
 background-color: orange!important;
}

.backgroundgridblue {
 background-color: lightblue!important;
}


/* CSS SERVICES */
/*body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 150%;
}

.btn {
    border-radius: 0;
}

.btn-default {
    margin: 0;
    margin-top: 10px;
    font-size: 130%;
    padding: 5px 15px 5px 0px;
    background-color: #7DA1BF;
    color: #fff;
    border: none;
}*/

.disabled {
    background-color: #eee;
}

.prestatie-1 {
    background-color: #B38FB1;
    border: 1px solid #B38FB1;
}

.prestatie-2 {
    background-color: #C78D6B;
    border: 1px solid #C78D6B;
}

.prestatie-3 {
    background-color: #7DCFB6;
    border: 1px solid #7DCFB6;
}

.prestatie-4 {
    background-color: #7DA1BF;
    border: 1px solid #7DA1BF;
}

.prestatie-5 {
    background-color: #9DC6D8;
    border: 1px solid #9DC6D8;
}

.fc {
    padding: 10px;
}

.fc-time-decimal {
    font-weight: bold;
}

.fc-state-default {
    color: #ffffff !important;
    background-color: #7DA1BF !important;
    border: 3px solid transparent !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 3px 12px !important;
    height: 30px !important;
    line-height: 21px !important;
    background-image: none;
}

    .fc-state-default:hover {
        background-color: #648098 !important;
    }

.fc-icon {
    position: relative !important;
}

.fc-day-grid-event {
    padding: 0;
    margin: 0 1px 1px 1px;
}

.fc-event {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.fc-day-number {
    font-size: 11px;
    font-variant: small-caps;
}

td.fc-day-number {
    padding: 1px 1px 0 0 !important;
}

.fc-center h2 {
    text-transform: capitalize;
}

td.fc-today {
    background-color: rgba(200, 200, 200, 0.1);
}

.fc-day-header {
    background-color: #7DA1BF;
    color: white;
    padding: 5px 0 !important;
}

.aantalUren {
    background-color: #eee;
    border-left: 15px solid #7DA1BF;
}

    .aantalUren h1 {
        margin: 0;
        margin-top: 10px;
        font-size: 130%;
        padding: 5px 15px 5px 0px;
        background-color: #7DA1BF;
        color: #fff;
    }

    .aantalUren p {
        padding: 5px 15px 5px 15px;
        font-size: 25px;
    }

.grid-nok-class {
    background-color: #ff6961 !important;
    color: white !important;
}

.grid-warning-class {
    background-color: #ffb347 !important;
    color: white !important;
}

.grid-ok-class {
    background-color: #77dd77 !important;
    color: white !important;
}

.grid-auto-ok-class {
    background-color: #77dd77 !important;
    color: white !important;
}
.grid-manual-ok-class {
    background-color: #25C8EC !important;
    color: white !important;
}
.grid-automanual-ok-class {
    background-color: #eaa512 !important;
    color: white !important;
}
.header-filtered {
    color: mediumblue;
}

.brut-class {
    background-color: #5A6391 !important;
    color: white !important;
}

.taxable-class {
    background-color: #5A6391 !important;
    color: white !important;
}

.net-class {
    background-color: #5A6391 !important;
    color: white !important;
}

.grid-detail {
    background-color: black !important;
    color: mediumblue !important;
}

.vakantie {
    background-color: blue;
}

.feestdag {
    background-color: blue;
}

.ziekteGewaarborgdLoon1steWeek {
    background-color: blue;
}

.ziekteGewaarborgdLoon2deWeek {
    background-color: blue;
}

.ziekteGewaarborgdLoonNa2deWeek {
    background-color: blue;
}

.ziekte {
    background-color: blue;
}

.ziektePlus12Maanden {
    background-color: blue;
}

.economischeWerkloosheid {
    background-color: blue;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.btn-info a, .btn-primary a {
    color: white;
}

.btn-info a:hover, .btn-primary a:hover {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(255,255,255,1);
    box-shadow: 0px 0px 2px 1px rgba(255,255,255,1);
}

.btn-danger:hover
{
    background-color: #c9302c !important;
}

.flex-center{
    display:flex;
    justify-content:center;
    align-items:center;
    height: 100%;
}

.red {
    color: red;
    font-weight: bold;
}

.table {
    display:table;
    table-layout:fixed;
    width: 100%;
}

.table-cell {
    display:table-cell;
    padding: 0 5px;
}

.VDABPub {
    color: #f1950b;
}

.VDABPubFieldset {
    border: 1px solid #f1950b;
}