/* Minification failed. Returning unminified contents.
(1,2): run-time error CSS1031: Expected selector, found '-'
(1,2): run-time error CSS1025: Expected comma or open brace, found '-'
 */
*----------------------------------------------------------------------
                Help Desk Button  
------------------------------------------------------------------------*/
.helpdesktab {
    position: fixed;
    top: 380px;
    background: #00ad00;
    width: 30px;
    height: 140px;
    z-index: 1000;
    right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .helpdesktab {
        width: 60px;
    }

    i.fa.fa-question-circle {
        margin-left: 23px;
    }
}

/* Helpdesk Modal - mandatory field marker - red asterisk. */
label.field-wrapper {
    display: block;
}

label.required-field::after {
    content: "*";
    color: red;
}

i.fa.fa-question-circle {
    color: #fff;
    margin-left: 7px;
    margin-top: 14px;
    font-size: 17px;
    /*for rotating the image*/
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

i.menu-icon.fa.fa-question-circle.text-info {
    /*for rotating the image*/
    /* Safari */
    -webkit-transform: rotate(0deg);
    /* Firefox */
    -moz-transform: rotate(0deg);
    /* IE */
    -ms-transform: rotate(0deg);
    /* Opera */
    -o-transform: rotate(0deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.helpdeskcontent {
    font-size: 14px;
    margin-top: 60px;
    font-family: Helvetica;
    font-weight: 500;
}

    .helpdeskcontent p {
        color: #fff;
        /*for rotating the text*/
        /* Safari */
        -webkit-transform: rotate(-90deg);
        /* Firefox */
        -moz-transform: rotate(-90deg);
        /* IE */
        -ms-transform: rotate(-90deg);
        /* Opera */
        -o-transform: rotate(-90deg);
        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

/*When it goes to Mobile and Small Tablet remove Helpdesk and Usersnap Tab*/

@media (max-width:767px) {

    div#us_report_button {
        display: block;
    }

    .helpdesktab {
        display: block;
    }
}

.dialogWide > .modal-dialog {
    width: 80%;
}

.conditionallyRequiredFieldMarker, .requiredFieldMarker, .field-validation-error {
    color: red;
}

.show-table-content-link {
    cursor: pointer;
}

.panel-body ul {
    list-style-type: none;
}
.modal-content .modal-body ul li {
  margin-bottom: 5px;
}

.modal-content .modal-body ul {
    list-style: initial;
}

/* Mark D: Will be included in next update of TurasUI.css*/
.table-cell-util {
    display: table-cell
}

#formStaticActions i {
    margin-right: 10px;
}

#formStaticActions button.btn-link {
    padding: 0;
    margin: 0;
}

/*required to make table buttons with dropdown links clickable in safari */
.btn-group div.dropdown-backdrop {
    display:none;
}
