﻿
.isgWebinarItemAlt {
    background-color: lavender !Important;
}

.isgWebinarItem {
    border: 0px solid grey;
    padding-left: 4px;
    padding-right: 4px;
    background-color: lightblue;
}



.isgMappedEventItemAlt {
    background-color: lavender !Important;
}

.isgMappedEventItem {
    border: 0px solid grey;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    background-color: mintcream;
}


/* LOADER */

/*
.modal {
    position: fixed;
    top: .25em;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
    */

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.loginLoading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.ProgressDiv .ProgressLabel {
    font-size: larger;
}

.ProgressDiv {
    width: 100%;
    /*height: 100%;*/
    top: 0.15em;
    left: 0px;
    /*
    background-color: #FFFFFF !important;
        */
    padding: 10px;
    overflow: hidden;
    visibility: visible;
    display: block;
    z-index: 5000 !important;
    position: fixed;
    text-align: center;
}

.imgLoading {
    background: url(../Images/spin.gif);
    background-repeat: no-repeat;
    background-size: auto;
}

.ProgressDiv .Loading {
    /*background-color: #FFFFFF !important;*/
}

.noWrap {
    white-space: nowrap;
}



/* ISG USer Control */
.input-group-prepend.required .control-prompt:before {
    content: "*";
    color: red;
    padding-right: 0.15em;
}
