.mandatory:before {
    content: " * ";
}

/************************
    Incident Overview
 ************************/
.RemoteSessionButton {
    margin-right: 10px;
    background: url('../img/icons.png') no-repeat -3px -233px;
}

/****************************
 Remote Assistance View
 ****************************/
.RemoteAssistanceView {
    width: 100%;
}

.RemoteAssistanceView form {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    text-align: center;
}

.RemoteAssistanceInput {
    width: 175px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Text in the RemoteAssistanceView */
.UsageRightPermissions {
    text-align: center;
    max-width: 500px;
    padding: 15px;
}

/**********************
 Incident creation
 ************************/
#portlet\.ticket\.errors {
    display: inline-block;
}

#portlet\.ticket\.errors, #portlet\.ticket\.errors p {
    color: #ff0000;
    font-weight: bold;
}

/* div that contains all label/input pairs */
.IncidentInput {
    display: block;
    margin-bottom: 6px;
    border-left: 0px solid #aaa;
    border-right: 1px solid #ccc;
    border-top: 0px solid #aaa;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.IncidentInputLabel {
    color: #888;
    font-style: italic;
    font-size: 12px;
    background-color: #fff;
    border: 0px;
} /*input label*/
.IncidentInputArea {
    color: black;
    border: 0px;
    width: 175px;
} /*text field*/
.IncidentCombo {
    min-width: 115px;
    padding: 2px;
}

.IncidentDetailsView #portlet\.ticket\.reopenReason\.input {
    min-width: 460px;
    padding: 2px;
}

.IncidentDevicesView {
    min-width: 700px;
    padding: 10px;
}

.IncidentSelect {
    background-color: #fff;
    color: #888;
    font-weight: bold;
    font-size: 14px;
    border-left: 0px solid #aaa;
    border-right: 1px solid #ccc;
    border-top: 0px solid #aaa;
    border-bottom: 1px solid #ccc;
    margin-top: 2px;
    margin-bottom: 2px;
    min-width: 300px;
    cursor: pointer;
}

.IncidentDevicesView .Table .portlet_device_devicesTable_serialnumber {
    width: 200px;
}

.IncidentDevicesView .Table .portlet_device_devicesTable_hostname {
    width: 150px;
}

.IncidentDevicesView .Table .portlet_device_devicesTable_displayname {
    width: 400px;
}

.IncidentDevicesView .Table .portlet_device_devicesTable_type {
    width: 75px;
}

.IncidentDevicesView .Table .portlet_device_devicesTable_select {
    width: 125px;
}

.IncidentDevicesView .Table td {
    cursor: pointer;
}

.IncidentCreationView .IncidentSection {
    max-width: 600px;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.IncidentCreationView #portlet\.ticket\.contact {
    float: right;
    width: 300px;
    padding: 15px;
    margin: 10px;
    background-color: #f8f8f8;
}

.IncidentCreationView .IncidentInput {
    display: inline-block;
    border: none;
    padding: 5px;
    margin: 0px;
}

.IncidentCreationView .IncidentInputArea, .IncidentCreationView .IncidentInputBoxArea {
    border: 1px solid #bbb;
}

.IncidentCreationView .invalid .IncidentInputArea, .IncidentCreationView .invalid .IncidentInputBoxArea {
    border: 1px solid #f00;
}

.IncidentCreationView .invalid-characters .IncidentInputArea, .IncidentCreationView .invalid-characters .IncidentInputBoxArea {
    border: 1px solid #f00;
}

.IncidentCreationView h3.invalid {
    color: #ff0000;
}

.IncidentCreationView div.invalid, span.invalid {
    border: 1px solid #ff0000;
}

.IncidentCreationView div.invalid-characters {
    border: 1px solid #ff0000;
}

.IncidentCreationView .IncidentInputLabel {
    display: block;
}

.IncidentCreationView .Button {
    max-width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.IncidentCreationView .Button1 {
    max-width: 200px;
    height: 23px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.IncidentCreationView #portlet\.ticket\.contact .IncidentInputLabel, .IncidentCreationView #portlet\.ticket\.submission .IncidentInputLabel
    {
    display: inline-block;
}

.IncidentCreationView #portlet\.ticket\.submission .IncidentInput {
    display: block;
}

.IncidentCreationView #portlet\.ticket\.submission .Dialog2Button {
    margin-left: 5px;
}

