/* 
    Document   : bootstrap-custom
    Created on : Feb 6, 2013, 5:24:00 PM
    Author     : Sanjay
    Description:
        Purpose of the stylesheet follows.
*/

.navbar .brand {
    font-weight: bold;
    text-shadow: 0 0 0;
}
.navbar .nav > li > a {
    text-shadow: 0 0 0;
}
.navbar .nav {
    font-size: 15px;
}
.btn-info {
    font-family: "MavenProRegular",Georgia,tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    text-shadow: 0 0 0;
}
/*.questionActionOption .btn-info {
    font-weight: normal;
}*/
label {
    font-weight: bold;
}
/*.span5 {
    background-color: #FCFCFA;
    padding: 10px;
    border: 2px solid #E2E0D8;
    font-size: 13px;
}*/
.hero-unit {
    background-color: #FCFCFA;
    padding: 10px;
    border: 2px solid #E2E0D8;
    font-size: 13px;
}
h3 {
    font-size: 17px;
}
legend {
    font-weight: bold;
    border-bottom: 2px solid #cccccc;
    line-height: 30px;
    font-size: 16px;
}
.alert {
    padding: 4px 35px 4px 14px;
    font-size: 14px;
    margin-bottom: 10px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: 0;
}
.btn-group > .btn, .btn-group > .btn:visited {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 13px;
}
.table {
    margin-bottom: 0;
}
h2.title {
    text-transform: capitalize;
}
/*  */
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: 0 0 0 0 !important;
}
.navbar .brand {
    margin-left: 80px;
    padding: 0 10px 5px 20px;
    text-shadow: 0 1px 0 #FFFFFF;
}
#nav-header > .nav {
    font-size: 13px;
}
#nav-header > .nav li.dropdown.open > .dropdown-toggle, #nav-header > .nav li.dropdown.active > .dropdown-toggle, 
#nav-header > .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: inherit;
    color: #0066CC;
}
#nav-header > .nav > li > a {
    color: #0066CC;
    padding: 5px 6px;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: normal;
    font-size: 14px;
}
#nav-header > .dropdown-menu li > a {
    color: #333333 !important;
}
.navbar-fixed-top {
    margin-bottom: 0px;
}

.btn {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-small {
    padding: 4px 7px;
}

/* Sidebar Menu */
.page-sidebar {
    position: absolute;
    width: 225px;
}
.page-sidebar {
    background-color: #FAFAFA;
}
ul.page-sidebar-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.page-sidebar-menu > li {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
}
.sidebar-toggler {
    background-color: #333333;
    background-image: url("");
}
.page-sidebar .sidebar-toggler {
    background-repeat: no-repeat;
    cursor: pointer;
    height: 29px;
    margin-left: 175px;
    margin-top: 15px;
    opacity: 0.5;
    width: 29px;
}
ul.page-sidebar-menu > li > a {
    border: 0 none;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}
.page-sidebar ul > li > a > .arrow:before {
    content: "";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    margin-right: 5px;
    margin-top: 1px;
    text-shadow: none;
}

ul.page-sidebar-menu > li > ul.sub-menu {
    clear: both;
    display: none;
    list-style: none outside none;
    margin: 8px 0;
}

ul.page-sidebar-menu > li > ul.sub-menu > li {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px !important;
    padding: 0;
}

ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
    border-top: 0 none !important;
}
ul.page-sidebar-menu > li > ul.sub-menu > li > a {
    background: none repeat scroll 0 0 transparent;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 44px !important;
    padding-right: 0;
    padding-top: 5px;
    text-decoration: none;
}
ul.page-sidebar-menu ul.sub-menu > li > a {
    color: #333333 !important;
    font-weight: 400 !important;
}
ul.page-sidebar-menu > li.open > a, ul.page-sidebar-menu > li > a:hover, ul.page-sidebar-menu > li:hover > a {
    background: none repeat scroll 0 0 #EEEEEE;
    border-top: 1px solid #E8E8E8;
}
ul.page-sidebar-menu ul.sub-menu > li.active > a, ul.page-sidebar-menu ul.sub-menu > li > a:hover, ul.page-sidebar-menu ul.sub-menu > li.open > a {
    background: none repeat scroll 0 0 #EFEFEF !important;
    color: #818181 !important;
}
ul.page-sidebar-menu > li > a > .arrow:before, ul.page-sidebar-menu > li > a > .arrow.open:before {
    color: #CCCCCC !important;
}
ul.page-sidebar-menu > li > a {
    border-top: 1px solid #E2E2E2 !important;
    color: #000000 !important;
    font-weight: 400;
}

ul.page-sidebar-menu > li.active > a {
    background: none repeat scroll 0 0 #28B779 !important;
    border-top-color: transparent !important;
    color: #FFFFFF !important;
}
ul.page-sidebar-menu > li.active > a {
    border: medium none;
    text-shadow: none;
}
ul.page-sidebar-menu > li.start > a {
    border-top-color: transparent !important;
}
ul.page-sidebar-menu > li > a {
    border-top: 1px solid #E2E2E2 !important;
    color: #000000 !important;
    font-weight: 400;
}
ul.page-sidebar-menu > li > a {
    border: 0 none;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}
a, a:focus, a:hover, a:active {
    outline: 0 none;
}
a {
    color: #0D638F;
    text-shadow: none !important;
}
ul.page-sidebar-menu > li.active > a .selected {
    background-image: url("");
    display: block;
    float: right;
    height: 25px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 8px;
}
ul.page-sidebar-menu > li.active > a .selected {
    background-image: url("");
    height: 39px;
    right: -7px;
    top: 0;
    width: 7px;
}