﻿body
{
    background-image: url('../Images/FrontendLayout/JainBack.jpg');
    background-repeat: repeat;   
}

body
{
    margin-top: 0px;
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    margin: 0px 0px 0px 0px;
    color: #910000;
    overflow-y: scroll;
}

a
{
    color: #910000;
}

.page
{
    background-color: #FFDFBD;
    border: 0px solid yellow;
}

#header_content
{
    border: 0px solid red;
}

.navbar
{
    background-color: #b00606;
    border-bottom: 1px solid orange;
    border-top: 1px solid orange;
}

.navbar-nav > li > a
{
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a
{
    color: #ffffff;
}

.navbar-nav > li > a
{
    padding: 5px 26px 5px 28px;
}

.navbar
{
    min-height: 32px !important;
    margin-bottom: 0px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus
{
    background-color: #ff7a39 !important;
}

.navbar-nav > li > ul
{
    background-color: #a64707;
}

.dropdown-menu .divider
{
    margin: 4px 0px;
}

.dropdown-menu > li > a
{
    color: #fff;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
    {
        color: #fff;
        background-color: #a64707 !important;
    }

}

.navbar-collapse
{
    padding: 0px;
}


.footer
{
    padding-top: 18px;
    background: #b00606;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
    color: #fff;
}

    .footer ul
    {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        /*margin-top: 15px;*/
        color: #fff;
    }

        .footer ul li a
        {
            text-decoration: none;
            color: #fff;
        }

.Aboutnav
{
    margin-top: 0px;
    text-align: center;
    border: 0px solid black;
    color: White !important;
    background-color: #ffbb56;
    z-index: 2 !important;
    box-shadow: 1px 1px 5px #b00606;
    padding: 10px;
    padding: 0px 0px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #fff;
}

    .Aboutnav > li > a
    {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 3px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #730000;
        white-space: nowrap;
    }

        .Aboutnav > li > a:hover, .Aboutnav > li > a:focus
        {
            background-color: #ff5e0f;
            color: White;
        }

    .Aboutnav .divider
    {
        height: 1px;
        overflow: hidden;
        background-color: #e5e5e5;
    }

.selected
{
    background-color: #b00606;
    color: White !important;
}

#Aboutheading
{
    font-family: Calibri;
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    background-color: #b00606;
    padding: 2px 10px;
    border: 0px solid black;
}

.main_content
{
    margin-top: 10px;
    background-color: #ffbb56;
    padding: 20px;
}

.content_text
{
    line-height: 1.6em;
    position: relative;
    font-size: 15px;
    color: #730000;
    font-family: Calibri;
    overflow:auto;
}


.navkar
{
    width: 100%;
    background-color: #b00606;
    color: white;
    padding: 10px;
}

.right_column
{
    /*position: relative;*/
    border: 0px;
    float: right;
    opacity: 0.9;
    background-repeat: no-repeat;
}

.h-divider
{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
    border-top: 1px solid gray;
}

.advertisement
{
    background-color: #b00606;
    background-image: url(../Images/FrontendLayout/space_for_advertise.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
}

/************* Columns Of Equi Height************************/

.row-full-height
{
    height: 100%;
}

.col-full-height
{
    height: 100%;
    vertical-align: middle;
}

.row-same-height
{
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}

.col-xs-height
{
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px)
{
    .col-sm-height
    {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 992px)
{
    .col-md-height
    {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 1200px)
{
    .col-lg-height
    {
        display: table-cell;
        float: none !important;
    }
}

.col-top
{
    vertical-align: top;
}

.col-middle
{
    vertical-align: middle;
}

.col-bottom
{
    vertical-align: bottom;
}

.sidebar
{
    background-color: #b00606;
    color: white;
    padding: 10px;
}
