﻿
label.required-value:not(:empty):after {
    content: " (required)";
    font-size: 0.75em;
    /*color: red;*/
    /*position: absolute;
          right: 0px;
          top: -15px;*/
}

label.required-asterisk-prepend:not(:empty):before {
    content: "* ";
    /*font-size: 0.75em;*/
    /*color: red;*/
    /*position: absolute;
          right: 0px;
          top: -15px;*/
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

/* Fix all of the tables */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

/* Fix the color of the Halt Report button */
.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #ed9c28;
}
    .btn-warning:hover {
        color: #ffffff;
        background-color: #ED9C28;
        border-color: #ED9C28;
    }

/* Fix the color of the Progress Bars */
.progress-bar-success {
    background-color: #5cb85c;
}

/* Override the default outline color for all btn-outline-secondary */
.btn-outline-secondary {
    border-color: #cccccc;
}

    .btn-outline-secondary:hover {
        border-color: #cccccc;
        background-color: #EBEBEB;
        color: #333333
    }

.card {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* For cards where we want to force the gray background */
.grayCard {
    background-color: #f5f5f5;
}


/* Adjust card header to match CQMsolution v4.0 - Ex: UsersII.aspx */
.card-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    padding: 0.625rem 0.9375rem;
}

.card-body {
    padding: 1rem;
    padding-bottom: 0.5rem;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}

a:hover {
    text-decoration: none;
}

body {
    background: #FFFFFF url('/images/bg01.png') repeat;
    padding-top: 20px;
    padding-bottom: 40px;
    min-width: 512px !important;
}

/*p {
    text-indent: 20px;
}
*/
hr {
    border-top: 2px solid #EEE;
    border-bottom: 2px solid #FFF;
}

form label {
    font-weight: bold;
}

.page-size {
    width: auto;
}

table .header {
    cursor: pointer;
}

    table .header:after {
        content: "";
        float: right;
        margin-top: 7px;
        border-width: 0 4px 4px;
        border-style: solid;
        border-color: #000 transparent;
        visibility: hidden;
    }

table .headerSortUp, table .headerSortDown {
    background-color: rgba(160, 173, 180, 0.13);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

    table .headerSortDown:after, table .headerSortDown:hover:after {
        visibility: visible;
        filter: alpha(opacity=60);
        -khtml-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

    table .headerSortUp:after {
        border-bottom: none;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #000;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        filter: alpha(opacity=60);
        -khtml-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

table .blue {
    color: #049cdb;
    border-bottom-color: #049cdb;
}

table .headerSortUp.blue, table .headerSortDown.blue {
    background-color: #ade6fe;
}

table .green {
    color: #46a546;
    border-bottom-color: #46a546;
}

table .headerSortUp.green, table .headerSortDown.green {
    background-color: #cdeacd;
}

table .red {
    color: #9d261d;
    border-bottom-color: #9d261d;
}

table .headerSortUp.red, table .headerSortDown.red {
    background-color: #f4c8c5;
}

table .yellow {
    color: #ffc40d;
    border-bottom-color: #ffc40d;
}

table .headerSortUp.yellow, table .headerSortDown.yellow {
    background-color: #fff6d9;
}

table .orange {
    color: #f89406;
    border-bottom-color: #f89406;
}

table .headerSortUp.orange, table .headerSortDown.orange {
    background-color: #fee9cc;
}

table .purple {
    color: #7a43b6;
    border-bottom-color: #7a43b6;
}

table .headerSortUp.purple, table .headerSortDown.purple {
    background-color: #e2d5f0;
}

/*ul {
    list-style-type: none;
}*/

/*.margin_top_10px {
    margin-top:10px;
}*/

#Footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: bold;
}


#HomeLeftNav {
    margin-top: 50px;
}

/*#MasterHeader a
{
    font-size:16px;
}*/



.container {
    max-width: 95%;
}

    .container > hr {
        margin: 20px 0;
    }

div.container.container-fluid.page-body {
    padding-bottom: 1rem;
}

.dataTables_info {
    margin: 20px 0px;
}

.dataTables_wrapper select {
    width: auto;
}

.div-attachment-upload {
    display: none;
}

.fade-dark {
    color: #AAAAAA;
}

.field-validation-error, .validation-summary-errors {
    color: #b94a48;
}

.input-xxxlarge {
    width: 630px;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.header {
    cursor: pointer;
}

.jumbotron {
    margin: 60px 0;
    text-align: center;
}

    .jumbotron h1 {
        font-size: 72px;
        line-height: 1;
    }

    .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
    }

/*.navbar-default {
    background-color: #E8ECF0;
}

.navbar-toggle {
    float: left;
}*/

.page-body {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
    margin: 0 auto;
    min-height: 500px;
    width: 95%;
    /*max-width: 1000px;*/
}

.span50pct {
    width: 50%;
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #ECECEC;
}

.validation-summary-errors ul li {
    list-style-type: square;
}


/*Error Pages---------------------------------------------------*/

body {
    padding-top: 20px;
    padding-bottom: 40px;
}

/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 700px;
}

    .container-narrow > hr {
        margin: 30px 0;
    }


