﻿.pointer-cursor {
    cursor: pointer;
}

.form-group.required .control-label::after {
    content: " *";
    color: red;
}


/* Custom styles */
body {
    font-size: 16px;
}

.border-unizo-blue {
    border: 1px solid #A8B8C1;
    border-radius: .3rem;
    overflow: hidden;
}

.flex-grow-1 { /* from bootstrap */
    flex-grow: 1 !important;
}

.flex-grow-same {
    flex: 1 1 0px
}

.flex-grow-double {
    flex: 2 2 0px;
}


@media (min-width: 768px) {
    .border-md-left {
        border-left: 1px solid #eeeeee;
    }
}

.d-md-flex-afterall {
    display: none !important;
}

@media (min-width: 768px) {
    .d-md-flex-afterall {
        display: flex !important;
    }
}



/* Beyond overrides */

.page-body {
    background: transparent !important;
}

.page-sidebar .sidebar-menu li.active > a {
    background-color: #ECF1F4 !important;
}

.navbar .sidebar-collapse {
    left: 0 !important;
    right: auto !important;
    width: 50px !important;
}

.navbar .navbar-inner {
    background: white;
}

.badge.badge-warning {
    font-size: 16px !important;
    height: 23px;
}

/* Bootstrap overrides */

.btn-info, .btn-info:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    border-radius: 0.2rem;
}

.btn-outline-success {
    border-color: #82B865 !important;
    color: #82B865 !important;
}

    .btn-outline-success:hover {
        background-color: #82B865 !important;
        border-color: #82B865 !important;
        color: white !important;
    }

.btn-success {
    background-color: #82B865 !important;
    border-color: #82B865 !important;
    color: white !important;
}

.navbar-collapse {
    background-color: white;
    margin: 0;
}

    .navbar-collapse .nav-item {
        border-bottom: 1px solid #eeeeee;
    }

        .navbar-collapse .nav-item a.nav-link,
        .navbar-collapse .nav-item a.nav-link:active,
        .navbar-collapse .nav-item a.nav-link:focus {
            color: #737373;
            border-left: 4px solid #eeeeee;
            padding-left: 4px;
        }

            .navbar-collapse .nav-item.active a.nav-link,
            .navbar-collapse .nav-item a.nav-link:hover {
                color: #262626;
                border-left-color: #e03c31;
            }

.fix-navigation.hide-when-large {
    display: none !important;
}

.page-sidebar {
    display: block !important;
    float: initial !important;
}

.page-content {
    margin-left: 224px !important;
}

.page-sidebar:before {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    .fix-navigation.hide-when-large {
        display: block !important;
    }

    .page-sidebar {
        display: none !important;
        float: none !important;
    }

    .page-content {
        margin-left: 0 !important;
    }

    .page-sidebar:before {
        display: none !important;
    }
}


@charset "UTF-8";

@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo300-regular-webfont.woff2') format('woff2'), url('../fonts/museo300-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo500';
    src: url('../fonts/museo500-regular-webfont.woff2') format('woff2'), url('../fonts/museo500-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.woff2') format('woff2'), url('../fonts/museo700-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Montserrat", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}

.page-body {
    background: transparent;
}

body.full-layout h1, body.full-layout h2, body.full-layout h3, body.full-layout h4, body.full-layout h5, body.full-layout h6 {
    font-family: Museo500;
    color: #000000;
}

/*UNIZO RODE BALK*/
.navbar-container {
    padding: 3rem 0;
}

    .navbar-container .navbar-header a {
        font-size: 16px;
        font-weight: 600;
    }

/*NAVIGATION SIDE */
#sidebar {
    padding-top: 2rem;
}

.page-sidebar:before {
    box-shadow: none;
}

/*NAVIGATION TOP */
.inner-menu * {
    line-height: 1.2em;
    font-size: 14px !important;
}

.inner-menu a {
    color: #000000;
}

.inner-menu .badge-pill {
    padding: 0.3rem 2rem;
    font-size: 14px !important;
}

    .inner-menu .badge-pill a {
        color: #fff;
    }


.inner-menu a.menu-add-btn {
    color: #000000;
    font-size: 14px;
}

/*HEADER*/
.master-page-header {
    color: #000000;
}

    .master-page-header b {
        font-family: Museo500;
        color: #000000;
    }

/* OVERZICHT BLOKKEN*/

.custom-connection .line {
    border-left: 3px solid white;
}

.custom-connection .circle {
    margin-top: 18px;
    background: #82B865;
}

.border-unizo-blue {
    border: 1px solid #A8B8C1;
    border-radius: 5px;
}

.tekst_kleiner {
    font-size: 0.85em;
}

.btn {
    font-size: 14px;
}

    .btn.btn-link {
        color: #323333 !important;
        font-weight: bold;
    }

/* FORM CONTROL*/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: #000000;
    font-size: 14px;
    border: 0.02rem solid lightgrey;
    border-radius: 0.7dsrem !important;
    padding: 2rem;
    background: white;
}


@-moz-document url-prefix() {
    input[type="date"] {
        padding:0px 0px 30px 7px;
    }
}

.form-control, select {
    color: #000000;
    font-size: 14px;
    border: none;
    background: #E8EEF0;
    border-radius: 0;
    padding: 1rem;
}

.page-body label {
    font-weight: 800;
    font-size: 14px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    font-style: italic;
    color: #888;
}

.page-body label.normal-size {
    font-size: 16px !important;
}

.field-icon {
    margin-top: 12px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    float: right;
    z-index: 3;
}

.srLink {
    color: #E03C31;
    text-decoration: underline;
}

.feedback > ul {
    padding-left: 0;
}

.feedback > ul > li {
    color: red;
    list-style-type: none;
    margin-top: 1em;
}

/* Changes voor nieuwe Layout */

.personal-information-container {
    padding: 4rem;
}