.icon-white {background-image: url("../img/glyphicons-halflings-white.png") !important;}
.navbar-inner a {
                color: #ffffff !important;
            }
            .navbar-inverse .navbar-inner {
                background-image: linear-gradient(to bottom, #2086cb , #2086cb) !important;
                background-image: -webkit-linear-gradient(top, #2086cb, #2086cb) !important;
                border-color: #2086cb !important;
            }

            .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
            .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
            .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
                background-color: #2086cb !important;
            }

            .dropdown-menu li > a:hover, 
            .dropdown-menu li > a:focus, 
            .dropdown-submenu:hover > a,
            .dropdown-submenu.open > a{	
                background-color: #2086cb !important; 
                color: #FFFFFF !important;
            }

            .nav.nav-pills a {
                color: #555555 !important;
            }

            .nav-pills > .active > a, .nav-pills > .active > a:hover {
                background-color: #2086cb !important;
                color: #FFFFFF !important;
            }
    
            .nav-stacked a {
                color: #555555 !important; 
            }

            a {
                color: #2086cb !important;
            }

            .dropdown-menu a {
                color: #2086cb !important;
            }

            .btn.btn-primary {
                background-image: linear-gradient(to bottom, #2086cb, #2086cb) !important;
                background-image: linear-gradient(top, #2086cb, #2086cb) !important;
                color: #FFFFFF !important;
                background-color: #2086cb !important;
                border-color: #2086cb !important; 
            }

            .btn.btn-primary:hover,
            .btn.btn-primary:active,
            .btn.btn-primary.active,
            .btn.btn-primary.disabled,
            .btn.btn-primary[disabled] {
                color: #FFFFFF !important;
                background-image: linear-gradient(to bottom, #2086cb, #2086cb) !important;
                background-image: -webkit-linear-gradient(top, #2086cb, #2086cb) !important;
                background-color: #2086cb !important;
            }

            .nav .dropdown-toggle .caret {
                border-bottom-color: #555555;
                border-top-color: #555555_color;
            }
    
            .nav .dropdown-toggle:hover .caret {
                border-bottom-color: #555555;
                border-top-color: #555555;
            }

            .btn {
                color: #333333 !important;
            }

            .nav-tabs .open .dropdown-toggle,
            .nav-pills .open .dropdown-toggle,
            .nav > li.dropdown.open.active > a:hover {
                color: #FFFFFF !important;
            }

            .navbar-inverse .brand,
            .navbar-inverse .nav > li > a {
                color: #FFFFFF !important;
            }

            body, .logo {
                background-color: #fefefe !important;
            }

            body {
                color: #333333 !important;
            }

            table thead tr:first-child {
	            background-color: #2086cb;
            }

            .variableStatusTbl thead tr:first-child {
            	background-color: #2086cb;
            }

            table thead tr:first-child th, .variableStatusTbl thead tr:first-child th {
                background-color: #2086cb;
            }

            #h3-top, #h1-top {
                border-color: #2086cb !important;
                background-color: #ffffff !important;
                color: #555555 !important;
            }
            
            .form_section_link {
                color: #2086cb !important;
            }
        