﻿::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #003965; }
::-webkit-scrollbar-thumb { background: #005ea7; }
::-webkit-scrollbar-thumb:hover { background: #008fff; }

/*.content-wrapper { background: url(/assets/images/bodybg.png) repeat #EFEFEF; overflow-y: scroll; }*/

.lined-heading{display: block;margin-bottom: 15px;margin-top: 0;position: relative;text-align: center;font-size: 24px;}
.lined-heading:before{border-top: 2px solid #cccccc;content: "";display: block;height: 1px;position: absolute;top: 50%;width: 100%;z-index: 1;}
.lined-heading span{background: #ffffff;display: inline-block;padding: 0 20px;position: relative;z-index: 1;}

.demo-2 .main h1 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    padding: 15px 15px 15px 15%;
    color: #355681;
    box-shadow: inset 0 0 0 1px rgba(53,86,129, 0.4), inset 0 0 5px rgba(53,86,129, 0.5), inset -285px 0 35px white;
    border-radius: 0 10px 0 10px;
    background: #fff url(/assets/images/h1.jpg) no-repeat center left;
}

.demo-2 .main h2 {
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    font-size: 28px;
    line-height: 40px;
    background: #355681;
    background: rgba(53,86,129, 0.8);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
}

.demo-2 .main h3 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-size: 22px;
    line-height: 40px;
    color: #355681;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(53,86,129, 0.3);
}

.demo-2 .main h4 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #788699;
    font-family: 'Muli', sans-serif;
}

tr > td > table > tbody > tr > td > span,
tr > td > table > tbody > tr > td > a,
div > table > tbody > tr > td > a {
    padding: 4px 16px;
    margin: 0px 1px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}

tr > td > table > tbody > tr > td > span {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

tr > td > table > tbody > tr > td > a {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

div > table > tbody > tr > td > a {
    color: #fff;
    padding: 2px 6px;
    background-color: #007bff;
    border-color: #007bff;
}

.text-center {
    display: block;
    text-align: center;
    align-content: center;
}