﻿body {
    font-family: verdana,arial,helvetica,sans-serif;
    background: #ffffff;
    margin: 0 0;
    font-size: 12px;
    line-height: 1.5em;
}

#bf_c {
    width: 100%;
}

    #bf_c .bf_col2 div ul {
        width: inherit;
    }

ul {
    list-style: disc outside none;
    padding-left: 20px;
}

.main.mobile ul{
    list-style: none;
    padding-left: 0;
}

ol {
    list-style: decimal outside none;
    padding-left: 20px;
}

#bf_c ul, #bf_c ol {
    list-style: none outside none;
}

.bootstrap .container {
    width: 100%;
    padding-top: 10px;
}

.text-error {
    color: #a94442;
    font-weight: bold;
}

.has-children {
    height: 44px;
}

th {
    font-weight: bold;
}

.results-table {
    border: none;
    width: 98%;
    margin-top: 10px;
}

    .results-table td, .results-table th {
        border: none;
        padding-right: 8px;
    }

    .results-table td {
        vertical-align: top;
    }

.no-show {
    display: none;
}

.bootstrap A {
    color: #1A7A3A;
    text-decoration: none;
}

    .bootstrap A.default {
        color: #1A7A3A;
        text-decoration: none;
    }

    .bootstrap A:hover {
        color: #1A7A3A;
        text-decoration: underline;
    }

    .bootstrap A:focus {
        color: #1A7A3A;
    }

    .bootstrap A.default:hover {
        color: #1A7A3A;
        text-decoration: underline;
    }

    .bootstrap a[disabled=disabled] {
        font-weight: bold;
        text-decoration: none;
        color: black;
    }

    .bootstrap legend {
        display: none;
        border: none;
    }

.bootstrap .btn-link {
    color: #1A7A3A !important;
}

.bootstrap .btn-link:hover {
    color: #1A7A3A !important;
} 

.bootstrap .btn-link:focus {
    color: #1A7A3A !important;
}

.input-med {
    width: 50% !important;
}

.input-short {
    width: 30% !important;
}
.bootstrap .disabled {
    opacity: 1 !important;
}
.legend {
    display: block !important;
}
.bootstrap .well {
    margin-top: 10px;
}
.bootstrap .checkbox {
    margin-left: 5px;
}
.checkbox-alone {
    margin-top: 0px !important;
}

    .bootstrap .radio input[type="radio"], .bootstrap .checkbox input[type="checkbox"] {
        margin-left: 0px;
    }

td.redColor a, td.redColor a:hover, tr.redColor td a, tr.redColor td a:hover, .redColor {
    color: #a94442 !important;
}

td.blueColor a, td.blueColor a:hover, .blueColor {
    color: #265a88 !important;
}

td.purpleColor a, td.purpleColor a:hover, .purpleColor {
    color: #8a1ca0 !important;
}

tr.greyColor td a, tr.greyColor td a:hover, .greyColor {
    color: #787878 !important;
    font-style: italic;
}

.custom-question td {
    min-width: 30%;
}
.bootstrap h3 {
    margin-top: 10px;
}
.bootstrap .alert {
    margin-bottom: 10px;
}
.bootstrap table, .bootstrap .table {
    width: 95%;
}

.bootstrap .nav-pills > li.active > a,
.bootstrap .nav-pills > li.active > a:hover,
.bootstrap .nav-pills > li.active > a:focus {
  color: #000000 !important;
  background-color: #FECB00 !important;
}

.bootstrap .btn-success {
    background-color: #005A2B;
    background-image: url('../images/accordiontabscenter1px.png');
}

    .bootstrap .btn-success:hover {
        background-color: #00461D;
        background-image: none;
        color: silver;
    }
    
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.btn-delete {
    padding: 1px 5px !important;
}

a.accordion-toggle {
  padding: 10px  15px;
}

div.panel-link {
  padding: 0 !important;
}
    /*
.panel-success .panel-heading {
  padding: 10px 15px !important;
}
    */

.help-block {
    font-style: italic;
}

.summary {
    font-size: 11pt;
}
.summary dt {
    width: 200px !important;
}
.summary dd {
    margin-left: 220px !important;
    margin-bottom: 10px;
}

.headerSortUp {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/asc.gif);
    background-color: #dad7aa;
}

.headerSortDown {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/desc.gif);
    background-color: #dad7aa;
}

textarea {
    height: auto !important;
}
.bootstrap .form-inline .form-group {
    width: 95% !important;
}
.bootstrap .form-inline .form-control {
    width: 100% !important;
}
.bootstrap .form-inline-default .form-control {
    width: auto !important;
}
.ajax__htmleditor_htmlpanel_default {
    height: 258px !important;
}
.bg-warning, .bg-success, .bg-danger, .bg-primary, .bg-info {
    padding: 8px !important;
}
.modal-backdrop.in {
        opacity: .5;
    }
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.fade {
    transition: opacity .15s linear;
}

.number-header {
    text-align: right !important;
}

