﻿/*
 * Globals
 */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    background-color: #F8F8F8;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333;
}


/*
 * Override Bootstrap's default container.
 */

.large-container {
    margin: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }

    .large-container {
        width: 1100px;
    }
}

.dropDownBg {
    background-color: #D6EBFF;
    cursor: pointer;
}


/*
 * Masthead for nav
 */

.blog-masthead {
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
}

.navButtonUnselected {
    font-weight: 500;
    color: #cdddeb !important;
    cursor: pointer;
}

a.navButtonUnselected:hover, a.navButtonUnselected:active {
    color: #fff;
}

#selectedMenuItem {
    background-color: #fff;
}

.blog-nav-item:hover,
.blog-nav-item:focus {
    color: #fff;
    text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
    color: #fff;
}

    .blog-nav .active:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -5px;
        vertical-align: middle;
        content: " ";
        border-right: 5px solid transparent;
        border-bottom: 5px solid;
        border-left: 5px solid transparent;
    }


/*
 * Blog name and description
 */

.blog-header {
    padding: 20px 0;
}

.blog-title {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: normal;
}

.blog-description {
    font-size: 20px;
    color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
    font-size: 18px;
    line-height: 1.5;
}

#forgetPassContainer {
    border-radius: 10px;
    border: 1px solid #D5D5D5;
    background-color: #D6EAFA;
    padding: 20px 10px;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}

.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .sidebar-module-inset p:last-child,
    .sidebar-module-inset ul:last-child,
    .sidebar-module-inset ol:last-child {
        margin-bottom: 0;
    }


/* Pagination */
.pager {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

    .pager > li > a {
        background: #414449;
        color: #feffff;
    }


/*
 * Blog posts
 */

.blog-post-title {
    margin-bottom: 5px;
    font-size: 25px;
    color: #134b8c;
}

.blog-post-meta {
    margin-bottom: 20px;
    color: #999;
}

.postCSS {
    margin-top: 50px;
}

/*
 * Footer
 */

.blog-footer {
    padding: 40px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

    .blog-footer p:last-child {
        margin-bottom: 0;
    }

.archive-post-date {
    background: #F5F5F5;
    border-bottom: 1px solid #C5C5C5;
    border-right: 1px solid #CFCFCF;
    float: left;
    margin-right: 12px;
    padding: 2px 0 5px;
    text-align: center;
    width: 46px;
}

.archive-post-title .post-date {
    margin: 0;
}

.archive-post-title {
    padding-top: 4px;
    text-align: justify;
}

.archive-post-day {
    font: normal 1em Georgia,serif;
}

.archive-post-month {
    font: normal 1em Georgia,serif;
}

.post-date {
    font-size: 15px;
    display: inline;
    margin-right: 1em
}

/* 3 bard */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
    background: #D5D5D5;
    clear: both;
    color: #FFE;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
}

.content-separator {
    margin: 20px 0;
}

.archive-separator {
    margin: 10px 0;
}

#insetDiv {
    max-height: 10em;
    overflow: hidden;
}

/* Paging */

.noticesPaging {
    margin: 5px;
    font-size: 11px;
}

    .noticesPaging a {
        padding: 8px 10px 8px 10px;
        color: black;
        margin: 2px;
        background-color: #ddedf7;
        font-size: 13px;
    }

        .noticesPaging a:hover {
            background-color: #080eff;
            text-decoration: none;
            color: white;
        }

    .noticesPaging .cur_tag {
        padding: 1px 10px 1px 10px;
        color: black;
        background-color: white;
        margin: 2px;
    }

#errors {
    text-align: center;
}

.inputBut {
    float: right;
}

.dropdown-menu {
    background-color: #ddedf7;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

table.menu-table th {
    background: #F0F0F0;
    border: 1px solid #DDD;
    color: #555;
    text-align: left;
}

table.menu-table tr {
    border-bottom: 1px solid #DDD;
}

table.menu-table td {
    background: #F6F6F6;
    border: 1px solid #DDD;
}

table.menu-table tr.even td {
    background: #FCFCFC;
}

.table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

#closeOverride {
    float: none;
}