/* Main marketing message and sign up button */
.jumbotron {
    margin: 60px 0;
    text-align: center;
}

    .jumbotron h1 {
        font-size: 72px;
        line-height: 1;
    }

    .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
    }

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}

    .marketing p + h4 {
        margin-top: 28px;
    }

/*Bootstrap Datatables---------------------------------------------------*/
div.dataTables_length label {
    width: 460px;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    float: right;
    width: 460px;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

table {
    margin: 1em 0;
    clear: both;
}


.sorting_1 {
    background-color: #f5f5f5;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 0px;
}

#footer {
    bottom: 0;
    width: 100%;
    min-height: 60px;
    background-color: #f5f5f5;
    margin-top: 15px;
    position: relative;
}


/* Custom page CSS
-------------------------------------------------- 


.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
Not required for template or sticky footer method. */
.container .text-muted {
    margin: 20px 0;
}



/*.navbar-collapse.collapse {
    display: block !important;
}

.navbar-nav > li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right !important;
}*/

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
}

.preload {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -moz-opacity: .80;
    filter: alpha(opacity=80);
    opacity: .80;
    z-index: 1000000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.numberCircle {
    border-radius: 40%;
    width: 46px;
    padding: 8px;
    background: #cccccc;
    text-align: center;
}

.margin-top-5px {
    margin-top: 5px;
}

.margin-top-20px {
    margin-top: 20px;
}

.orderAsc::after {
    position: absolute; /* Prevent underline of arrow */
    padding-left: 2px; /* Add a little space between text and arrow */
    content: '\25b2';
}

.orderDesc::after {
    position: absolute; /* Prevent underline of arrow */
    padding-left: 2px; /* Add a little space between text and arrow */
    content: '\25bc';
}

/* Custom panel header color used in ucConnectionStringBuilder */
.panel-default > .panel-heading-custom {
    background: #4589c8;
    color: #fff;
}

/*.panel-body {
    padding-bottom: 5px !important;
}*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
.spanBundle {
    font-size: smaller;
    font-weight: 600;    
}

/*Queue Results popup */
.ulQueueResultSuccess {
    list-style: none;
}

    .ulQueueResultSuccess li:before {
        content: "\2714\0020";
        color: #306030;
        margin-right: 10px;
        margin-left: -24px;
    }

.ulQueueResultError {
    list-style: none;
}

    .ulQueueResultError li:before {
        content: "\29B8";
        color: #5a6268;
        margin-right: 10px;
        margin-left: -24px;
    }

.spMessageTitle
{
    display:block;
    padding-bottom:5px;
}
.badge-outcome {
    background-color: #3A833A;
    color: #FFFFFF;
}

.disable-select {
    user-select: none;
}
.red-dot {
    width: 8px;
    height: 8px;
    background-color: #c80000;
    border-radius: 50%;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-100%, -50%);
}
.red-dot-li {
    position: relative !important;
}
.custom-line-height {
    line-height: 1.5em;
}
