﻿html {
    position: relative;
    min-height: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 500px;*/
    font: 14px/24px 'Roboto', Arial, Helvetica, sans-serif;
}

/* -- Elements -- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

h1 {
    color: #00477d;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

h1 span {
    padding-right: 10px;
}

h3 {
    color: #6b8dbd;
    color: #00607F;
}

.container h2 {
    font-size: 1.7em;
    color: #6b8dbd;
    color: #00607F;
}

a {
    color: #00607F;
}

b strong {
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #00477d;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #00607F;
    border-color: #00607F;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #00477d;
    border-color: #00477d;
}

.hr {
    padding-top: 10px;
    border-bottom: 1px solid #cccccc;
}

code {
    font-size: 80%;
}

.btn-default {
    background-color: #e6e6e6;
    border-color: #ccc;
}

.menu-category {
    display: inline-block;
    margin: 0.25rem;
    padding: 1rem;
    width: 100%;
}

.btn-default:hover {
    color: #333;
    background-color: #f1f1f1;
    border-color: #ccc;
}

/* -- Header -- */
.main-header a {
    color: #323232;
}

.main-header a:hover,
a:focus {
    color: #00477d;
    /*text-decoration: none;*/
}

.main-headera:focus {
    outline: none;
}

.top-bar {
    padding-top: 10px;
}

.top-bar li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #d3d3d3;
}

.top-bar li:last-of-type {
    padding-right: 0;
    border: none;
}

.top-bar span {
    padding-right: 5px;
}

.top-bar-list {
    float: right;
}

.search {
    float: right;
    padding-right: 0px;
}

.searchGroup {
    padding-top: 20px;
}

.search-box {
    width: 150px;
    float: left;
}

.search-button {
    float: right;
    width: 90px;
    color: #fff;
}

.search span {
    color: #fff;
    padding-right: 5px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-collapse {
    padding-right: 0px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border-top: 1px solid #d3d3d3;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #00607F;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #323232;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #00477d;
    text-decoration: underline;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #00477d;
    background-color: #fff;
}

.navbar-brand {
    padding-left: 0px;
    height: 56px;
}

.important-message {
    clear: both;
    color: white;
    background: #0f9d58;
    text-align: center;
    font-weight: bold;
}

.navbar span {
    padding-right: 5px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    float: right;
    clear: right;
}

.navbar-toggle {
    margin-top: 10px;
    margin-right: 0px;
    width: 40px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
}


.dropdown-menu > li > a > span {
    width: 20px;
}

.dropdown-menu > li > a:hover {
    background-color: #00607F;
    color: #fff;
}

/* -- Homepage -- */

body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.carousel-caption {
    right: 10%;
    left: 10%;
    text-shadow: 0 0 0 rgba(0, 0, 0, .6);
    color: #6d6d6d;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 15px 30px 15px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #6d6d6d;
}

.carousel-caption h1 {
    margin: 0;
    font-weight: 300;
    color: #323232;
    margin-bottom: 5px;
    font-size: 24px;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0;
}

.carousel-caption p {
    font: 16px/24px 'Roboto', Arial, Helvetica, sans-serif;
}

.carousel-caption a {
    color: #5d5d5d;
}

.carousel-caption a:hover {
    color: #6d6d6d;
    text-decoration: none;
}

.carousel-indicators li {
    border-color: #6d6d6d;
}

.boxes {
}

.boxes .box {
    margin-bottom: 40px;
    padding: 30px;
    color: #fff;
    text-align: center;
    background-color: #00607F;
    background-color: #00607F;
}

.boxes h2 {
    color: #fff;
}

.boxHeaderLink {
    color: #fff;
}

.boxHeaderLink:hover {
    color: #fff;
    text-decoration: none;
}

.boxes .box:hover {
    background-color: #00477d;
    background-color: #00477d;
}

.boxes .box h2 {
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 24px;
}

.boxes .box .fa {
    margin-bottom: 5px;
    font-size: 72px;
}

.boxes .box p {
    line-height: 22px;
}

.boxes .box .btn-transparent {
    margin-top: 10px;
    font-weight: bold;
}

.boxBody span {
    padding-right: 5px;
}

.carousel-caption,
.boxes .box,
.boxes-secondary .box-secondary {
    -webkit-box-shadow: 4px 4px rgba(85, 85, 85, 0.2);
    -moz-box-shadow: 4px 4px rgba(85, 85, 85, 0.2);
    box-shadow: 4px 4px rgba(85, 85, 85, 0.2);
}

.carousel-caption:hover,
.boxes .box:hover,
.boxes-secondary .box-secondary {
    -webkit-box-shadow: 6px 6px rgba(85, 85, 85, 0.4);
    -moz-box-shadow: 6px 6px rgba(85, 85, 85, 0.4);
    box-shadow: 6px 6px rgba(85, 85, 85, 0.4);
}

.top-bar a,
#nav.navbar-default .navbar-nav > li > a,
#nav .navbar-toggle,
.boxes .box, .form-control,
.btn, .carousel-caption,
.boxes-secondary .box-secondary,
.copyright a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-container {
    margin-top: 20px;
    margin-bottom: 60px;
}

.boxHeader {
    padding: 30px;
}

.boxBody {
    border: 1px solid #8d8d8d;
    text-align: left;
    padding: 20px;
    background-color: #fff;
    color: #3d3d3d;
}

.boxes .box {
    padding: 0;
}

.boxes .boxBody .fa {
    margin-bottom: 0;
    font-size: 1em;
}

.boxes .boxBody select {
    width: 100%;
}

.box .btn {
    margin-top: 10px;
}

/* -- Content Page -- */

.contentRule {
    padding-top: 8px;
    background-color: #00607F;
}

.breadcrumb {
    padding: 15px 0px 0px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}


ol.breadcrumb {
    padding-left: 0;
}

/* -- Footer -- */

.footer {
    width: 100%;
    background-color: #8d8d8d;
    padding-top: 50px;
    background-color: #313131;
    color: #a2a2a2;
}

.footer a {
    color: #a2a2a2;
}

.footer h2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
    font-size: 24px;
}

