﻿/* CSS Styles specific to the TDI CMS application */


.label-no-overflow-left {
    white-space: normal;
    text-align: left;
    line-height: 1.5;
    margin-top:10px;
}


/*----------------------------------------------------------------------
                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*/


#contentOne a[href$=".pdf"]:before,
#contentOne a.link-pdf[href]:before,
#contentTwo a[href$=".pdf"]:before,
#contentTwo a.link-pdf[href]:before {
    content: "\f1c1"; /*PDF*/
    padding-left: 5px;
    padding-right: 5px;
    font-family: "FontAwesome";
    color: #0098EA !important;
}

#contentOne a[href$=".doc"]:before,
#contentOne a[href$=".docx"]:before,
#contentTwo a[href$=".doc"]:before,
#contentTwo a[href$=".docx"]:before {
    content: "\f1c2"; /*Word*/
    padding-left: 5px;
    padding-right: 5px;
    font-family: "FontAwesome";
    color: #0098EA !important;
}

#contentOne a[href$=".xls"]:before,
#contentOne a[href$=".xlsx"]:before,
#contentTwo a[href$=".xls"]:before,
#contentTwo a[href$=".xlsx"]:before {
    font-family: "FontAwesome";
    content: "\f1c3"; /*Excel*/
    padding-left: 5px;
    padding-right: 5px;
    color: #00852a !important;
}

#contentOne a[href$=".ppt"]:before,
#contentOne a[href$=".pptx"]:before,
#contentTwo a[href$=".ppt"]:before,
#contentTwo a[href$=".pptx"]:before {
    content: "\f1c4"; /*Powerpoint*/
    padding-left: 5px;
    padding-right: 5px;
    font-family: "FontAwesome";
    color: #0098EA !important;
}

.tdi-hero-text p {
    font-size:18px;
}


@media (max-width:767px) {

    div#us_report_button {
        display: block;
    }

    .helpdesktab {
        display: block;
    }
}

