﻿html
{
    /*     width: 70%;     margin-left: auto;     margin-right: auto; */
}
.layout
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.border
{
    border-top:1px solid #DDD;
}

.Header
{
    height: 60px; /*background-color: #EEEEEE;*/
    background-image: url('../img/headerBackground.png');
    background-repeat: repeat-x;
}
select
{
    width: 95%;
}
.BodyLeft
{
    border: 1px solid #DDD;
    background-color: #F2F2F2;
}
.Banner
{
    /*height: 300px;*/
}
.hero-unit
{
    padding: 0px;
}
#RegData.modal
{
    left: 40%;
    max-width: 80%;
    width: 60%;
}
.Body
{
}
footer div
{
    height: 40px;
    margin-top: 10px;
    padding-top: 8px;
}

.bs-docs-sidenav
{
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin-top: 30px;
    padding: 0; /*width:95%;*/
}
.bs-docs-sidenav > li > a
{
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}
.bs-docs-sidebar ul li
{
    line-height: 30px;
}
#divLeftMenu li
{
    line-height: 30px;
}
.icon-chevron-right
{
    float: right;
    margin-top: 7px;
}
.redColor
{
    color: Red;
}
.JustifytextAlign
{
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}
.textalignCentre
{
    text-align: center;
}


div.more a
{
    color: #0254EB;
}
div.more a:visited
{
    color: #0254EB;
}
div.more a.morelink
{
    text-decoration: none;
    outline: none;
}
.morecontent span
{
    display: none;
}
.comment
{
}

#divResult .control-label
{
    padding-top:0px;
}

.legendWithBorder
{
    border: 1px solid #EEE;
}
.legendWithBorder legend
{
    background-color: #F2F2F2;
}
.clientColor
{
    background-color: #134051;
}
/*---------------Overwrite----------------*/

legend
{
    font-size: 18px;
}
input, textarea, .uneditable-input
{
    width: 90%;
}
.navbar-inner
{
    background-image: none !important;
    background-color: #134051 !important;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a
{
    color: #FFF !important;
}
.navbar-inverse .nav > li:hover
{
    background: #111111;
}

#divResult .span12
{
    margin-left: 0px;
}

.image
{
    height: 200px;
    width: 160px;
    padding-bottom: 10px;
    border: 1px solid #DDD !important;
}
.rightFloat
{
    float:right;
    margin-top: 10px;
}
[class^="icon-"], [class*=" icon-"]
{
    margin-right:5px;
}
.Nav-Right
{
    float: right !important;
}
li
{
    list-style:none;
}
.address
{
    margin-left:10px;
    margin-right:10px
}
.addressName
{
    font-size:14px;
    line-height:20px;
    height:100px;
}
.floatRight
{
    float:right;
}
.MarginLeft
{
    margin-left:10px !important;
}
#divResult .control-group
{
    margin-bottom:10px;
}
/*
.table th, .table td 
{
    border:1px solid #DDD !important;
}
*/
.icon-chevron-right
{
    opacity: 0.25;
}
@media (max-width: 767px)
{
    html
    {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .layout
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: White;
    }
}
