﻿html
{
    position: relative;
    min-height: 100%;
}

body
{
    /* Margin bottom by footer height */
    margin-bottom: 150px;
}

.bp-header
{
    background-color: #013668;
    background: url('Images/Banner.png');
}

.bp-footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 150px;
    padding-top: 30px;
    padding-bottom: 120px;
    border-top: 4px solid #222;
    box-shadow: 0 -4px 4px -2px #222;
    background-color: #013668;
    background: url('Images/Banner.png');
    color: #FFF;
    text-align: center;
}

.RecurrenceFirstRow,
.RecurrenceFirstRow > td,
.Chart > tbody > tr.RecurrenceFirstRow > td
{
    background-color:#e0f0ff;
    border-top:2px solid #fdb82f;
    border-bottom:0;
    border-left:0;
    border-right:0;
}

.RecurrenceRow > td,
.Chart > tbody > tr.RecurrenceRow > td
{
    border: 0;
}

/* --------------------- bootstrap and datatables custommizations ---------------------- */
.top-offset-2{
    margin-top: 2em;
}

.navbar
{
    background-image: none;
    background-color: transparent;
    border-bottom: 8px solid #FDB82F;
    box-shadow: 0 4px 4px -2px #222;
}

.navbar-brand
{
    height: 60px;
}

.nav.navbar-nav .dropdown-menu
{
    margin-top: -1px;
    margin-left: -1px;
}

/* Line height is 20px by default so add to top and bottom to equal the new .navbar-brand height  */
.nav > li > a
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover
{
    border-color: #fdb82f;
    background-color: #222;
}

.pre-alert
{
    background-color:transparent;
    border:0;
    padding:0;
    margin:0;
    font-style:inherit;
    font-size:inherit;
    color:inherit;
    line-height:inherit;
}

input.error, select.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.panel-heading.error
{
    background: #ff3111;
}

.panel-heading.error > h4 > a
{
    background: #ff3111;
    color: #fff;
}

