/**
 * Since <nobr> seems tobe depricated we have to implement an alternative.
 */
.nobr {
    white-space: nowrap !important;
}

form span.error {
    position: absolute;
    display: inline-block;
    color: red !important;
    top: .3em;
    left: .3em;
    font-size: .9em;
}
.form-group {
    position: relative !important;
}
.kc-demo-event-form
{
    width: 100%;
}

/*
#app-modal .close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    opacity: 1;
    font-size: 26px;
    font-weight: 700;
}
*/

#app-loader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

#app-loader .center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 148px;
    background-color: #fff;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#app-loader .center img
{
    height: 128px;
    width: 128px;
}

div.template-info {
    color: #fff;
    background-color: #f00;
    padding: .25em 1em;
    margin-bottom: 1em;
}

/* 
.kc-demo-event-form {
    text-align: -moz-center;
    text-align: -webkit-center;
}
 */

#kc-modalform-event-response
{
    text-align: center;
}
