@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/robot/roboto-v20-latin-100.eot");
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/robot/roboto-v20-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/robot/roboto-v20-latin-100.woff2") format("woff2"), url("../fonts/robot/roboto-v20-latin-100.woff") format("woff"), url("../fonts/robot/roboto-v20-latin-100.ttf") format("truetype"), url("../fonts/robot/roboto-v20-latin-100.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/robot/roboto-v20-latin-300.eot");
    src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/robot/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/robot/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/robot/roboto-v20-latin-300.woff") format("woff"), url("../fonts/robot/roboto-v20-latin-300.ttf") format("truetype"), url("../fonts/robot/roboto-v20-latin-300.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/robot/roboto-v20-latin-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/robot/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/robot/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/robot/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/robot/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/robot/roboto-v20-latin-regular.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/robot/roboto-v20-latin-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/robot/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/robot/roboto-v20-latin-500.woff2") format("woff2"), url("../fonts/robot/roboto-v20-latin-500.woff") format("woff"), url("../fonts/robot/roboto-v20-latin-500.ttf") format("truetype"), url("../fonts/robot/roboto-v20-latin-500.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/robot/roboto-v20-latin-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/robot/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/robot/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/robot/roboto-v20-latin-700.woff") format("woff"), url("../fonts/robot/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/robot/roboto-v20-latin-700.svg#Roboto") format("svg")
}

.navbar-brand {
    padding-top: .25rem;
    padding-bottom: .25rem
}

    .navbar-brand img {
        height: 3rem
    }

.page-header .navbar-light .navbar-nav-link i {
    font-size: 1.25rem
}

.page-header .page-header-content {
    background-color: #318dcc
}

.navbar-dark {
    background-color: #318dcc
}

.page-title {
    padding: 1rem 0
}

.info-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    border-radius: .25rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .info-box .info-box-ic-wrapper {
        height: 4rem;
        width: 4rem;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 1rem
    }

        .info-box .info-box-ic-wrapper i {
            font-size: 2rem
        }

        .info-box .info-box-ic-wrapper.box-alpha-yellow {
            background-color: rgba(241, 196, 15, 0.38)
        }

            .info-box .info-box-ic-wrapper.box-alpha-yellow i {
                color: #f39c12
            }

        .info-box .info-box-ic-wrapper.box-alpha-grey {
            background-color: #eee
        }

            .info-box .info-box-ic-wrapper.box-alpha-grey i {
                color: #bbb
            }

        .info-box .info-box-ic-wrapper.box-alpha-blue {
            background-color: rgba(52, 152, 219, 0.38)
        }

            .info-box .info-box-ic-wrapper.box-alpha-blue i {
                color: #2980b9
            }

        .info-box .info-box-ic-wrapper.box-alpha-green {
            background-color: rgba(46, 204, 113, 0.38)
        }

            .info-box .info-box-ic-wrapper.box-alpha-green i {
                color: #27ae60
            }

    .info-box .info-box-number .info-stat {
        font-size: 1.5rem;
        font-weight: 500;
        display: block
    }

    .info-box .info-box-number .info-label {
        font-size: .8rem;
        text-transform: capitalize
    }

.m-portlet {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #fff;
    border: none
}

    .m-portlet.border-success {
        border: 1px solid #4caf50
    }

    .m-portlet.border-danger {
        border: 1px solid #f44336
    }

.employee-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100
}

    .employee-info-wrapper .employee-info {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 0 .5rem
    }

        .employee-info-wrapper .employee-info:first-child {
            padding-left: 0
        }

        .employee-info-wrapper .employee-info:last-child {
            padding-right: 0
        }

        .employee-info-wrapper .employee-info .info-label {
            font-weight: 500;
            color: #318dcc;
            display: block
        }

.evaluation-section-heading {
    font-size: 1.1875rem;
    color: #318dcc;
    font-weight: 700;
    border-bottom: 1px solid #318dcc;
    position: relative
}

    .evaluation-section-heading:after {
        content: "";
        height: 10px;
        width: 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #318dcc
    }

