﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* XS */
@media (max-width: 768px) {
    pre.query-response {
        font-size: 6px;
    }
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    pre.query-response {
    }
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    pre.query-response {
    }
}

/* LG */
@media (min-width: 1200px) {
    pre.query-response {
    }
}


body {
    font-family: Calibri, Arial, sans-serif;
    padding-bottom: 40px;
    color: #5b5b5b;
    /*background-color: purple;*/
}

pre {
    white-space: pre-wrap;
}

#newResponseNotification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    font-weight: bold;
    background-color: red;
    border-radius: 4px;
    border: 1px solid black;
    padding: 10px;
    z-index: 9999;
    display: none;
}

    #newResponseNotification a {
        color: black;
    }

@media print {
    a[href]:after {
        content: none !important;
    }

    * {
        margin: 0 !important;
        padding: 0 !important;
    }

    #controls, .footer, .footerarea {
        display: none;
    }

    html, body {
        /*changing width to 100% causes huge overflow and wrap*/
        height: 100%;
        background: #FFF;
        font-size: 9.5pt;
    }

    .template {
        width: auto;
        left: 0;
        top: 0;
    }

    li {
        margin: 0 0 10px 20px !important;
    }
}

.navbar-fixed-top {
    border-radius: 0px !important;
}

.main {
    padding-top: 80px;
}

.banner {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    height: 839px;
    position: relative;
}

.banner-signedin {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    height: 480px;
    position: relative;
    /*background: url('../img/banners/signin.jpg') no-repeat;*/
}

.banner-image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .banner-image img {
        width: 2000px;
        height: auto;
        text-align: center;
    }

.banner-text {
    width: 100%;
    height: 400px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
}

