﻿.indexMainHolder {
    width: 80%;
    height: 100%;
    margin: auto;
}

.indexIcons {
    width: 100%;
}

.indexHeader {
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: 17px;
}

.Icon-Row {
    margin-left: 0;
}

.Icon-Wraper {
    height: 112px;
    width: 112px;
    float: left;
    clear: none;
    text-align: left !important;
    cursor: pointer;
    font-size: 12px;
    /*font-weight: 700;*/
    background-position-y: center;
    background-position-x: center;
    color: #efeaea !important;
    border: 0.4px solid #dee2e6;
    background-repeat: no-repeat;
    /*border: none !important;*/
    border-radius: 8px;
    padding: 7px 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .Icon-Wraper .Icon-Text {
        margin: auto;
        width: auto;
        font-size: 14px;
        color: white;
        height: 40px;
        text-align: center;
        /*margin-top: 8px;*/
        /*padding-top: 8px;*/
        background: none;
        background-repeat: no-repeat;
        /*background-size: 110px 35px;*/
        display: table;
    }

    .Icon-Wraper .Icon-Texth {
        margin: auto;
        font-size: 14px;
        text-align: center;
        display: table;
        height: calc(100% - 60px);
    }

        .Icon-Wraper .Icon-Texth > span {
            display: table-cell;
            vertical-align: middle;
        }

.Icon-imgh > img {
    max-height: 24px !important;
    opacity: 0.85;
    display: none !important;
}

.Icon-imgh > i {
    color: black;
    opacity: 0.85;
    font-size: 1.5em;
}

.Icon-Text > span {
    padding-top: 5px;
    vertical-align: baseline;
    cursor: pointer;
}

.Icon-Wraper .Icon-img {
    width: 70px;
    height: 70px;
    margin: auto;
    /*border: 1px solid #c0c0c0 !important;*/
    /*border-radius: 50%;*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 56px;
}

.Icon-Wraper .Icon-imgh {
    height: 24px;
}

.Icon-Text.green-icon {
    background-image: url(../Images/FormImages/Level1.png);
    /*background-color: #01a89c !important;*/
}

.Icon-Text.yellow-icon {
    background-image: url(../Images/FormImages/Level2.png);
    color: black;
    /*background-color: #fcee21 !important;*/
}

.yellow-icon .Icon-Text > span {
    color: black;
}

.Icon-Text.brown-icon {
    background-image: url(../Images/FormImages/Level3.png);
    /*background-color: #c69c6d !important;*/
}

.Icon-Text.blue-icon {
    background-image: url(../Images/FormImages/Level4.png);
    /*background-color: #4dadef !important;*/
}

.Icon-Text.orange-icon {
    background-image: url(../Images/FormImages/Level3.png);
    /*background-color: #ff6600 !important;*/
}

.Icon-Holder {
    border: 1px solid #dee2e6;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    padding: 10px;
}


.Icon-Wraper-Top {
    height: 50px;
    width: 90px;
    float: left;
    clear: none;
    text-align: left !important;
    cursor: pointer;
    font-size: 9px;
    background-position-y: center;
    background-position-x: center;
    color: #efeaea !important;
    padding: 1px 1px;
    margin-right: 10px;
    margin-bottom: 0px;
}

    .Icon-Wraper-Top .Icon-Text {
        margin: auto;
        width: auto;
        font-size: 14px;
        color: white;
        height: 40px;
        text-align: center;
        /*margin-top: 8px;*/
        /*padding-top: 8px;*/
        background: none;
        background-repeat: no-repeat;
        /*background-size: 110px 35px;*/
        display: table;
    }

    .Icon-Wraper-Top .Icon-Texth {
        margin: auto;
        font-size: 11px;
        text-align: center;
        display: table;
    }

        .Icon-Wraper-Top .Icon-Texth > span {
            display: table-cell;
            vertical-align: middle;
        }

    .Icon-Wraper-Top .Icon-img {
        width: 70px;
        height: 70px;
        margin: auto;
        /*border: 1px solid #c0c0c0 !important;*/
        /*border-radius: 50%;*/
        background-position-y: center;
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: 56px;
    }

    .Icon-Wraper-Top .Icon-imgh {
        height: 8px;
    }

.Icon-Holder-Top {
    border: 0.5px solid #dee2e6;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    padding: 6px;
}


@media screen and (max-width: 1366px) {
    .indexMainHolder {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .indexHeader {
        display: none;
    }
}

.dashGreenBorder {
    border-color: #8cc63f !important;
}

.dashOrangeborder {
    border-color: #fbb03b !important;
}

.dashBlueborder {
    border-color: #29abe2 !important;
}

.dashRedborder {
    border-color: #f15a24 !important;
}

.dashGreyborder {
    border-color: #cccccc !important;
}

.dashYellowborder {
    border-color: #fcee21 !important;
}

.dashDarkBlueborder {
    border-color: #1b1464 !important;
}


.Icon-Wraper-Top-sm {
    height: 49px;
    width: 49px;
    padding: 6px 3px;
}

    .Icon-Wraper-Top-sm > .Icon-imgh > img {
        max-height: 32px !important;
    }

.currentPage {
    background-color: #dedede !important;
}

.Icon-Wraper-Top-xs {
    height: 35px;
    width: 35px;
    padding: 5px 3px;
    border-radius: 4px;
}

    .Icon-Wraper-Top-xs > .Icon-imgh > img {
        max-height: 22px !important;
    }

    .Icon-Wraper-Top-xs .Icon-imgh {
        height: 28px !important;
    }
