/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*constrain navbar*/
@media (min-width: 780px) {
    .container {
        width: 780px;
    }
}

/*constrain navbar*/
@media (min-width: 700px) {
    #navbar-top .container {
        width:700px;
    }
}
@media (min-width: 979px) and (max-width: 1200px) {
    #navbar-top .container {
        width:800px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #navbar-top .container {
        width:800px;
    }
}

.coaching > li
{
    padding:8px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-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-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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-2, .col-sm-2, .col-md-3,.col-md-4,.col-md-8,.col-md-10, .col-sm-10, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /*max-width:500px !important;*/
    /*background-color:red;*/
}



.col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    background-color:#0099ff;

}

.col-md-9{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-8{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*LTC right hand column*/
.col-sm-4{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: url("../../images/LinksBG.jpg");
    max-width:215px;
    color:white;
    margin-right: 15px;

}

.control-label
{
    font-size:12px;
    padding-left: 10px;
    line-height:1;

}

.calcbox
{
    /*padding:10px;
    //border:thin solid #0099ff;
    border: double #0099ff;*/

    width:600px;
    border: thin solid #0099ff;
    padding:10px;
    /*margin: 0 auto;*/
}

/*dropdown menu items*/
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #555;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus
{
    color: #777;
}

.dropdown:hover
{
    background-color:#e2e2e2;
    color:#555;
}

.compform
{
    width:400px;
    border:thin solid #0099ff;
    padding:5px;
    margin: 0 auto;
}

.btn-comp {
    color: #333;
    background-color: #e2e2e2;
    border-color: #e2e2e2;
}
.btn-comp:hover,
.btn-comp:focus,
.btn-comp.focus,
.btn-comp:active,
.btn-comp.active {
    color: #333;
    background-color: #e2e2e2;
    border-color: #adadad;
}

.form-control {
    display: block;
    margin-left: 12px;
    width: 90%;
    height: 24px;
    padding: 3px 3px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.img-responsive-center {
    margin: 0 auto;
    flex-item-align:center;
}

.img-center{
    alignment: center;
}

#map_canvas {
    width: 100%;
    height: 400px;
}

#map-container
{
    height: 300px;
    width: 500px;
}

.map-container
{
    height: 300px;
    width: 500px;
}

.map-title
{
    background-color:#0099ff;
    color:white;
}

.map-title > a
{
    color:white;
    font-size: small;
}

.map-title > a:hover
{
    color:black;
}


.map-frame
{
    width: 500px;
    height: 300px;
    border:0px;
    margin:0;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/*format links on comp.html*/
.nav2 > li
{
    list-style: none;
    display:inline;
    padding:7px;
    background-color:#0099ff;

}

.nav2 > li > a
{
    color:white;
    text-decoration:none;
}

.nav2 > li > a:hover
{
    color:black;
}

.nav2 > li:hover
{
    color:black;
    background-color:#e2e2e2;
}


.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}


.nav-tabs {
    font-size: 12px;
    padding:0px;
    background-color:#e2e2e2;
    border: 1px solid #ddd;
    margin:3px;
}

.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
    background-color: red;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
    overflow-y: auto;
}

.nav-pills
{
    margin:0 auto;
    background-color: #e2e2e2;
}

.nav-pills > li {
    float: left;
    font-size:12px;
    border:1px white solid;
}

.nav-pills > li + li {
    margin-left: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-pills > li > a > .badge {
    margin-left: 0px;
}
@media (min-width: 700px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        margin-bottom:0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 700px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 700px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;

}
.navbar-brand > img {
    display: block;
}
@media (min-width: 700px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 700px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}


.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 700px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;

    }
}
@media (min-width: 700px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 700px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 700px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

/*LTC Navbar background*/
.navbar-default {
    background-color: #65BDFF;
    border-color: #e7e7e7;
    font-weight:bold;
}

.navbar-default .navbar-brand {
    color: #777;

}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;


}
.navbar-default .navbar-text {
    color: #777;

}
.navbar-default .navbar-nav > li > a {
    color: white;
}

/*LTC navbar hover colour*/
.navbar-default .navbar-nav > li > a:hover
{
    color: #555;
    background-color: #e2e2e2;

}

/*LTC Menu item colour*/
.navbar-default .navbar-nav > .active > a
{
    color: white;
    background-color: #65BDFF;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #555;
    background-color: #e2e2e2;

}
/*LTC menu item click colour*/
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e2e2e2;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;

}

/*navbar collapsed icon*/
.navbar-default .navbar-toggle {
    border-color: white;
    border-width: 4px;

}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0066ff;


}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;

}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;

}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;

}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;

    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;

}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;

}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}