/*only applicable for blackout dates validation error msgs*/
.errorMsg {
    color: #8a1f11;
    font-weight: bold;
    margin-left: 1.5em;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > li:not(.dt-button) > a
{
    text-shadow: none;
    font-weight: 700;
    font-size: 18px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover
{
    background-image: none;
    background-color: transparent;
    color: #fdb82f;
}

.dropdown-menu > li:not(.dt-button) > a:focus,
.dropdown-menu > li:not(.dt-button) > a:hover
{
    background-image: none;
    background-color: #013668;
    color: #fdb82f;
}

a.top
{
    border-bottom: 8px solid;
    margin-bottom: -8px;
}

.navbar-nav > li:nth-child(1) a.top
{
    border-color: #FE7967;
}

.navbar-nav > li:nth-child(2) a.top
{
    border-color: #5EC3C9;
}

.navbar-nav > li:nth-child(3) a.top
{
    border-color: #669DD4;
}

.navbar-nav > li:nth-child(4) a.top
{
    border-color: #FF9F5F;
}

.navbar-nav > li:nth-child(5) a.top
{
    border-color: #97C75F;
}

.navbar-nav > li:nth-child(6) a.top
{
    border-color: #B280FF;
}

.navbar-nav > li:nth-child(7) a.top
{
    border-color: #666666;
}

.navbar-nav > li:nth-child(1) > ul
{
    background-color: #FE7967;
}

.navbar-nav > li:nth-child(2) > ul
{
    background-color: #5EC3C9;
}

.navbar-nav > li:nth-child(3) > ul
{
    background-color: #669DD4;
}

.navbar-nav > li:nth-child(4) > ul
{
    background-color: #FF9F5F;
}

.navbar-nav > li:nth-child(5) > ul
{
    background-color: #97C75F;
}

.navbar-nav > li:nth-child(6) > ul
{
    background-color: #B280FF;
}

.navbar-nav > li:nth-child(7) > ul
{
    background-color: #666666;
}

@media (max-width: 767px)
{
    .navbar-nav
    {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-nav > li, a.top
    {
        border: none;
    }

    .nav.navbar-nav .dropdown-menu
    {
        margin-top: 0;
        margin-left: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        background-image: none;
        background-color: transparent;
        text-shadow: none;
        font-weight: 700;
        font-size: 18px;
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
    {
        background-image: none;
        background-color: #013668;
        color: #fdb82f;
    }

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover
    {
        background-image: none;
        background-color: transparent;
        color: #013668;
    }

    .navbar-nav > li:nth-child(1), .navbar-nav > li:nth-child(1) .dropdown-menu
    {
        background-color: #FE7967;
    }

    .navbar-nav > li:nth-child(2), .navbar-nav > li:nth-child(2) .dropdown-menu
    {
        background-color: #5EC3C9;
    }

    .navbar-nav > li:nth-child(3), .navbar-nav > li:nth-child(3) .dropdown-menu
    {
        background-color: #669DD4;
    }

    .navbar-nav > li:nth-child(4), .navbar-nav > li:nth-child(4) .dropdown-menu
    {
        background-color: #FF9F5F;
    }

    .navbar-nav > li:nth-child(5), .navbar-nav > li:nth-child(5) .dropdown-menu
    {
        background-color: #97C75F;
    }

    .navbar-nav > li:nth-child(6), .navbar-nav > li:nth-child(6) .dropdown-menu
    {
        background-color: #B280FF;
    }

    .navbar-nav > li:nth-child(7), .navbar-nav > li:nth-child(7) .dropdown-menu
    {
        background-color: #666666;
    }
}

.dataTables_wrapper tr.selected
{
    background-color: #9acdfe !important;
}

.dataTables_wrapper tr.selected:hover
{
    background-color: #81c1fe !important;
}

table.dataTable tr:hover, table.dataTable td.highlight
{
    background-color: #cce6ff !important;
}

table.dataTable tr.even
{
    background-color: #fde7bd;
}

table.dataTable tr.odd
{
    background-color: #fff;
}

table.dataTable thead th, table.dataTable tfoot th
{
    background-color: #013668;
    color: #fff;
    font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td
{
    padding: 4px;
    border-bottom: 1px solid #111;
}

table.dataTable tbody th, table.dataTable tbody td
{
    padding: 4px;
}

table.dataTable tfoot th, table.dataTable tfoot td
{
    padding: 4px;
    border-top: 1px solid #111;
}

tr.Shade
{
    background-color: #fde7bd;
}

tr.ActionShade
{
    background-color: #F2F2F2;
}

tr.TotalShade
{
    background-color: #B2F0B2;
}

.panel-title > a:hover, .panel-title > a:focus
{
    text-decoration: none;
    color: #034af3;
}

.dropdown-menu > li.dt-button > a
{
    text-shadow: none;
    font-weight: 700;
    font-size: 18px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background-color: #FFF;
    color: #333;
    cursor: pointer;
}

.dropdown-menu > li.dt-button.active > a
{
    color: #FFF;
}

.dropdown-menu > li.dt-button > a:focus,
.dropdown-menu > li.dt-button > a:hover
{
    color: #fdb82f;
}

.failureNotification, .errorBox
{
    font-size: 1.2em;
    color: Red;
}

.errorBox
{
    display: block;
    padding-top: 16px;
}

/* --------------------- END bootstrap custommizations ---------------------- */

/* --------------------- html table custommizations ---------------------- */

/* NOTE: These match bootstrap so be sure to change both */

.Chart
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px;
    border: 1px solid #525252;
    border-collapse: collapse;
}

.Chart > thead > tr > th,
.ChartNoBorders > thead > tr > th
{
    background-color: #013668;
    font-size: .9em;
}

.Chart > thead > tr > th
{
    padding: 4px 2px;
    color: #fff;
    border-left: solid 1px #525252;
}

.Chart > tbody > tr > td
{
    padding: 2px;
    border: 1px solid #c1c1c1;
    color: #717171;
}

.Chart > tbody > tr > td a
{
    color: #034af3;
    text-decoration: none;
}

.ChartNoBorders > tbody > tr > td
{
    padding: 2px;
    color: #717171;
}

.ChartNoBorders > tbody > tr > td a
{
    color: #034af3;
    text-decoration: none;
}

.ChartNoBorders > thead > tr > th
{
    padding: 4px 2px;
    color: #fff;
}

/* --------------------- END html table custommizations ---------------------- */

/* --------------------- bootstrap callouts ---------------------- */

.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;
}

/* --------------------- END bootstrap callouts ---------------------- */

/* --------------------- END bootstrap typeahead custommizations ---------------------- */

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus
{
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.input-group.input-group-lg span.twitter-typeahead .form-control
{
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control
{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead
{
    width: 100%;
}

.input-group span.twitter-typeahead
{
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu
{
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control
{
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control
{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead
{
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu
{
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead
{
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu
{
    top: 46px !important;
}

/* --------------------- END bootstrap typeahead custommizations ---------------------- */

/* --------------------- START full calendar css --------------------------*/
#calendar
{
    margin:0 auto;
}

#legend_panel
{
    position:relative;
}

#legend
{
    position:absolute;
    width:128px;
    top:29px;
    z-index:1000;
    display:none;
    overflow:hidden; 
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
	border-top-left-radius:0;
    -webkit-border-top-left-radius:0;
    -moz-border-top-left-radius:0;
}

#legend span
{
    box-sizing:content-box;
    display:inline-block;
    width:112px;
    padding:8px;
    color:#FFF;
    text-align:center;
    font-weight: bold;
	font-size:18px;
	color: #FFF;
}
/* --------------------- END full calendar css --------------------------*/

/* Timepicker CSS, jQuery UI*/
.ui-autocomplete
{
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ui-menu-item
{
    background-color: #fff;
    padding: 4px;
    width: 96px;
}

.ui-state-hover, .ui-state-active
{
    background-color:#c4d7fa;
    cursor:pointer;
}

.ui-helper-hidden-accessible
{
    display:none;
}

li.buttons-columnVisibility {
    list-style-type: none !important;
    background-color: #fff;
    width: 100% !important;
    padding: 1rem !important;
}

    li.dt-button-active {
        list-style-type: none !important;
        background-color: #2e6da4;
        width: 100% !important;
        background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
        background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
        background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
        background-repeat: repeat-x;
        color:#fff!important;
        font-weight:bold;
        padding:1rem!important;
        margin:0!important;
    }
div.dt-button-collection{
    width:100%!important;
    margin:0.5rem!important;
    padding:0!important;
}
.chkbox-space label {
    margin-left: 10px !important;
    margin-right: 10px !important;
    display: inline;
}

