﻿.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    background: #f4f6f7;
    border-color: #dce2e8;
    color: #438eb9;
}

.angular-ui-tree-placeholder {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    box-sizing: border-box;
}

.selected { background-color: greenyellow !important; }

.my-class input {
    background-color: Red;
    background-image: none;
}


.modal-content { background: #fff !important; }

.toggle-bg {
    -moz-border-radius: 2em;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-border-radius: 2em;
    -webkit-transition-duration: 0.2s;
    background: white;
    border: 0.12em solid #e6e6e6;
    border-radius: 2em;
    /* This can be changed later as well */
    bottom: 5px;
    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;
    margin-top: 10px;
    /* You can change this later if you want */
    position: relative;
    transition-duration: 0.2s;
    /* Required to allow the switch to move around */
    width: 5em;
}

.toggle-bg:hover { border-color: #d9d9d9; }

.toggle-bg.on {
    background: white;
    border-color: #d9d9d9;
}

.toggle-bg input {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 7.5em;
    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;
    /* 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 {
    -moz-border-radius: 2em;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-border-radius: 2em;
    -webkit-transition-duration: 0.2s;
    background: rgb(77, 102, 132);
    border: 0.1em solid #d9d9d9;
    border-radius: 2em;
    display: block;
    float: left;
    height: 1.9em;
    left: -.1em;
    position: relative;
    transition-duration: 0.2s;
    width: 1.9em;
    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 {
    margin-top: -20px;
    padding: 0px 0px;
    width: 100%;
}

.toggleButton > h5 {
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.toggleButton > p {
    float: left;
    text-align: center;
    width: 80px;
}

.toggleButton > input {
    margin-top: 20px;
    overflow: hidden;
}

.btn { outline: none; }

.ui-grid-cell {
    overflow: visible;
    z-index: 99999;
}

.weekendRow {
    background-color: rgba(51,122,183,0.6) !important;
}

.annulRow {
    background-color: red !important;
}

.SickNote {
    background-color: orange !important;
}

.WarningRow {
    color: red !important;
    font-weight: bold;
}

.weekDayRow { background-color: rgba(51, 122, 183, 0.3) !important; }

.LinkBorder {
    -moz-box-shadow: 0 0 10px #719ECE;
    -webkit-box-shadow: 0 0 10px #719ECE;
    border: 1px;
    border-color: aliceblue !important;
    box-shadow: 0 0 10px #719ECE;
    outline: none !important;
}

.badContractId { color: rgba(51, 122, 183, 0) !important; }

.text-center-row > th { text-align: center; }

/*.premium-column > a {
    margin-left:-30px!important;
}*/

.timeField {
    max-width: 40px !important;
    min-width: 40px !important;
}

.timeField > input {
    float: left;
    height: 20px;
    max-width: 18px !important;
}

.timeField > input:first-child { margin-left: 3px !important; }

.timeField > p { float: left; }

.nopadding {
    margin: 0 !important;
    padding: 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 {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.popup-modal {
    -moz-box-shadow: 8px 8px 30px 26px rgba(50, 50, 50, 0.18);
    -webkit-box-shadow: 8px 8px 30px 26px rgba(50, 50, 50, 0.18);
    background-color: white;
    box-shadow: 8px 8px 30px 26px rgba(50, 50, 50, 0.18);
    height: auto;
    left: 50%;
    margin: -150px 0 0 -300px;
    position: absolute;
    top: 50%;
    width: 600px;
    z-index: 9000;
}

.model-dialog-small { width: 50%; }

.weekend-row .x-grid-cell, .new-row .x-grid-rowwrap-div { background: #c8ffc8 !important; }

.left-block {
    float: left;
    font-size: 14px;
    text-align: right;
    width: 30%;
}

.right-block {
    float: right;
    font-size: 14px;
    text-align: left;
    width: 68%;
}



.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 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.x-grid-row-over .x-grid-cell-inner { font-weight: bold; }

.btnlarge .x-btn-inner {
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    font-size: large;
}

.btnlargeover .x-btn-over {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
    border-radius: 5px;
    font-size: large;
    font-weight: bold;
}

.btnblue .x-btn-inner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #C9E6F5;
    border-radius: 2px;
    color: #1D658A;
}

.btnwhite .x-btn-inner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #FAFDFF;
    border-radius: 2px;
    color: #376780;
}

.btnred .x-btn-inner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #D1B4BE;
    border-radius: 2px;
    color: #B33E65;
}

.my-tabpanel .x-tab-inner {
    font-family: Tahoma !important;
    font-size: 28px !important;
    font-weight: bold !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-color: lightgray !important;
    background-image: none !important;
}

.app-center .x-panel-header {
    color: #455C6F;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    padding-left: 178px;
    text-align: center;
}

.MousePointer { cursor: pointer; }

.custom-class { background-color: gray !important; }

.default-color { background-color: white !important; }

.warning-class {
    background-color: red !important;
    color: white !important;
}

.minorwarning-class {
    background-color: orange !important;
    color: white !important;
}

.warning-class > .ui-grid-cell { background-color: inherit !important; }

.minorwarning-class > .ui-grid-cell {
    background-color: inherit !important;
}

.warning-contract-class { background-color: yellow !important; }

.invoice-creditnote-class { color: blue !important; }

.warning-timetable-class { background-color: red !important; }


.success-class { background-color: #dff0d8 !important; }

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -moz-animation: spin2 .7s infinite linear;
    -o-animation: spin2 .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
    animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-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; }

.backgroundgridgold { background-color: gold !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 {
    -moz-border-radius: 0px !important;
    -moz-box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    background-color: #7DA1BF !important;
    background-image: none;
    border: 3px solid transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    height: 30px !important;
    line-height: 21px !important;
    padding: 3px 12px !important;
}

.fc-state-default:hover { background-color: #648098 !important; }

.fc-icon { position: relative !important; }

.fc-day-grid-event {
    margin: 0 1px 1px 1px;
    padding: 0;
}

.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 {
    background-color: #7DA1BF;
    color: #fff;
    font-size: 130%;
    margin: 0;
    margin-top: 10px;
    padding: 5px 15px 5px 0px;
}

.aantalUren p {
    font-size: 25px;
    padding: 5px 15px 5px 15px;
}

.grid-nimported-class {
    background-color: #0000cd !important;
    color: white !important;
}

.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;
}

.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 {
    -moz-box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 1);
    -webkit-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 {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.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; }

.grid-align-right {
    text-align: right;
}

.ui-grid-selectable .ui-grid-disable-selection {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: auto;
}



.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}

    .circle-tile-heading .fa {
        line-height: 80px;
    }

.circle-tile-content {
    padding-top: 50px;
}

.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}

.circle-tile-description {
    text-transform: uppercase;
}

.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}

    .circle-tile-footer:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
    }

.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}

.circle-tile-heading.green:hover {
    background-color: #138F77;
}

.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}

.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}

.circle-tile-heading.red:hover {
    background-color: #CF4435;
}

.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}

.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue1 {
    background-color: #34495E;
}

.green1 {
    background-color: #16A085;
}

.blue1 {
    background-color: #5bc0de;
}

.orange1 {
    background-color: #F39C12;
}

.red1 {
    background-color: #E74C3C;
}

.purple1 {
    background-color: #8E44AD;
}

.dark-gray1 {
    background-color: #7F8C8D;
}

.gray1 {
    background-color: #95A5A6;
}

.light-gray1 {
    background-color: #BDC3C7;
}

.yellow1 {
    background-color: #F1C40F;
}

.text-dark-blue {
    color: #34495E;
}

.text-green {
    color: #16A085;
}

.text-blue {
    color: #2980B9;
}

.text-orange {
    color: #F39C12;
}

.text-red {
    color: #E74C3C;
}

.text-purple {
    color: #8E44AD;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

input[type=time].form-control {
    line-height: 1.5;
}