/* ------------------------------------------------------------------------- */
/* Body Styles                                                               */
/* ------------------------------------------------------------------------- */

body {
    font-family: Tahoma;
    font-size: 14px;
    color: #073763;
    background-color: #ffffff;
}

/* ------------------------------------------------------------------------- */
/* Link Styles                                                               */
/* ------------------------------------------------------------------------- */

a {
    color: #3b4960;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: ;
}

/*a:visited {
    color: #3b4960;
}*/

/* ------------------------------------------------------------------------- */
/* Menu Styles                                                               */
/* ------------------------------------------------------------------------- */

.logout {
    color: #3b4960;
}
.menu-group-header a {
    background-color: #ffffff;
    border-bottom: thin solid #ffffff;
    border-top: thin solid #ffffff;
}

.menu-group-header a.menu-item-active {
    background-color: #ffffff;
}

.menu-group-header a:hover {
    color: #000000;
}

.menu-group-header [class^="icon-"],
.menu-group-header [class*=" icon-"] {
    color: #3b4960;
}

.accordion-group {
    background-color: #3b4960;
}


/* ------------------------------------------------------------------------- */
/* Panel Styles                                                              */
/* ------------------------------------------------------------------------- */

.panel-default > .panel-heading, .panel-primary > .panel-heading {
    background-image: none;
    background-color: #ffffff;
    border-color: #333333;
    font-size: 16px;
    color: #c0c0c0;
}

.panel-body {
    background-color: #ffffff;
}

.panel-default {
    border-color: #ffffff;
}

.panel-footer {
    background-color: #808080;
    background-image: none;
}

#company-name-wrapper {
    background-color: #ffffff;
}

/* ------------------------------------------------------------------------- */
/* Form Styles                                                               */
/* ------------------------------------------------------------------------- */

.form-control {
    border-bottom-color: #333333;
	border-right-color: #333333;
	font-family: Tahoma;
    font-size: 14px;
}

/* Currently for white label css, applying same styling to both default and primary bootstrap buttons.  To be changed in future wlabel css support */
.btn-default, .btn-primary {
    background-color: #4e7297 !important;
    color: #ffffff !important;
    border-color: #ffffff #333333 #333333 #ffffff !important;
}

.btn-default:hover, .btn-primary:hover, 
.btn-default:focus, .btn-primary:focus, 
.btn-default:active, .btn-primary:active, 
.btn-default.active, .btn-primary.active, 
.open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-primary {
    background-color: #4e7297 !important;
    color: #ffffff !important;
    border-color: #ffffff #333333 #333333 #ffffff !important;
}

/* ------------------------------------------------------------------------- */
/* Table Styles                                                              */
/* ------------------------------------------------------------------------- */

.table thead > tr > th, 
.table tbody > tr > th, 
.table tfoot > tr > th, 
.table thead > tr > td, 
.table tbody > tr > td, 
.table tfoot > tr > td {
    background-color: #d9d9d9;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, 
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #d9d9d9;
}

/* ------------------------------------------------------------------------- */
/* Navigation Styles                                                         */
/* ------------------------------------------------------------------------- */

.nav > li > a {
    color: #3b4960 !important;
    text-decoration: none !important;
}

.nav > li > a:hover {
    color: #000000 !important;
    text-decoration:  !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #ffffff !important;
}

/* ------------------------------------------------------------------------- */
/* Glyph Icon Styles                                                         */
/* ------------------------------------------------------------------------- */

.glyphicon {
    color: #3b4960;
}

.disclaimer {
    color: #073763;
    font-size: 14px;
}

/* ------------------------------------------------------------------------- */
/* Misc Styles                                                         */
/* ------------------------------------------------------------------------- */
.tooltip-inner {
    background-color: #c0c0c0
}

h1, h2, h3, h4 {
    color: #c0c0c0;
}