﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.btn-export {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.btn-alex {
    color: #ffffff !important;
    background-color: #0b67d6;
    border-color: #0b67d6;
    font-size: 14px;
}

.btn-alex {
    color: #ffffff !important;
    background-color: #0b67d6;
    border-color: #0b67d6;
    font-size: 14px;
}

.btn-search {
    font-size: 14px !important;
}

.btn-close {
    border: none;
    box-shadow: none;
}

.a-disabled {
    cursor: not-allowed;
    pointer-events:none;
    opacity: .65;
}

.pre-title {
    white-space: pre-wrap;
    border: none !important;
    background-color: transparent !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 500;
    color: #333 !important;
}


.pre-text {
    white-space: pre-wrap;
    border: none !important;
    background-color: transparent !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
}

.th-pyg {
    vertical-align: middle !important;
}

.th-pyg-header {
    vertical-align: middle !important;
    border-top: 0px !important;
}

.input-alex {
    border-color: #becee1;
}

    .input-alex:focus {
        border-color: #0b67d6;
    }

.search-group {
    padding-left: 15px !important;
}

.bg-alex {
    color: #ffffff;
    background-color: #0b67d6;
}

.bg-grey {
    color: #0a1015;
    background-color: #9f9f9f;
}

.bg-grey-light {
    color: #0a1015;
    background-color: #f7f7f7;
}

.bg-menu {
    color: #9f9f9f;
    background-color: #ffffff;
}

.total-container {
    display: inline-block;
    padding: 15px 30px 15px 30px;
}

.inline-container {
    display: inline-block;
    padding-bottom: 15px;
}

.create-container {
    padding-top: 20px;
}

.text-alex {
    color: #0b67d6;
}

.text-tooltip {
    color: #0b67d6;
    vertical-align: top;
}

.text-green {
    color: #68b613;
}

.text-red {
    color: #e02d2d
}

.text-grey {
    color: #9f9f9f;
}

.navbar-brand-alex img {
    max-height: none;
}

.list-group-alex {
    list-style-type: none;
}

.list-group-item-alex {
    border-color: #becee1;
}

.container-alex {
    margin: 0px 20px 20px 20px;
    padding: 30px;
    border: none;
    position: relative;
}

.container-scrollable-alex {
    height: 300px;
    overflow-y: scroll;
}

.goal-reached {
    color: #007300;
    font-weight: bold;
}

.goal-no-reached {
    color: #E50000;
    font-weight: bold;
}

.card-loading-content {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 201;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-top: 100px;
}

.card-loading-container {
    box-sizing: border-box;
    position: absolute;
    background-color: #BFBFBF;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 200;
}

.loading-content {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: transparent;
    margin-top: -30px;
    margin-left: -30px;
    position: absolute;
    z-index: 201;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-top: 100px;
}

.loading-container {
    box-sizing: border-box;
    position: absolute;
    background-color: #BFBFBF;
    width: 100%;
    height: 100%;
    margin-top: -30px;
    margin-left: -30px;
    opacity: 0.4;
    z-index: 200;
}

.img-loading {
    position: relative;
    z-index: 201;
    margin-bottom: 10px;
    margin-right: 10px;
}

.text-loading {
    z-index: 201;
    font-weight: bolder;
    color: black;
    font-size: 24px;
}

.colalertred {
    background-color: #f05050;
    color: white;
}
.colalertyellow {
    background-color: #e1bb04;
    color: white;
}
.colalertgreen {
    background-color: #68b613;
    color: white;
}

/*- Training Center's styles-*/
.container-training-center {
    padding: 0px 20px 20px 20px;
    font-family: 'Roboto Light', Arial;
}

    .container-training-center .header {
        font-size: 35px;
        color: #0b67d6;
    }

    .container-training-center .scroll {
        height: 65vh;
        overflow-y: scroll;
    }

        .container-training-center .scroll::-webkit-scrollbar, .container-training-center .cont-sections::-webkit-scrollbar {
            width: 10px;
            background-color: #F5F5F5;
        }

        .container-training-center .scroll::-webkit-scrollbar-thumb, .container-training-center .cont-sections::-webkit-scrollbar-thumb {
            background-color: skyblue;
        }

    .container-training-center .sidebar-list {
        box-shadow: 30px 0 10px -20px rgba(36, 50, 66, .04);
        padding: 0px;
    }

    .container-training-center .sidebar {
        list-style: none;
        position: relative;
        font-weight: bold;
        font-size: 20px;
        display: flex;
    }

        .container-training-center .sidebar a {
            text-decoration: none;
            padding: 2px 10px 2px 10px;
            color: black;
            font-size: 14px;
            line-height: 24.5px;
            font-weight: normal;
        }

            .container-training-center .sidebar a:hover {
                color: #0b67d6;
                text-decoration-line: none;
                font-weight: bold;
            }

    .container-training-center .active {
        color: white !important;
        background-color: #0b67d6;
        height: 100%;
        width: 80%;
        border-radius: 5px;
        font-weight: bold !important;
    }

    .container-training-center .cont-sections {
        overflow-y: auto;
        height: 65vh;
    }

    .container-training-center .section {
        padding: 20px;
    }

    .container-training-center i {
        margin-right: 15px;
    }

    .container-training-center .heads {
        font-size: 24px;
        font-weight: bold;
        list-style: none;
    }

    .container-training-center p {
        font-size: 18px;
        font-weight: normal;
    }

    .container-training-center li > ol > li {
        font-size: 16px;
        padding-left: 20px;
        font-weight: normal;
    }

    .container-training-center li ol {
        margin: 0.75em 0;
        padding: 0 1em;
        list-style: none;
    }

        .container-training-center li ol li:before {
            content: "";
            border-color: transparent #111;
            border-style: solid;
            border-width: 0.35em 0 0.35em 0.45em;
            display: block;
            height: 0;
            width: 0;
            left: -1em;
            top: 0.9em;
            position: relative;
        }

    .container-training-center .question {
        font-weight: bold;
    }