.banner-header {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.banner-content {
    margin-top: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1200px;
}

.banner-button {
    width: 300px;
    max-width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.banner-warning {
    background: #000;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: 80%;
    max-width: 700px;
    padding: 40px;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

hr {
    border-top: 2px solid #666;
}

footer {
    padding-top: 30px;
}

.panel-default > .panel-heading {
    background-color: #6B94C1;
}

.panel-heading h4 {
    padding-top: 0px;
}

.loading-spinner {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    background: url(../img/ajax-loader-dark.gif) no-repeat;
}

.jumbotron h1 {
    font-size: 55px;
}

.trcc-video {
    width: 100%;
    height: 300px;
}

.img-avatar-sm {
    max-width: 30px;
    max-height: 30px;
}

.img-avatar-md {
    max-width: 45px;
    max-height: 45px;
}

.img-avatar {
    max-width: 80px;
    max-height: 80px;
}

.btn-image {
    width: 85px;
    height: 95px;
    background-color: #ccc;
    color: black;
    margin-bottom: 5px;
    white-space: normal;
}

    .btn-image p {
        margin-top: 10px;
        font-size: 10px;
        font-weight: bold;
    }

    .btn-image:hover {
        /*color: #0088cc;*/
        color: white;
    }

#modal-spinner {
    position: fixed;
    height: 100%;
    width: 100%;
    /*z-index: 9999999999999999999;*/
    left: 0;
    top: 0;
    /*top: 50%;
    left: 50%;
    width:30em;
    height:18em;*/
    /*margin-top: -9em;*/ /*set to a negative number 1/2 of your height*/
    /*margin-left: -15em;*/ /*set to a negative number 1/2 of your width*/
    background: rgba(255,255,255,0.5);
}

.modal-dialog-center {
    margin-top: 20%;
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-title {
    font-weight: bold;
}

.panel-heading h4 {
    font-weight: bold;
}

h4 {
    padding-top: 30px;
}

.form-control {
    font-weight: bold;
}

.form-group .required {
    color: red;
    font-size: 11px;
    margin-left: 5px;
    font-style: italic;
}

.side-menu {
    margin-top: 0;
}

    .side-menu .side-menu-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .side-menu span.glyphicon {
        margin-right: 5px;
    }

    .side-menu span.fa {
        margin-right: 5px;
    }

    .side-menu ul {
        list-style: none;
        margin-left: 10px;
        padding: 0;
    }

        .side-menu ul li {
            margin-bottom: 10px;
        }

.record-header {
    padding-top: 60px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.btn-action {
    margin-top: 20px;
}

.action-link {
    font-weight: bold;
    text-decoration: none !important;
}

table tbody tr td {
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
}

    table tbody tr td.wrap {
        white-space: nowrap;
        vertical-align: middle;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #eee;
}

.table-actions {
    min-width: 110px;
    width: 110px;
    overflow: visible;
}

    .table-actions div.btn-group {
        z-index: 9999px;
    }

table .dropdown-menu a:not(.btn), .table .dropdown-menu a:not(.btn) {
    text-decoration: none;
}

/*.table-hover:hover>td, .table-hover>tbody>tr:hover>th {*/
table > tbody > .table-hover:hover > td, table > tbody > .table-hover:hover > th {
    background-color: #550055;
    color: #eeeeee;
}

.page-header a.btn {
    margin-top: 20px;
}

.page-header button {
    margin-top: 20px;
}

.page-header .dropdown-menu {
    left: auto;
    right: 0;
}

.portal-manage-list {
    font-size: 16px;
    font-weight: bold;
}

.portal-manage-list-item {
    line-height: 15px;
    height: 30px;
}

.portal-manage-list-icon {
    width: 25px;
    margin-right: 5px;
}

.page-header {
    border-bottom: 2px solid #666;
}

    .page-header h1 {
        /*color: rgb(39, 128, 227);*/
        padding: 0;
        margin: 0;
        font-weight: 400;
    }

h4 {
    font-weight: bold;
}

.jumbotron {
    padding-top: 5px;
    padding-bottom: 35px;
}

.portal-field {
}

    .portal-field p {
        font-size: 18px;
        line-height: 28px;
        min-height: 40px;
        color: #222;
        font-weight: bold;
        /*background-color: #eee;
        border-radius: 4px;
        border: 1px solid black;*/
        /*padding: 4px 0;
        padding-left: 10px;
        padding-right: -10px;*/
    }

    .portal-field .control-label {
        color: #666;
        /*color: #6B94C1;*/
        /*font-size: 20px;*/
    }

    .portal-field .form-control {
        font-weight: bold;
    }

.profile-picture-actions {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

    .profile-picture-actions .divider {
        font-size: 9px;
    }

/*.quickTicket .form-group textarea {
    min-height: 255px;
}*/

.form-group textarea {
    min-height: 200px;
    font-family: 'Consolas', 'Courier New';
    font-size: 15px;
}

.form-group pre {
    font-family: 'Consolas', 'Courier New';
    font-size: 15px;
}

.socialLoginList {
    font-size: 17px;
}

    .socialLoginList button {
        margin: 0 10px;
    }

.signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    padding-bottom: 20px;
}

    .signin .rememberme {
        padding-bottom: 30px;
        padding-left: 100px;
    }

    .signin .forgotPassword {
        padding: 20px 0;
        text-align: center;
    }

        .signin .forgotPassword a {
        }

    .signin .register {
        padding: 5px 0;
        text-align: center;
    }

/*.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
}

.input-block-level-lg {
  display: block;
  width: 100%;
  min-height: 28px;
  height: 46px;

  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}*/


.form-group .form-control button {
    font-weight: bold;
}

::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: normal;
    /*color: red;*/
}

:-moz-placeholder { /* Firefox 18- */
    font-weight: normal;
    /*color: red;*/
}

::-moz-placeholder { /* Firefox 19+ */
    font-weight: normal;
    /*color: red;*/
}

:-ms-input-placeholder {
    font-weight: normal;
    /*color: red;*/
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    /*color: black;*/
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
}

/*.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
}*/



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
    padding-right: 15px;
    padding-left: 15px;
}

    /* Center align the text within the three columns below the carousel */
    .marketing .col-lg-4 {
        margin-bottom: 20px;
        text-align: center;
    }

    .marketing h2 {
        font-weight: normal;
    }

    .marketing .col-lg-4 p {
        margin-right: 10px;
        margin-left: 10px;
    }


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.featurette-image {
    /*max-width: 350px;*/
    text-align: center;
    width: 80%;
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    .trcc-video {
        width: 650px;
        height: 400px;
    }

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-right: 0;
        padding-left: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

        .navbar-wrapper .container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .navbar-wrapper .navbar {
            padding-right: 0;
            padding-left: 0;
        }

        /* The navbar becomes detached from the top, so we round the corners */
        .navbar-wrapper .navbar {
            border-radius: 4px;
        }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .trcc-video {
        width: 800px;
        height: 450px;
    }

    .featurette-heading {
        /*margin-top: 120px;*/
    }
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
    font-size: 14px;
    font-weight: bold;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 5px;
    }

        .validation-summary-errors ul li {
            padding: 15px 0;
        }

.validation-summary-valid {
    display: none;
}
