﻿textarea {
    height: 12rem !important;
}

.rtfcontrol * {
    color: #000000 !important;
}

#divLanguages {
    position: absolute;
    top: 0rem;
    right: 0rem;
}

    #divLanguages > select {
        border-bottom-left-radius: 1rem;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        border-color: #DDDDDD;
        background-color: #EEEEEE;
        padding-bottom: 0.2rem;
        padding-top: 0.4rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

.lesagendaTitel {
    font-size: 1.2rem;
}

.lesagendaDetail {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.selectierow {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.menuRow {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


/*Toggle switch*/
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
    }

input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 4rem;
    height: 2rem;
    background-color: #CACDCE;
    -webkit-border-radius: 1.8rem;
    -moz-border-radius: 1.8rem;
    -ms-border-radius: 1.8rem;
    -o-border-radius: 1.8rem;
    border-radius: 1.8rem;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

    input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
        display: block;
        position: absolute;
        content: "";
    }

    input.cmn-toggle-round-flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        /*background-color: #F4F9FB;*/
        background-color: #FFFFFF;
        -webkit-border-radius: 1.8rem;
        -moz-border-radius: 1.8rem;
        -ms-border-radius: 1.8rem;
        -o-border-radius: 1.8rem;
        border-radius: 1.8rem;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    input.cmn-toggle-round-flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 1.5rem;
        background-color: #E30613;
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        -ms-border-radius: 1.5rem;
        -o-border-radius: 1.5rem;
        border-radius: 1.5rem;
        -webkit-transition: margin 0.4s, background 0.4s;
        -moz-transition: margin 0.4s, background 0.4s;
        -o-transition: margin 0.4s, background 0.4s;
        transition: margin 0.4s, background 0.4s;
    }

input.cmn-toggle-round-flat:checked + label {
    background-color: #CACDCE;
}

    input.cmn-toggle-round-flat:checked + label:after {
        margin-left: 2rem;
        background-color: #9EBE42;
    }
/*Toggle switch end*/


#imgPersoon {
    border-radius: 50%;
}

    #imgPersoon.large {
        max-height: 12rem;
        max-width: 12rem;
        padding: 1rem;
    }

    #imgPersoon.small {
        max-height: 4rem;
        max-width: 4rem;
        padding: 0.3rem;
    }

.dropdown-item {
    padding: 1rem 1.5rem;
}

.paddingContainer {
    padding: 2rem;
}

.btn-default {
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

.customtoggle .toggle-group {
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
}

.customtoggle {
    border-radius: 20px;
}

    .customtoggle .toggle-handle {
        border-radius: 20px;
    }

    .customtoggle .btn-success {
        background-color: #C6EFCE !important;
        color: #006100 !important;
    }

    .customtoggle .btn-danger {
        background-color: #FFC7CE !important;
        color: #9C0006 !important;
    }


.btn-customradio {
    color: #244B90;
    background-color: #CACDCE;
    border-color: #333;
    padding: 0.5rem;
    border-radius: 2rem;
    text-decoration: line-through;
}

.ResultaatGeslaagd:hover {
    color: #006100 !important;
    text-decoration: none !important;
}

.ResultaatNietGeslaagd:hover {
    color: #9C0006 !important;
    text-decoration: none !important;
}

.ResultaatGeslaagd.active {
    background-color: #C6EFCE !important;
    color: #006100 !important;
    text-decoration: none !important;
}

.ResultaatNietGeslaagd.active {
    background-color: #FFC7CE !important;
    color: #9C0006 !important;
    text-decoration: none !important;
}

.ExtraUitlegSmall {
    font-size: xx-small;
    padding-bottom: 0.5rem;
}

.CursorPointer {
    cursor: pointer;
}