.js-spin-spinner {
	background-image: url('../images/loading.gif');
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

/* Event Discussion Styles */
.bootstrap blockquote {
    font-size:12px !important;    
}
.blockquote-reply {
    margin-left:20px !important;
    border-left:none !important;
    border-top:1px solid #ddd;
}

.blockquote-main p {
    font-weight:bold !important;
}

.discussion-wrapper {
    border-top:1px solid #bbb;
    padding:10px 10px 20px 10px;
}
.discussion-wrapper-even {
    background-color:#fff;
}
.discussion-wrapper-odd {
    background-color:#f9f9f9;
}

.discussion-tools {
    float:right;
}
.blockquote-main .discussion-tools {
    margin-top:-10px;
}
.discussion-tools .btn {
    float:left;
    margin-left:3px;
}
.reply-tools-wrapper {
    margin-top:5px;
    display:none;
}

.blockquote-flagged {
    background-color: #FFEE66 !important;
}

.row-complete td {
    color: #FFFFFF;
    background-color: #449D44;
}
.row-complete td a {
    color: #FFFFFF !important;
}
.row-pay-at-door td {
    color: #449D44;
}
.row-pay-at-door td a {
    color: #449D44 !important;
}
.row-baylor td {
    color: #FFFFFF;
    background-color: #005A2B;
}
.row-baylor td a {
    color: #FFFFFF !important;
}
.row-walkup td {
    background-color: #DFF0D8;
}
.row-incomplete td {
    color: #C9302C;
}
.row-incomplete td a {
    color: #C9302C !important;
}
.row-regret td {
    background-color: #31B0D5;
}
.row-cancelled td {
    color: #C0C0C0;
    background-color: #286090;
}
.row-cancelled td a {
    color: #C0C0C0 !important;
}
.row-refund td {
    color: #FFFFFF;
    background-color: #286090;
}
.row-refund td a {
    color: #FFFFFF !important;
}

.checkboxlist>tbody {
    display: table;
    width: 100%;
}

/* Backdrop and Spinner Styles */
#backdrop {
    /* Position */
    position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;

    /* Layout */
    width: 100%;
    height: 100%;
    z-index: 99;

    /* Display Properties */
    display: none;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}
#backdrop-content{
    /* Position */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);

    /* Typography */
    font-size: 32px;
    line-height: 46px;
    color: #f3f3f3;
    text-align: center;
}

.baylor-spinner {
    /* Spinner Outline */
    border-width: 20px;
    border-style: solid;
    border-color: #003015 #fecb00;
    border-radius: 50%;

    /* Spinner Size */
    width: 100px;
    height: 100px;
    display: inline-block;
  
    /* Spinner Animation */
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

/* Animation Setup */
@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* End Spinner Styles */

/* Calendar Styles */

#selectables {
    width:50%;
}
.bootstrap .nav-tabs {
    border-bottom: 1px solid #dddddd;
    float: left;
    clear: both;
    width: 100%;
}
.bootstrap .tab-content {
    clear: both;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}
.bootstrap .tab-content > .tab-pane {
    padding: 20px;
}

.dot {
  height: 2ex;
  width: 2ex;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 2px;
}

.dot-inventory {    
  background-color: #a94442;
}

.dot-task {
  background-color: #003015;
}

.dot-materials {
  background-color: #fecb00;
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #002510;
}
.event-display {
    /* color:#a94442 !important; */
    background-color:rgba(0, 85, 37, 0.3) !important;
}
.shrink {
    margin-bottom: -10px;
}
/* End Calendar Styles */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #nav ul > li {
        /*margin-top: -18px;*/
    }
}

/* ============================================================================ */
/*       SMALL TABLET                                                           */
/* ============================================================================ */

@media (max-width: 768px) {

    body {
        font-size: 16px;
    }

    #nav {
        display: none !important;
    }

    .bootstrap table, .bootstrap .table {
        width: 100%;
    }

    .bootstrap .table > tbody > tr > td {
        border: none;
    }

    .results-table tr {
        display: block;
        border: 1px solid silver;
    }

    .results-table td {
        width: 100% !important;
        display: block;
        border: 1px solid silver !important;
    }

    .results-table th {
        display: none;
    }

    .input-med {
        width: 75% !important;
    }

    .input-short {
        width: 50% !important;
    }
}

/* ============================================================================ */
/*       HANDHELD                                                               */
/* ============================================================================ */

@media (max-width: 569px) {

    .not-mobile {
        display: none;
    }

    .only-mobile {
        display: inherit;
    }

    .bootstrap table, .bootstrap .table {
        width: 100%;
    }

    .bootstrap .table > tbody > tr > td {
        border: none;
    }

    .results-table tr {
        display: block;
        border: 1px solid silver;
    }

    .results-table td {
        width: 100% !important;
        display: block;
        border: 1px solid silver !important;
    }

    .results-table th {
        display: none;
    }

    .input-med {
        width: 100% !important;
    }

    .input-short {
        width: 100% !important;
    }
    #backdrop-content{
        /* Typography */
        font-size: 20px;
        line-height: 32px;
    }

    .baylor-spinner {
        /* Spinner Outline */
        border-width: 10px;
        width: 50px;
        height: 50px;
    }
}

/* ============================================================================ */
/*       PRINT STYLES                                                           */
/* ============================================================================ */

@media only print {
    body {
        font-size: 12pt !important;
    }

    .hidden-print {
        display: none !important;
    }

    .bootstrap a[href]:after {
        content: initial;
    }

    .bootstrap .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .bootstrap .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@page {
  margin: 1.27cm;
}