.footer h2:after {
    content: "";
    position: absolute;
    width: 69px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #00607F;
}

.footer span {
    width: 20px;
}

.footer li {
    padding-bottom: 10px;
}

.list-noPadding li {
    padding-bottom: 0px;
}

.copyright {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #262626;
}

.copyright li {
    padding-left: 10px;
    padding-right: 15px;
    border-right: 1px solid #8d8d8d;
    height: 24px;
}

.copyright li:last-of-type {
    padding-right: 0;
    border: none;
}

.copyright-links-right {
    float: right;
}

.copyright-links-left {
    float: left;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-header {
    height: 22px;
    color: #fff;
    padding-top: 0px;
}

.underline {
    text-decoration: underline;
}

.blue {
    color: #00607F;
}

/*
 * Component: modal
 * ----------------
 */
.modal {
    background: rgba(0, 0, 0, 0.3);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}


.person-details {
    padding: 10px;
}

.person-details > div:first-child {
    position: absolute;
    width: 50px;
    text-align: center;
}

.person-details > div:nth-child(2) {
    padding: 0 10px 0 60px;
}

.person-details-name {
    font-size: 18pt;
}

.person-details-row {
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    overflow: hidden;
    border-bottom: solid 1px #CCCCCC;
    padding: 5px 0;
}

.person-details-row:last-child {
    border-bottom: none;
}

.person-details-row > div:first-child {
    /*display: inline-block;*/
    /*width:  auto;*/
    float: left;
}

.person-details-row > div:nth-child(2) {
    /*display: inline-block;
text-align: right;
width: auto;*/
    float: right;
    text-align: right;
    /*vertical-align: top;*/
}

.modal-provider-details {
    max-width: 400px;
}

.provider-details-header {
    padding: 4px !important;
    background-color: dodgerblue;
    margin: 0 !important;
}

.provider-details-header + .modal-body .person-details-row {
    padding: 15px 0;
}

/*override bootstraps media query stop always have it show*/
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    -webkit-overflow-scrolling: touch;
}

.noShow {
    display: none;
}

.absolute {
    position: absolute;
    font-size: 0.1em;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

.boxes-secondary {
}

.boxes-secondary .box-secondary {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    background-color: #00607F;
}

.boxHeaderLink-secondary {
    color: #fff;
}

.boxHeaderLink-secondary:hover {
    color: #fff;
    text-decoration: none;
}

.boxes-secondary .box-secondary:hover {
    background-color: #00477d;
}

.boxes-secondary a {
    color: #ffffff;
}

.box-secondary-span-header {
    font-size: 24px;
}

.box-secondary-span-body {
    font-size: 18px;
    padding-left: 10px;
}

.events-frame {
    border: 0;
    width: 100%;
    height: 800px;
}

.table-no-cell-spacing{
    border-spacing: 0px;
}

.breadcrumb-active {
    color: #686868;
}
