html, body {
    margin: 0px;
    font-family: 'Segoe UI' !important;
    width: auto !important;
    /*min-width: 1024px; /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    overflow: auto !important;
}

.menuIcon {
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center center;
    float: left;
}

/*Modal Body*/

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modalBg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,.25);
}

.errorModal {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto;
    width: 100%;
    z-index: 1051;
    font-family: 'Segoe UI' !important;
}

.errorModalContainer {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    width: 600px;
    overflow: hidden;
    border: solid 5px var(--theme-color);
    border-top: none;
    background: #eee;
}

.hideModal {
    position: absolute;
    top: 0;
    right: 0;
    background: #C75050;
    width: 30px;
    height: 20px;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 1;
}

    .hideModal a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .hideModal:hover {
        background: #d53929;
    }

    .hideModal a {
        font-size: 18px;
        color: #fff;
        line-height: 20px;
        text-decoration: none;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.errorModalTitle {
    float: left;
    width: 100%;
    overflow: hidden;
    background: var(--theme-color);
    text-align: center;
    position: relative;
}

    .errorModalTitle h1 {
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        margin: 0;
    }

    .errorModalTitle .menuIcon {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        left: 5px;
        background-position: center center;
        background-size: cover;
    }

.errorModalBody {
    float: left;
    padding: 15px;
}

    .errorModalBody .errorTitle {
        font-size: 18px;
        color: var(--theme-color) !important;
        line-height: 50px;
        margin: 0;
    }

        .errorModalBody .errorTitle i.menuIcon.small {
            float: left;
            margin: 10px 10px 0 0;
            display: block;
            width: 40px;
            height: 30px;
            background-size: 80% 80%;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .errorModalBody .errorTitle i.menuIcon.large {
            width: 60px;
            height: 50px;
            margin-right: 20px;
        }

    .errorModalBody p {
        font-size: 12px;
        color: #555;
        max-height: 140px;
        overflow: auto;
        padding: 10px;
        float: left;
        clear: both;
    }

        .errorModalBody p.collapsed {
            display: none;
        }

        .errorModalBody p.highLight {
            background: transparent;
            max-width: 985px;
        }

    .errorModalBody a {
        font-size: 12px;
        color: var(--theme-color) !important; 
        padding-right: 30px;
        text-decoration: none;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
        float: left;
        clear: both;
        font-weight: 500;
    }

        .errorModalBody a:visited {
            color: var(--theme-color) !important;
        }

        .errorModalBody a.passError {
            float: left;
            clear: both;
            margin-bottom: 30px;
        }


        .errorModalBody a:hover {
            color: #999 !important;
        }

        .errorModalBody a.down {
            background: url("../../Common/Images/ico_down_dark.png") no-repeat right center;
        }

        .errorModalBody a.up {
            background: url("../../Common/Images/ico_up_dark.png") no-repeat right center;
        }

.errorModalFooter {
    padding: 10px 1px;
    margin: 0 15px;
    position: relative;
    border-top: 1px solid #d6d6d6;
    overflow: hidden;
    clear: both;
}

    .errorModalFooter p {
        font-size: 12px;
        color: #333;
        padding: 0 10px;
    }

    .errorModalFooter:before {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        border: 1px solid #f4f4f4;
    }

    .errorModalFooter .btn {
        text-align: center;
        text-decoration: none;
        display: block;
        width: 80px;
        line-height: 26px;
        font-size: 12px;
        color: #333;
        border: solid 2px #d6d6d6;
        float: right;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .errorModalFooter .btn:hover {
            background: #d6d6d6;
        }


.errorModalContainer.outside {
    width: 60%;
    border: none;
    background-color: transparent !important;
    padding-left: 100px;
    padding-right: 35px;
}

    .errorModalContainer.outside .errorTitle {
        margin-left: -70px;
    }

    .errorModalContainer.outside .errorModalBody {
        padding: 30px 15px;
    }

        .errorModalContainer.outside .errorModalBody p.limitedWidth {
            max-width: 500px;
        }

        .errorModalContainer.outside .errorModalBody .supportInfo {
            position: absolute;
            top: 40px;
            right: 50px;
            width: 250px;
            overflow: hidden;
            background: #f2f2f2;
            border: solid 1px #ccc;
            padding-bottom: 15px;
        }

            .errorModalContainer.outside .errorModalBody .supportInfo h3 {
                font-size: 12px;
                color: #fff;
                line-height: 25px;
                padding: 0 10px;
                background: var(--theme-color);
                margin: 0 10px 0 0;
                width: 100%;
            }

            .errorModalContainer.outside .errorModalBody .supportInfo table {
                font-size: 12px;
                color: #333;
                width: 100%;
                padding: 5px;
            }

                .errorModalContainer.outside .errorModalBody .supportInfo table tr td:first-child {
                    font-weight: bold;
                }

/*modal body end*/
.ml-auto {
    margin-left: auto;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.03) !important;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccd3d6;
}