﻿* {
    font-family: Arial;
}

.MASTERPOPUP_CONTENT {
    padding: 0 !important;
}

.TECHSUPPORT_TITLE_WRAP {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5em;
    background-image: url(images/road1.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    border-bottom: 0.1em solid #adadad;
    background-color: #d9e0ff;
    margin-right: 0 !important;
}

.TECHSUPPORT_TITLE {
    font-weight: bold;
    font-size: 1.7em;
    padding-left: 5em;
    line-height: 3em;
    color: #004170;
}

.TECHSUPPORT_TITLE_WRAP img {
    float: right;
    height: 3rem;
    margin-top: 0.7rem;
    margin-right: 0.5rem;
    background-color: white;
    padding: 0.1em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}

.TECHSUPPORT_MESSAGESENT_WRAP, .TECHSUPPORT_MESSAGENOTSENT_WRAP {
    position: absolute;
    top: 9em;
    left: 0;
    width: 100%;
    text-align: center;
}

.TECHSUPPORT_MESSAGESENT, .TECHSUPPORT_MESSAGENOTSENT {
    display: inline-block;
    background-color: #fffbd4;
    padding: 0.7em 1.4em;
    border: 0.15em solid #ff3030;
    text-align: left;
    line-height: 1.4em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

    .TECHSUPPORT_MESSAGESENT span {
        font-size: inherit;
        font-weight: bold;
        margin-top: 0.2em;
        color: #2d5bab;
    }

.TECHSUPPORT_MESSAGENOTSENT {
    color: white;
    background-color: red;
}

.TECHSUPPORT_MESSAGENOTSENT a {
    font-weight: bold;
    color: #ffea56 !important;
}

.TBL {
    position: absolute;
    top: 5.4em;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 92%;
    height: calc(100% - 5.4em);
    background-color: #eaeaea;
}

    .TBL td {
        vertical-align: top;
    }

.TECHSUPPORT_LEFT {
    display: table-cell;
    width: 20%;
    min-width: 20em;
    padding: 1em 0.7em 0 0.7em;
    border-right: 1px solid #c5c5c5;
}

    .TECHSUPPORT_LEFT input[type=text] {
        width: 100%;
        padding: 0.3em 0.3em;
        border-radius: 0.4em;
        margin-bottom: 1.2em;
        font-size: 1em;
        color: #00348e;
    }

.TECHSUPPORT_RIGHT {
}

    .TECHSUPPORT_RIGHT textarea {
        width: 100%;
        height: 100%;
        resize: none;
        border-width: 0;
        margin: 0 !important;
        outline: none;
        background-color: #fdffed;
        padding: 0.4em;
        font-size: 1.1em;
    }

.TECHSUPPORT_LBL {
    font-weight: bold;
}

    .TECHSUPPORT_LBL i {
        font-weight: normal;
    }

.XCONTROLS {
    margin-top: 0.4em;
}

    .XCONTROLS input {
        font-size: 1em !important;
        margin-right: 0.2em;
    }

.BG_DROPINDICATOR {
    background-position: center 0.2em;
    min-height: 48px !important;
    background-color: #fdfdfd;
    border: 1px dotted #bbbbbb;
}

.BORDERANIM {
    background: url(images/selection.gif);
}

    .BORDERANIM .XA { /*see setup for file uploading*/
        zoom: 90% !important;
        margin: 5% !important;
        display: inline-block;
    }

.BORDERANIMATION {
    color: #27B;
    outline: 3px dashed white;
    box-shadow: 0 0 0 3px #27B;
    animation: 1s animBORDERANIMATION ease infinite;
}

@keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}

@-webkit-keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}

@-moz-keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}

@-ms-keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}

@-o-keyframes animBORDERANIMATION {
    to {
        outline-color: #27B;
        box-shadow: 0 0 0 3px white;
    }
}
