/* Disable IE border */
a img {
    border: none !important;
}

/* Last registered Styles */

.unit-representation-image-performer {
    background: transparent url(/resources/gfx/landingPage/performer.png) no-repeat;
    display: block;
    padding-top: 2px;
    padding-left: 2em;
    height: 20px;
}

.unit-representation-image-management {
    background: transparent url(/resources/gfx/landingPage/management.png) no-repeat;
    display: block;
    padding-top: 2px;
    padding-left: 2em;
    height: 20px;
}

.unit-representation-image-stage {
    background: transparent url(/resources/gfx/landingPage/stage.png) no-repeat;
    display: block;
    padding-top: 2px;
    padding-left: 2em;
    height: 20px;
}


/* Teaser Styles */

.teaser {
    background: transparent url(/resources/gfx/landingPage/Midfield_gradient.png) repeat-x;
    width: auto;
    height: 220px;
    margin-top: 21px;
    padding: 12px 6px 6px 6px;
}

.teaser div {
/*     border: 1px solid red; */
}

.teaser-box {
    display: table;
    text-align: left;
    margin-left: 126px;
    margin-top: 3em;
    width: 780px;
    border: 0px solid red;    
}

.teaser-box > div {
    display: table-row;
}

.teaser-box > div > div {
    display: table-cell;
}

.teaser-heading {
    position: absolute; 
    float: left; 
    margin-left: 126px;
    text-transform: uppercase;    
}

.teaser-why-image {
    position: absolute;
    float: left;
    margin-left: 6px;
}

.teaser-text {
    line-height: 1.5em;
    font-size: 14px;
    font-variant: normal;
    height: 10em;    
}

.sign-up-button {
    text-align: left;
    vertical-align: top;
}

.sign-up-button button {
/*     background: #e97f11 url(/resources/gfx/landingPage/Signup_button.png) no-repeat; */
    color: white;
    border-color: white;
    text-transform: uppercase;
    font-size: 14px;    
}

.teaser-border {
    border-right: 1px dotted gray;
    padding: 0 0 0 12px;
}

.teaser-1 {
    width: 235px;
    text-align: left;    
    padding-left: 0px;
    padding-right: 6px;
}

.teaser-2 {
    width: 235px;
    text-align: left;    
    padding-left: 12px;
    padding-right: 6px;
}

.teaser-3 {
    width: 274px;
    text-align: left;    
    padding-left: 12px;
    padding-right: 0px;
}

/* Dashboard Profile Completeness */

ul.profile-completeness-list {    
    float: none;
    margin-left: 0;  
}

ul.profile-completeness-list li {
    margin-left: 0;
}    

.warning {
    background: transparent url(/resources/gfx/commons/warning.png) no-repeat;
    padding-top: 4px;
    padding-left: 24px;
    height: 20px;
}

/* Messages */

.cancel-icon {
    background: transparent url(/resources/gfx/commons/cancel.png) no-repeat;
    padding-top: 8px;
    padding-left: 24px;
    height: 20px;
    float: left;
}

.send-icon {
    background: transparent url(/resources/gfx/commons/send_mail.png) no-repeat;
    padding-top: 8px;
    padding-left: 24px;
    margin-left: 6px;
    height: 20px;
    float: left;
}

.message-response-editor {
    clear: left;
}

.reply-icon {
    background: transparent url(/resources/gfx/commons/reply_mail.png) no-repeat;
    padding-left: 24px;
    height: 20px;
}


/* Status AJAX spinner */

#statusGlass {
    position: relative;
    clear: both;
    float: left;
    top: 10px;
    right: 75px !important;
}

/* max width */

.ui-fieldset {
    max-width: 615px;
}

.bookingRequestMessage {
    width: 350px;
}

.fc-header {
    color: black !important;
}

/* Email Editor and Button Class */

.button {
    background-color: #00CAFB;
    min-width: 70px;
    height: 17px;
    padding: 3px;
    color: #fff;
    display: inline;
    margin-right: 0.5em;        
}
.button a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}    