.evaluation-content-wrapper {
    background-color: #fcfcfc;
    padding: 1rem;
    padding-top: 3rem;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.25rem;
    position: relative
}

    .evaluation-content-wrapper.evaluation-average {
        padding-top: 1rem
    }

    .evaluation-content-wrapper.eval-prob .evalutation-scale {
        padding: .25rem 1.25rem;
        right: 274px;
        top: 1.25rem
    }

    .evaluation-content-wrapper.eval-prob .eval-scale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border: 1px solid #ccc;
        border-radius: .125rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #777;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

        .evaluation-content-wrapper.eval-prob .eval-scale > div {
            color: #fff;
            padding: .75rem 1rem
        }

    .evaluation-content-wrapper.eval-prob .eval-item .eval-id {
        width: 250px
    }

    .evaluation-content-wrapper.eval-prob .eval-item .eval-content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .evaluation-content-wrapper.eval-prob .eval-item .eval-score {
        width: auto;
        background-color: rgba(217, 4, 41, 0.06);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

        .evaluation-content-wrapper.eval-prob .eval-item .eval-score .form-group {
            margin-bottom: 0
        }

            .evaluation-content-wrapper.eval-prob .eval-item .eval-score .form-group .custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
                background-color: #318dcc
            }

            .evaluation-content-wrapper.eval-prob .eval-item .eval-score .form-group .custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
                background-color: #e9e9e9
            }

            .evaluation-content-wrapper.eval-prob .eval-item .eval-score .form-group .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
                background-color: #318dcc
            }

            .evaluation-content-wrapper.eval-prob .eval-item .eval-score .form-group .custom-control-label {
                margin-bottom: 0
            }

                .evaluation-content-wrapper.eval-prob .eval-item .eval-score .form-group .custom-control-label::before {
                    background-color: #fff
                }

    .evaluation-content-wrapper .evalutation-scale {
        background-color: #777;
        color: #fff;
        position: absolute;
        padding: .25rem .75rem;
        right: 1rem;
        top: 1.25rem;
        border-top-right-radius: .125rem;
        border-top-left-radius: .125rem
    }

    .evaluation-content-wrapper .eval-item {
        border: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: none
    }

        .evaluation-content-wrapper .eval-item:last-child {
            border: 1px solid #ccc
        }

        .evaluation-content-wrapper .eval-item .eval-id {
            padding: .5rem 1rem;
            font-weight: 500;
            font-size: 1rem;
            background-color: #e5e5e5;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center
        }

        .evaluation-content-wrapper .eval-item .eval-content {
            padding: .5rem 1rem;
            background-color: #fff;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-size: .875rem;
            font-weight: 400
        }

            .evaluation-content-wrapper .eval-item .eval-content p {
                margin: 0
            }

        .evaluation-content-wrapper .eval-item .eval-score {
            padding: 1rem;
            background-color: #f5f5f5;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 150px
        }

            .evaluation-content-wrapper .eval-item .eval-score label {
                font-size: .75rem;
                color: #318dcc;
                margin-bottom: .25rem
            }

            .evaluation-content-wrapper .eval-item .eval-score input:not([type="radio"]) {
                width: 4rem
            }

        .evaluation-content-wrapper .eval-item .overall-label {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: .5rem
        }

            .evaluation-content-wrapper .eval-item .overall-label h6 {
                font-size: 1.15rem
            }

        .evaluation-content-wrapper .eval-item .overall-score {
            padding: .25rem;
            background-color: #318dcc;
            color: #fff;
            height: 100%;
            min-width: 4rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 1.25rem;
            font-weight: 500;
            width: 150px
        }

