body {
    padding-top: 50px;
    display: block;
    background-color: #f9f9f9;
}

.error {
    font-size: 12px;
    padding: 6px;
    color: #850000;
}

/* START custom tree handler employer > employerDetail > structure.html*/

.custom-tree-node {
    width: 100%;
}

.custom-tree-node {
    line-height: 1.95;
}

.clickable-span a {
    color: black;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .clickable-span a:hover {
        color: black;
        text-decoration: none;
    }



/* END custom tree handler employer > employerDetail > structure.html*/


/* START Special CSS for employer > employerDetail > Coefficients.html*/
.headCol {
    min-height: 30px;
    max-height: 30px;
}

    .headCol > h2 {
        font-size: 20px;
        text-align: center;
        margin: 0;
        padding: 3px;
    }

.subHeadCol {
    text-align: center;
    font-weight: bold;
}

.border-left {
    border-left: 2px solid black;
}

.border-bottom {
    border-bottom: 1px solid grey;
    min-height: 30px;
}

.input-field-coefficient {
    width: 100%;
    text-align: center;
}

.full-width-ui-select > .ui-select-container {
    width: 100%;
    min-width: 50px;
}

.empty-coefficent-row {
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
}
/* END Special CSS for employer > employerDetail > Coefficients.html*/

.center-icon {
    margin: auto;
}

.huge {
    font-size: 20px;
}

.list-group {
    z-index: 1;
    position: relative;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-10 {
    margin-top: 15px;
}

.custom-table {
    max-width: 100%;
}

    .custom-table td {
        padding: 0;
    }

    .custom-table tr td {
        max-height: 10px !important;
    }

    .custom-table td > input {
        width: 40px;
        margin: 0 !important;
        padding: 0 !important;
    }

td > .custom-table {
    margin-left: 60px;
}

/* SIDEBAR STYLING */
.sidebar {
    background-color: rgba(248,248,248,0.6);
    position: absolute;
    top: 50px;
    left: 0;
    width: 150px;
    height: 100%;
    z-index: 1001;
    -moz-transform: translate(-200px, 0px);
    -ms-transform: translate(-200px, 0px);
    -o-transform: translate(-200px, 0px);
    -webkit-transform: translate(-200px, 0px);
    transform: translate(-200px, 0px);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*display: none;*/
}

.sidebarActive {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    /*display: block !important;*/
}

.nav-sidebar li {
    width: 139px;
    margin: 5px;
    height: 70px;
    background-color: #eee;
    border: 2px solid #777;
    display: block;
}

    .nav-sidebar li button.close {
        position: absolute;
        top: 0;
        right: 5px;
    }


        .nav-sidebar li button.close:hover {
            color: #870000;
        }

.nav-sidebar a {
    color: #777;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
}

.nav-sidebar li:hover {
    box-shadow: 0 0 5px 0px #777;
}

.toggleSidebar {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    cursor: pointer;
    display: block;
    height: 34px;
    background-color: transparent;
    line-height: 10px;
    margin: 8px 15px 8px 0;
    padding: 3px;
    position: relative;
    text-align: center;
    width: 44px;
}

    .toggleSidebar:hover {
        background-color: #ddd;
    }

/* JUMBOTRON STYLING */
.container-fluid .jumbotron {
    padding-left: 30px;
    padding-right: 30px;
}

.jumbotron {
    margin: 0;
    padding: 20px 0;
    background-color: #f9f9f9;
}

    .jumbotron p {
        font-size: 14px;
        margin-bottom: 0;
    }

.light {
    background-color: #F8F8F8;
}

/* PANEL STYLING */
.panel {
    z-index: 0;
}

    .panel:hover {
        box-shadow: 0 0 3px 0px #666;
    }

.panel-primary {
    border-color: #4D6684;
}

    .panel-primary .panel-heading {
        background-color: #4D6684;
        color: #fff;
        border-color: #4D6684;
        min-height: 65px;
    }

.panel-green {
    border-color: #3D3D3D;
}

    .panel-green .panel-heading {
        background-color: #3D3D3D;
        color: #fff;
        border-color: #3D3D3D;
    }

.panel-yellow {
    border-color: #E74700;
}

    .panel-yellow .panel-heading {
        background-color: #E74700;
        color: #fff;
        border-color: #E74700;
    }

/* BUTTON STYLING */
.btn-primary {
    background-color: #4D6684;
    border-color: #4D6684;
}

/* Button Annuleer STYLING */
.btn-annul {
    background-color: #777;
    border-color: #7e7e7e;
    color: #fff;
}

    .btn-annul:hover {
        background-color: #6e6e6e;
        border-color: #7e7e7e;
        color: #fff;
    }

/* CALENDAR STYLING */
.fc-state-default {
    background-color: #4D6684;
    color: white;
    background-image: none;
    text-shadow: none;
}

.printButton {
    background: transparent;
    border: 0;
    position: relative;
    float: right;
    opacity: 0.5;
    color: #666;
    font-size: 30px;
}

    .printButton:hover {
        opacity: 1;
    }

p.prewrap {
    white-space: pre-wrap;
    line-break: normal;
}

.errorModal .modal-dialog {
    width: 30vw;
    height: 40vh;
    margin-top: 30vh;
}

.pills-primary {
    background-color: transparent !important;
}

.red-border {
    border: 1px solid red;
}