.aSidebar{
    background-color: transparent;
    color:white;
}

.a {
    background-color: transparent;
    color:#0099ff;
}

a:active,
a:hover {
    outline: 0;
    color:black;

}

.ullink {
    padding: 0px;
    margin:0px;

}

/*LTC Auto dropdown for submenus*/
ul.nav li.dropdown:hover ul.dropdown-menu
{
    display: block;

}

.list-group {
    padding-left: 0;
    margin-bottom: 0px;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-bottom: -1px;
    background-color: #0099ff;
    /*border: 1px solid #ddd;*/
    border:none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-bottom: -1px;
    background-color: #0099ff;
    /*border: 1px solid #ddd;*/
    border:none;
}
.list-group-item-bullet {
    list-style-type:disc;
    font-weight:normal;
    margin-left:13px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;

}
.list-group-item-heading
{
    font-weight:bold;
    list-style:none;
}


.submenu
{
    background-color:#0099ff;
    color:white;
}
.submenu:hover
{
    background-color:#0099ff;
    color:#555;
}

.submenu:active
{
    background-color:#0099ff;
    color:white;
}

.subsubmenu
{
    background-color:#e2e2e2;
    color:#555;
}

.subsubmenu:hover
{
    background-color:#0099ff;
    color:#555;
}

.subsubmenu:active
{
    background-color:#0099ff;
    color:white;
}

.table
{
    font-size: 12px;
}

.tableNews
{
    width:100%;
    font-size: 12px;
}
.tableNews > caption
{
    font-weight: bold;
    font-size:14px;
    color: black;
}

.tableNews > tbody > tr
{
    /*border-bottom: 1px solid #ddd;*/
}

.tableNews > tbody > tr:nth-of-type(odd)
{
    background-color: #e2e2e2;
}

.tableNews > tbody > tr > td
{
    /*border-bottom: 1px solid #ddd;*/
    padding:7px;
}

.tableNews > head > tr
{
    /*border-bottom: 1px solid #ddd;*/
}

.tableNews > thead > tr > td
{
    /*border-bottom: 1px solid #ddd;*/
    font-weight: bold;
    padding:7px;

}

.tableCommittee
{
    width:80%;
    font-size: 12px;
    margin: 0 auto !important;
    float: none !important;
}

.tableCommittee > caption
{
    font-weight: bold;
    font-size:14px;
    color: black;
    text-align: center;
}

.tableCommittee > tbody > tr
{
    border-bottom: 1px solid #ddd;
}

.tableCommittee > tbody > tr:nth-of-type(odd)
{
    background-color: #e2e2e2;
}

.tableCommittee > tbody > tr > td
{
    border-bottom: 1px solid #ddd;
    padding:7px;
}

.tableCommittee > head > tr
{
    border-bottom: 1px solid #ddd;
}

.tableCommittee > thead > tr > td
{
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding:7px;

}

.tableMember
{
    width:80%;
    font-size: 14px;
    margin: 0 auto !important;
    float: none !important;
}

.tableMember > tbody > tr
{
    border-bottom: 1px solid #ddd;
}

.tableMember > tbody > tr:nth-of-type(odd)
{
    background-color: #e2e2e2;
}

.tableMember > tbody > tr > td
{
    border-bottom: 1px solid #ddd;
    padding:7px;
}

.tableMember > head > tr
{
    border-bottom: 1px solid #ddd;
}

.tableMember > thead > tr > td
{
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding:7px;
}

.tableAdmin
{
    width:100%;
    font-size: 14px;
    margin: 0 auto !important;
    float: none !important;
}

.tableAdmin > tbody > tr
{
    border-bottom: 1px solid #ddd;
}

.tableAdmin > tbody > tr:nth-of-type(odd)
{
    background-color: #e2e2e2;
}

.tableAdmin > tbody > tr > td
{
    border-bottom: 1px solid #ddd;
    padding:7px;
}

.tableAdmin > head > tr
{
    border-bottom: 1px solid #ddd;
}

.tableAdmin > thead > tr > td
{
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding:7px;
}

.nav-tabs {
    font-size: 12px;
    padding:0px;
    background-color: #e2e2e2;
    border: 1px solid #ddd;
    margin:3px;
}

.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs > li > a {
    margin-right: 0;
    border-radius: 4px;
    background-color: #e2e2e2;
    margin:1px;
    border:1px white solid;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.news
{
    margin:5px;
    border: 2px solid #0099ff;
    border-radius: 6px;
    padding:10px;
}

.newsPost
{
    color:#999999;
}

.newsPostDate
{
    color: #0099ff;
}
/*# sourceMappingURL=bootstrap.css.map */
