﻿/** Header Styles -- starts **/
.main-nav
{
    margin-bottom: 0;
}
p.main-title
{
    margin: 10px;
}
.main-width-200
{
    width: 200px !important;
}

/** Nav Bar -- starts **/
.navbar-custom
{
    background-color: #4f2170;
    border-color: #e7e7e7;
    margin-bottom: 10px;
}
.navbar-custom .navbar-brand
{
    color: white;
    height:5px;
}
.navbar-top-links a, .sidebar a
{
    font-size: 14px;
}
.navbar-top-links a.dropdown-toggle
{
    color: #4f2170;
}
.navbar-top-links a.dropdown-toggle:hover, .navbar-top-links a.dropdown-toggle:focus
{
    color: white;
    min-height: 40px;
    height: 40px;
    padding-top: 13px;
    margin-top: 6px;
    margin-bottom: 0px;
}
a.navbar-brand
{
    font-size: 20px;
    color: #ffffff;
}
a.navbar-brand:hover, a.navbar-brand:focus
{
    color: white;
}
/** Nav Bar -- ends **/
/** Header Styles -- ends **/

/** Typography -- starts **/
h1, h2, h3, h4, h6 {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1px;
    margin-top: -6px;
    font-weight: 500;
    color: black;
}
h5 {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
p, div
{
    font-family: 'Open Sans' , "Helvetica Neue" , Helvetica, Arial, sans-serif;
    /*font-family: Verdana, Geneva, sans-serif;*/
}
/** Typography -- ends **/

/** Page Header --starts-- **/
.page-header-row{
    border-bottom:1px solid #eee;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
    margin-top:10px;
}
.page-header-action-button{
    margin-top: 20px;
    border: 0px;
}

/** Page Header --ends-- **/