.IncidentCreationView #portlet\.ticket\.fileName\.button {
    margin-left: 5px;
}

.IncidentCreationView #portlet\.ticket\.contact\.check\.label {
    margin-left: 5px;
}

.IncidentCreationView #portlet\.ticket\.problem\.hardware\.input {
    width: 135px;
}

.IncidentCreationView #portlet\.ticket\.problem\.hostnameOrSerial\.input {
    width: 175px;
}

.IncidentCreationView #portlet\.ticket\.problem\.spread\.input {
    width: 110px;
}

.IncidentCreationView #portlet\.ticket\.problem\.impact\.input {
    width: 150px;
}

#gray {
    color: gray;
}

/************************
 Incident list
 ************************/
.IncidentListView {
    padding-top: 5px;
    min-height: 75px;
}

.IncidentListView>.Table .TableItem {
    cursor: pointer;
}

.IncidentListView>.Table .TableBody {
    max-height: 500px;
    overflow: auto;
}

.IncidentListView .portlet_ticketList_table_id {
    width: 110px;
}

.IncidentListView .portlet_ticketList_table_summary {
    width: 590px;
}

.IncidentListView .portlet_ticketList_table_createdOn {
    width: 110px;
}

.IncidentListView .portlet_ticketList_table_state {
    width: 140px;
}

.IncidentListView .portlet_ticketList_table_remoteSession {
    width: 35px;
}

.IncidentListView>.Table .feedback {
    background: url('../img/voting.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.IncidentListView>.Table .feedback:hover {
    background: url('../img/voting_hover.png') no-repeat;
}

.IncidentListView>.Table .nofeedback {
    width: 20px;
    height: 20px;
    cursor: default;
}

/************************
 Incident Feedback
 ************************/
.IncidentFeedbackView {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    width: 820px;
}

.IncidentFeedbackView .IncidentQuestionSection {
    float: left;
}

.IncidentFeedbackView #portlet\.ticket\.survey\.freetext {
    clear: both;
    padding-top: 20px;
}

.IncidentFeedbackView h1 {
    padding-left: 10px;
    font-weight: bold;
}

.IncidentFeedbackView .QuestionContainer {
    clear: both;
    width: 100%;
}

.IncidentFeedbackView .QuestionContainer .Question {
    float: left;
    max-width: 500px;
    padding: 5px 20px 5px 10px;
}

.IncidentFeedbackView .invalid {
    border-bottom: 1px solid #f00;
}