.wizard-progress {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #fff
}

    .wizard-progress .step {
        display: table-cell;
        text-align: center;
        vertical-align: top;
        overflow: visible;
        position: relative;
        font-size: 14px;
        color: #318dcc;
        font-weight: 500
    }

        .wizard-progress .step .due-date {
            font-weight: 400;
            display: block;
            margin-top: 2.25rem
        }

        .wizard-progress .step:not(:last-child):before {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            top: 37px;
            background-color: #f0f0f0;
            height: 6px;
            width: 100%
        }

        .wizard-progress .step .node {
            display: inline-block;
            border: 6px solid #fff;
            background-color: #fff;
            -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
            box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
            border-radius: 18px;
            height: 1.5rem;
            width: 1.5rem;
            position: absolute;
            top: 28px;
            left: 50%;
            margin-left: -18px
        }

        .wizard-progress .step.complete:before {
            background-color: #318dcc
        }

        .wizard-progress .step.complete .node {
            border-color: #318dcc;
            background-color: #318dcc
        }

            .wizard-progress .step.complete .node:before {
                font-family: "Font Awesome 5 Pro";
                position: absolute;
                content: "\f00c";
                color: #fff;
                top: -6px;
                left: -1px
            }

        .wizard-progress .step.in-progress:before {
            background: #318dcc;
            background: -webkit-gradient(linear, left top, right top, from(#318dcc), to(#fff));
            background: linear-gradient(to right, #318dcc 0%, #fff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#318dcc', endColorstr='#fff', GradientType=1)
        }

        .wizard-progress .step.in-progress .node {
            border-color: #318dcc
        }

        .wizard-progress .step.incomplete:before {
            background-color: #318dcc !important
        }

        .wizard-progress .step.incomplete .node {
            border-color: #318dcc;
            background-color: #318dcc
        }

            .wizard-progress .step.incomplete .node:before {
                font-family: "Font Awesome 5 Pro";
                position: absolute;
                content: "\f00d";
                color: #fff;
                top: -5px;
                left: 1px
            }

.compentency-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .compentency-heading .competency-name {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #fff;
        font-size: 1.25rem;
        text-align: center;
        text-transform: capitalize
    }

    .compentency-heading .competency-scale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: #eee
    }

        .compentency-heading .competency-scale > div {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-transform: capitalize;
            font-size: .875rem;
            color: #318dcc;
            text-align: center;
            padding: .25rem 0
        }

.employee-v-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
    width: 100%;
    border: 1px solid #eee
}

    .employee-v-info .employee-info {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 0 .5rem;
        margin-bottom: 1.25rem
    }

        .employee-v-info .employee-info .info-label {
            font-weight: 500;
            color: #318dcc;
            display: block
        }

.objectives-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .objectives-list .objective {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #f9f9f9;
        border-radius: .125rem;
        margin-bottom: .75rem;
        border: 1px solid #eee;
        padding: .625rem 1rem
    }

        .objectives-list .objective .obj-name {
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: .5rem
        }

        .objectives-list .objective .obj-info {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .objectives-list .objective .obj-info li {
                display: inline-block;
                color: #a5a5a5;
                font-size: .875rem;
                margin-right: 1.25rem
            }

        .objectives-list .objective .obj-progress {
            margin-bottom: .5rem;
            font-size: .875rem;
            color: #318dcc;
            font-weight: 500
        }

        .objectives-list .objective .list-feed li {
            margin-bottom: .75rem
        }

        .objectives-list .objective .irs {
            margin-bottom: 1rem
        }

.eval-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .eval-history .eval-h-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border: 1px solid #ddd;
        border-radius: .125rem
    }

        .eval-history .eval-h-item:not(:last-child) {
            border-bottom: none;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0
        }

        .eval-history .eval-h-item:hover .eval-period {
            background-color: #f0f0f0
        }

        .eval-history .eval-h-item:hover .eval-info h5 {
            color: #318dcc
        }

        .eval-history .eval-h-item .eval-period {
            padding: .5rem 1rem;
            background-color: #f5f5f5;
            color: #318dcc;
            font-weight: 500;
            font-size: 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .eval-history .eval-h-item .eval-info {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            background-color: #fff;
            padding: .5rem 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

.employee-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1rem;
    position: fixed;
    width: 100%;
    left: 0
}

    .employee-nav-wrapper .employee-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fcfcfc;
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        border-radius: .25rem;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: .5rem
    }

        .employee-nav-wrapper .employee-nav:hover {
            -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.15);
            box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.15)
        }

            .employee-nav-wrapper .employee-nav:hover .nav-arrow {
                color: #fff;
                background-color: #318dcc
            }

        .employee-nav-wrapper .employee-nav .nav-arrow {
            width: 48px;
            height: 48px;
            color: #318dcc;
            background-color: #f1f1f1;
            border-radius: .25rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 1.15rem;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            margin: 0 auto .5rem
        }

        .employee-nav-wrapper .employee-nav .emp-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            color: #318dcc;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

.appraisal-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #ccc
}

    .appraisal-frame .frame-box {
        background-color: #b5b5b5;
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        padding: .75rem 1.25rem;
        border-radius: .25rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .appraisal-frame .frame-box .remaining {
            font-size: 1.15rem;
            font-weight: 500;
            text-transform: capitalize;
            color: #fff
        }

        .appraisal-frame .frame-box .frame-text {
            border-radius: .125rem;
            color: #fff;
            text-transform: capitalize;
            font-weight: 500;
            margin-left: .5rem
        }

.eval-view-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .eval-view-action .eval-icon {
        height: 48px;
        width: 48px;
        background-color: #eee;
        color: #bbb;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.25rem;
        margin-right: .5rem
    }

.page-content {
    padding-top: 1.5rem
}

.card-columns.training-list {
    -webkit-column-count: 2;
    column-count: 2
}

.card-columns.card-attendees {
    -webkit-column-count: 3;
    column-count: 3
}

.fc-toolbar * {
    text-transform: capitalize
}
/*# sourceMappingURL=style.min.css.map */
