﻿.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.loginLink {
    color: black;
}

    .loginLink:hover {
        color: orange;
        text-decoration: underline;
    }

#loginContainer {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    padding-top: 10px;
}


.header {
    font-size: 34px;
    font-weight: bold;
    position: relative;
    top: 11px;
    color: #818285;
}

    .header > span {
        font-weight: normal;
    }

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
}

.push {
    height: 220px;
}

.footer {
    height: 200px;
    margin-top: 20px;
    margin-bottom: -20px;
}

.tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
    top: 20px !important;
}

.twitter-typeahead {
    display: block !important;
}


.location-list {
    margin-left: 20px;
}

.ClientResponded {
    background-color: purple !important;
    color: white !important;
}

.severity_1 {
    background: #fafafa;
    color: #222;
}

.severity_2, .severity_3, .severity_4 {
    color: #fafafa;
}

.severity_2 {
    background: #088064;
}

.severity_3 {
    background: #3757B0;
}

.severity_4 {
    background: #f26262;
}


@media (max-width: 768px) {
    [class*="btn-sev-"] {
        display: block;
        width: 100%;
        border-radius: 0;
    }
}


.btn-sev-2, .btn-sev-3, .btn-sev-4 {
    color: #fafafa;
}

    .btn-sev-1:hover, .btn-sev-2:hover, .btn-sev-3:hover, .btn-sev-4:hover {
        box-shadow: inset 0 0 4px rgba(0,0,0,.45);
    }

    .btn-sev-2:hover, .btn-sev-3:hover, .btn-sev-4:hover {
        color: #fafafa;
    }

.btn-sev-1 {
    background: #eee;
    color: #222;
}

.btn-sev-2 {
    background: #088064;
}

.btn-sev-3 {
    background: #3757B0;
}

.btn-sev-4 {
    background: #f26262;
}

/******************************
** Ticket Detail Page**
*******************************/
.clickAble {
    color: #3276b1;
    cursor: pointer;
    -moz-transition: all linear .08s;
    -o-transition: all linear .08s;
    -webkit-transition: all linear .08s;
    transition: all linear .08s;
}

    .clickAble:hover {
        text-decoration: none;
        color: #f58220;
    }

.file-input {
    width: 100%;
}

    .file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .file-input::before {
        content: 'Choose file';
        display: inline-block;
        background: #428bca;
        border: 1px solid #357ebd;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: white;
        padding: 6px 12px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        font-weight: normal;
        font-size: 14px;
    }

    .file-input:hover::before {
        background: #3276b1;
        border-color: #285e8e;
    }

    .file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }

#bugIdInput {
    margin-bottom: 5px;
}

.contactUpdated {
    color: green;
    display: none;
}

@media (min-width: 768px) {
    .modal-content {
        min-width: 540px;
    }

    .modal-body {
        min-width: 500px;
        max-height: 600px;
        overflow: auto;
    }
}


.container {
    width: 90% !important;
    z-index: -1;/*so the feedback button can float over top*/
}