.picsPaging {
    height: 20px;
    width: 80%;
    padding: 10px 15px 0px 15px;
    margin: 10px 0px 10px 0px;
    background-color: #2b5f9b;
    text-align: left;
    color: #CCCCCC;
    font-weight: bold;
}

    .picsPaging a {
        color: white;
        font-weight: normal;
        text-decoration: none;
    }

.childThumb {
    margin: 5px;
}

.childPictures {
    padding: 15px;
    border: 1px solid #D5D5D5;
    margin-top: 15px;
    background-color: white;
}

    .childPictures .picture {
        padding: 7px 7px 10px 7px;
        border: 1px solid #606463;
        background-color: #dddddd;
    }

/* Tables */

table {
    margin-bottom: 1.4em;
}

th {
    font-weight: bold;
}

thead th {
    background: #428bca;
    color: #cdddeb !important;
}

th, td, caption {
    padding-left: 1em;
}

tr.even td {
    background: #F2F6FA;
}

tfoot {
    font-style: italic;
}

caption {
    background: #EEE;
}

table.data-table {
    border: 1px solid #CCB;
    margin-bottom: 2em;
    border-collapse: separate;
    border-spacing: 10px;
}

    table.data-table th {
        background: #F0F0F0;
        border: 1px solid #DDD;
        color: #555;
        text-align: left;
    }

    table.data-table tr {
        border-bottom: 1px solid #DDD;
    }

    table.data-table td, table th {
        padding: 10px;
    }

    table.data-table td {
        background: #F6F6F6;
        border: 1px solid #DDD;
    }

    table.data-table tr.even td {
        background: #FCFCFC;
    }

/* headers */

table.head-table {
    border: 0px solid #CCB;
    border-spacing: 0px;
}

    table.head-table td {
        background: #fcfcfc;
        border: 1px solid #DDD;
    }

/* posts */

.post-meta {
    background: #F6F6F6;
    border: 1px solid #DDD;
    color: #777;
    padding: 6px 10px;
}

.PopupDivlabel div {
    display: inline-block;
}

.lblTitle {
    font-size: 1.2em;
    margin-bottom: 0.2em;
    margin-top: 1.5em;
}

.Cost {
    display: inline-block;
}

    .Cost div {
        display: block;
    }

.SessionLbl {
    display: inline-block;
    width: 75%;
}

    .SessionLbl div {
        display: block;
    }
/*#divSettlingInFees div { display: inline-block; }
#divSettlingInCosts { float: right;  margin-top: 1.9em;  }*/
#divFeeTitle {
    font-size: 1.3em;
}

#divFeeMonth {
    margin-top: 0.3em;
}

#divFeeTotal {
    margin-top: 1em;
    font-size: 1.3em;
    display: inline-block;
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

input[type="button"] {
    margin-bottom: 0.5em;
    border-radius: 3px;
    background-color: #ABABAB;
    border: 1px solid #ABABAB;
    color: #FCFCFC;
}

img.btn_close { /*Position the close button*/
    cursor: pointer;
    margin: -28px -28px 0 0;
    float: right;
}

#ContactDetailsTable {
    width: 100%;
}

    #ContactDetailsTable input {
        width: 100%;
    }

        #ContactDetailsTable input[type="submit"] {
            width: auto;
        }

    #ContactDetailsTable td {
        text-align: right;
    }

.blog-sidebar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-title {
    background-color: #D6EBFF;
    border-top: 1px solid #ABC;
    font: bold 1.1em sans-serif;
    padding: 1em 0 1em 0.5em;
    margin-bottom: 0.5em;
}

.post {
    margin-bottom: 2em;
}

#eventsContainer {
    margin-bottom: 1em;
}
