﻿body {
    background-color: #BFBFBF !IMPORTANT;
}

.pageContainer {
    max-width: 1250px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

h1.pageHeading {
    padding: 20px 0 0 30px;
}

.pageFooter {
    font-family: arial;
    font-size: 12px;
    color: #000;
    margin-top: 10px;
    padding: 5px;
    height: 30px;
    min-height: 15px;
    width: 100%;
    background-color: #F3F3F3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}


.pageheader {
    background-image: url('Images/logo.png');
    background-repeat: no-repeat;
    background-position: 40px 20px;
    height: 90px;
    background-color: #F5F5EF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.navsite {
    border-radius: 0 !IMPORTANT;
    border-bottom-left-radius: 4px !IMPORTANT;
    border-bottom-right-radius: 4px !IMPORTANT;
}

.loginform {
    float: right !IMPORTANT;
    width: 400px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background-image: linear-gradient(to bottom, #F5F5EF 0%, #F5F5EF 100%);
}

    .loginform input {
        width: 275px !IMPORTANT;
        padding: 10px !IMPORTANT;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        background-image: linear-gradient(to bottom, #F5F5EF 0%, #F5F5EF 100%);
    }

.navbar-ingelogd {
    text-align: right !IMPORTANT;
}

    .navbar-ingelogd > a {
        color: #0082C2 !IMPORTANT;
    }

.serverButton {
    border-style: none;
    background-repeat: repeat-x;
    border-color: #0082C2;
    background-image: linear-gradient(to bottom, #0082C2 0%, #0082C2 100%);
    color: #ffffff;
    font-weight: bold;
}

.mailButton {
    border-style: none;
    width: 24px;
    height: 22px;
    background-image: url(Images/mailicon.png);
    font-weight: bold;
}

.hisButton {
    border-style: none;
    width: 24px;
    height: 22px;
    background-image: url(Images/hisicon.png);
    font-weight: bold;
}

.Turn90degrees, .Turn90degreesNoTop {
    vertical-align: bottom !important;
    white-space: nowrap;
    border: #ddd solid thin;
}

.Turn90degreesNoTop {
    border-top-style: none !important;
}

.StatusStart {
    border-right: #0082C2 solid thick !important;
}

.StatusSeperator {
    border-right: #0082C2 solid medium !important;
}

.voortgangaanvraag {
    vertical-align: middle;
    font-size: x-small;
    background-color: #e8e8e8 !important;
    color: #0082C2 !important;
    font-weight: bold !important;
}

.voortgangverantwoording {
    vertical-align: middle;
    font-size: x-small;
    background-color: #e8e8e8 !important;
    color: #0082C2 !important;
    font-weight: bold !important;
}

.navbar-ingelogd a {
    color: #0082C2 !important;
}


.Turn90degrees > div, .Turn90degreesNoTop > div, .Turn90degreesNoTopLast > div {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    height: 20px;
    width: 20px;
}

.StatusTop {
    background-color: #ffffff !important;
    background-image: linear-gradient(to bottom, #F5F5EF 0%, #F5F5EF 100%) !important;
    border: #ddd solid thin;
}

.col-md-3 {
    width: 20% !important;
}

.col-md-9 {
    width: 80% !important;
}

.btnStatusBeoordeeld, .btnStatusBeoordeeld:hover, .btnStatusAfgekeurd, .btnStatusAfgekeurd:hover {
    width: 24px;
    height: 22px;
}

.btnStatusHalfAanwezigTransparent, .btnStatusHalfAanwezigTransparent:hover {
    width: 24px;
    height: 22px;
    background: none;
    background-image: linear-gradient(to bottom right, #ffffff 49%, #dcdcdc 49%) !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.btnStatusHalfAanwezig, .btnStatusHalfAanwezig:hover {
    width: 24px;
    height: 22px;
    background: none;
    background-image: linear-gradient(to bottom right, #ffffff 49%, #dcdcdc 49%) !important;
}

.btnStatusAanwezig, .btnStatusAanwezig:hover {
    width: 24px;
    height: 22px;
    background: none;
    background-image: linear-gradient(to bottom, #dcdcdc 0%, #dcdcdc 100%) !important;
}

.btnStatusNietAanwezig, .btnStatusNietAanwezig:hover {
    width: 24px;
    height: 22px;
    background: none;
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
}

.btnStatusNietAanwezigVerplicht, .btnStatusNietAanwezigVerplicht:hover {
    width: 24px;
    height: 22px;
    background: none;
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
    border-color: red;
}

.spanStatusBeoordeeld {
}

.spanStatusAfgekeurd {
    color: Red !important;
}

.spanStatusGrijzebak {
    color: Gray !important;
}

.spanStatusAanwezig {
    color: #dcdcdc !important;
    text-shadow: 0 0 0
}

.spanStatusNietAanwezig {
    color: #ffffff !important;
    text-shadow: 0 0 0
}

.spanStatusHalfAanwezig {
    color: #ffffff !important;
    text-shadow: 0 0 0
}

.erkenningcell {
    padding: 3px;
    background-color: #0082C2;
    color: #ffffff;
}

.tblRegistratie {
    line-height: 40px !important;
}

.panel {
    border: 1px solid #ddd !important;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.cbl4 td {
    width: 20% !important;
}

.cbl3 td {
    width: 30% !important;
}

.cbl4 label {
    padding-left: 3px !important;
}


/*BEGIN NIEUWE AANVRAAG STAPPEN*/
.board {
    width: 80%;
    margin-top: 25px;
    margin-bottom: 20px;
    background-image: url(Images/AanvraagVoortgang.PNG);
    background-repeat: repeat-x;
}

    .board .nav-tabs {
        border: none;
    }

    .board span.round-tabs {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 100px;
        background: white;
        text-align: center;
        font-size: 22px;
        color: #0082C2;
        border: 2px solid #0082C2;
    }

    .board .nav-tabs > li {
        display: inline-block;
        padding-right: 19px;
    }

        .board .nav-tabs > li.divider {
            height: 70px;
            width: 1px;
            border-left: 1px solid #0082C2;
            border-right: none;
            padding-right: 40px;
        }

        .board .nav-tabs > li a {
            width: 50px;
            height: 55px;
            margin: 0px auto;
            padding: 0;
            background: transparent;
            border: none;
        }

            .board .nav-tabs > li a.title {
                font-size: 14px;
                height: 20px;
                width: 100px;
                margin: 0px 0px 20px 1px;
                text-align: center !important;
            }

        /*HOVER*/
        .board .nav-tabs > li:hover > a span.round-tabs {
            cursor: pointer;
            font-weight: bold !important;
        }

        .board .nav-tabs > li:hover > a {
            cursor: pointer;
            font-weight: bold !important;
        }


        .board .nav-tabs > li a:hover {
            background: transparent;
            cursor: pointer;
            font-weight: bold !important;
        }

        /*COMPLETE*/

        .board .nav-tabs > li.complete > a span.round-tabs {
            color: #fff !important;
            background: #0082C2 !important;
        }

        .board .nav-tabs > li.complete > a {
            border: none !important;
        }

        .board .nav-tabs > li.complete:hover > a {
            border: none !important;
            cursor: pointer;
            font-weight: normal !important;
        }

        .board .nav-tabs > li.complete > a.title {
            color: #0082C2 !important;
            font-weight: bold !important;
            border: none !important;
        }

        .board .nav-tabs > li.complete:hover > a span.round-tabs {
            cursor: pointer;
            font-weight: normal !important;
        }

        /*ACTIVE*/

        .board .nav-tabs > li.active > a span.round-tabs {
            color: #fff !important;
            background: #0082C2 !important;
        }

        .board .nav-tabs > li.active > a {
            border: none !important;
        }

        .board .nav-tabs > li.active:hover > a {
            border: none !important;
            cursor: default;
            font-weight: normal !important;
        }

        .board .nav-tabs > li.active > a.title {
            color: #0082C2 !important;
            font-weight: bold !important;
            border: none !important;
        }

        .board .nav-tabs > li.active:hover > a span.round-tabs {
            cursor: default;
            font-weight: normal !important;
        }

        /*INACTIVE*/

        .board .nav-tabs > li.inactive > a span.round-tabs {
            color: lightgray !important;
            background: White !important;
            border: 2px solid lightgray !important;
        }

        .board .nav-tabs > li.inactive > a {
            border: none !important;
        }

        .board .nav-tabs > li.inactive:hover > a {
            cursor: default;
            border: none !important;
        }

        .board .nav-tabs > li.inactive > a.title {
            color: lightgray !important;
            font-weight: bold !important;
            border: none !important;
        }

        .board .nav-tabs > li.inactive:hover > a span.round-tabs {
            cursor: default;
            font-weight: normal !important;
        }

.nav-tabs-btn {
    visibility: hidden;
}

a.round-tabs-afhandeling {
    background-image: url('Images/PLO-afhandeling.png') !important;
    margin-bottom: 6px !important;
    height: 49px !important;
}

/*EINDE NIEUWE AANVRAAG STAPPEN*/