.IncidentFeedbackView .QuestionContainer .RatingContainer {
    float: right;
    width: 240px;
    height: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.IncidentFeedbackView .QuestionContainer .RatingContainerModern {
    float: right;
    width: 240px;
    height: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.IncidentFeedbackView .QuestionContainer .RatingContainerModern input[type="radio"] {
    width: 37px;
    float: left;
    position: relative;
    bottom: 0px;
}

.IncidentFeedbackView .QuestionContainer .RatingContainer input[type="radio"] {
    width: 30px;
    float: left;
    position: relative;
    bottom: 0px;
}

.IncidentFeedbackView .RatingContainer .RatingLabel {
    width: 37px;
    margin-top: -2px;
    text-align: center;
    float: left;
}

.IncidentFeedbackView .RatingContainer .RatingContainer .RatingLabel img {
    width: 15px;
    height: 15px;
}

.IncidentFeedbackView .IncidentInputLabel {
    width: 97%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    color: #000;
}

.IncidentFeedbackView textarea {
    width: 95% !important;
    border: 1px solid #000000;
    display: block;
    margin: 5px auto 5px auto;
}

.IncidentFeedbackView .IncidentSurveyPrivacySection {
    min-height: 60px;
}

.IncidentFeedbackView .IncidentSurveyPrivacySection span {
    clear: both;
    float: right;
    max-width: 770px;
}

.IncidentFeedbackView .IncidentSurveyPrivacySection h2 {
    font-weight: bold;
    background: none;
    padding-left: 10px;
    padding-bottom: 6px;
}

.IncidentFeedbackView .IncidentSurveyPrivacySection input {
    float: left;
    margin-left: 10px;
}

.IncidentFeedbackView .IncidentSurveyPrivacySection .IncidentInput {
    border-bottom-width: 0;
}

.IncidentFeedbackView .IncidentSurveyAcceptSection {
    min-height: 60px;
}

.IncidentFeedbackView .IncidentSurveyAcceptSection span {
    clear: both;
    float: right;
    max-width: 770px;
}

.IncidentFeedbackView .IncidentSurveyAcceptSection input {
    float: left;
    margin-left: 10px;
}

.IncidentFeedbackView .IncidentSurveyAcceptSection .AcceptTicketNumber {
    float: none;
    margin-left: 2px;
    max-width: 100px;
}

.SurveyDialogSpanClass {
    margin: 10px;
    font-weight: bold;
    float: left;
}

.IncidentFeedbackView .IncidentInput {
    border: none;
}

.IncidentFeedbackView .IncidentSurveyContactSection span {
    position: absolute;
    bottom: 20px;
    left: 100px;
}

.IncidentFeedbackView .IncidentSurveyRequiredSection span {
    position: absolute;
    bottom: 20px;
    left: 300px;
}

.IncidentFeedbackView .IncidentSurveyFooterSection span {
    clear: both;
    float: right;
    padding: 3px;
}

/************************
 Incident details
 ************************/
.IncidentDetailsView {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    width: 750px;
}

.IncidentDetailsView .IncidentInput {
    border: none;
}


.IncidentDetailsView .IncidentInputArea, .IncidentDetailsView .IncidentInputBoxArea {
    border: 1px solid #bbb;
/*     line-height: 17px; */
}

.IncidentDetailsView .invalid .IncidentInputArea, .IncidentDetailsView .invalid .IncidentInputBoxArea {
    border: 1px solid #f00;
}

.IncidentDetailsView .Button {
    max-width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.IncidentDetailsStatus {
    padding-bottom: 10px;
    font-size: 18px;
}

.IncidentDetailsSubject {
    padding-bottom: 10px;
    font-style: italic;
    word-wrap: break-word;
}

.IncidentDetailsText {
    overflow: auto;
    max-height: 75px;
    word-wrap: break-word;
}

.IncidentDetailsSupportSignature {
    border-top: 1px solid #bbbbbb;
    margin-top: 10px;
    padding-top: 10px;
    font-style: italic;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.IncidentDetailsSeparator {
    border-top: 1px solid #bbbbbb;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 10px;
}

.IncidentDetailsWIList {
    overflow: auto;
    max-height: 175px;
    height: 175px;
}

.IncidentDetailsWIList.large {
    max-height: 300px;
}

.IncidentDetailsWorkinfo {
    padding-bottom: 10px;
}

.IncidentDetailsWorkinfoDate {
    float: left;
    padding-right: 10px;
}

.IncidentDetailsWorkinfoType {
    margin-left: 150px;
    font-style: italic;
    text-decoration: underline;
}

.IncidentDetailsWorkinfoNotes {
    padding-left: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.IncidentDetailSection {
    vertical-align: bottom;
}

.IncidentDetailsWorkinfoState {
    padding-top: 5px;
    padding-bottom: 3px;
    font-weight: bold;
}

.RadioButtonSection input, .RadioButtonSection label {
    margin-left: 5px;
}

.IncidentDetailAttachmentClipBottom {
    background: url(../img/clip.png) no-repeat;
    height: 22px;
    padding-left: 20px;
    border: none;
    margin-left: 150px;
}

.IncidentDetailAttachmentClipFilename {
    float: left;
    margin-top: 4px;
    margin-left: 10px;
}

.IncidentDetailAttachmentClipFilesize {
    float: left;
    margin-top: 4px;
    margin-left: 20px;
}

.tooltip {
    display: none;
    background: white;
    font-size: 12px;
    height: auto;
    max-height: 60px;
    width: auto;
    padding: 10px;
    color: #fff;
    z-index: 99;
    bottom: 10px;
    border: 2px solid white;
    overflow: auto;
    white-space: normal;
    /* for IE */
    filter: alpha(opacity = 1);
    /* CSS3 standard */
    opacity: 1;
}

.IncidentDetailAttachmentNoClip {
    height: 22px;
    width: 22px;
    padding-top: -40px;
    padding-left: 20px;
    border: none;
    float: left;
}

/************************
    Banner
 ************************/
#BannerView {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

#BannerView .Banner {
    padding: 20px;
    background: none repeat scroll 0 0 #ffff00;
    font-weight: bold;
    font-size: small;
}