html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background: url("/images/bg.jpg") center no-repeat;
    background-size: cover;
}

.wrap > .container {
    /*overflow: auto;*/
    /*padding: 90px 15px 20px;*/
    position: relative;
}

.fc-view-container {
    background: white;
}

.site-index {
    margin-bottom: 40px;
}

.footer {
    height: 110px;
    /*background-color: white;*/
    /*border-top: 1px solid #ddd;*/
    padding: 20px 0;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e113";
}

a.desc:after {
    content: "\e114";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.tooltip {
    overflow: visible;
}


table * {
    /*text-align: center;*/
    overflow: visible!important;
}
.table td {
    vertical-align: middle!important;
    font-size: 13px;
}

.fc-time {
    display: none!important;
}

.fc-evet-container {
    overflow: hidden!important;
}
.fc-scroller {
    overflow-x: hidden!important;
    overflow-y: scroll!important;
}
.centered {
    text-align: center;
}
.main-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-brand > img, .footer img {
    height: 90px;
    display: inline;
}


table {
    background: white;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #191818;
    text-decoration: none;
    outline: 0;
    background-color: #008cba;
}

.fc-event-container {
    overflow: hidden!important;
}

.navbar-brand {
    float: left;
    padding:0;
    font-size: 19px;
    line-height: 21px;
    height: 85px;
}

a.phone_link {
    font-size: 23px;
    font-weight: 600;
}

ul li a:hover {
    background-color: transparent !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: white;
    border-color: transparent;
}

p img {
    max-width: 100%;
    height: auto!important;
}

td > a {
/*    padding: 5px 8px;
    border-radius: 3px;
    margin: 3px;
    font-size: 16px;*/
}
.phone_link > img {
    margin-top: -3px;
    margin-right: 10px;
}

.lead {
    color: #000;
    font-weight: 400;
}

.navbar-toggle {
    border:none;
}
.social-icon img {
    height: 32px;
}
.social-icon {
    display: inline!important;
    padding: 0!important;
    margin: 0!important;
}

li.social-icons {
    margin-top: 25px;
}

.logo-text {
    float: left;
    padding: 20px 60px;
    /* padding-right: 140px; */
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #696daf;
}

.profile ul li {
    display: inline;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 95%;
    }
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10.5px;
}