/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
	
Base orange
hex #ff8000;
	
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */


body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
}

a {
	/*
	color: #428bca;
	*/
}

a:hover {
	/*
	color: #2a6496;
	text-decoration: underline;
	*/
}

h1 {
	/*
	color: #428bca;
	*/
	font-family: 'Roboto', sans-serif;
}

h2 {
	/*
	color: #428bca;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-shadow: none;
	*/
	font-family: 'Roboto', sans-serif;
}

h3 {
	/*
	color: #428bca;
	*/
	font-family: 'Roboto', sans-serif;
}

h4 {
	/*
	color: #428bca;
	*/
	font-family: 'Roboto', sans-serif;
}

h5 {
	/*
	color: #428bca;
	*/
	font-family: 'Roboto', sans-serif;
}

.Masthead {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#content-container .container {
	background-color: white;
	box-shadow: none;
	-webkit-box-shadow: none;
}


/* ====================== Additional container styles ======================= */


.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
}

.badge {
	/*
	background-color: #428bca;
	*/
}

.pagination > li > a, .pagination > li > span {
	/*
	color: #428bca;
	*/
}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {
	/*
	color: #2a6496;
	*/
}

.nav-tabs > li.active > a {
	/*
	border-top-color: #428bca;
	color: #428bca;
	*/
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}


/* ====================== Navigational styles =============================== */
div#header-container {
    background: #282729;
}

.navbar-collapse {
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #282729;
}

div#tdleftnav {
    /*width: 100% !important;*/
    padding: 40px 30px;
}

.container > .navbar-collapse {
	border-bottom-color: #ff8000;
	border-bottom-style: none;
	border-bottom-width: 2px;
}

.navbar-top > li > a {
	/*
	padding: 5px;
	color: #428bca;
	*/
}

.navbar-top > li > a:hover {
	/*
	color: #428bca;
	background-color: white;
	*/
}

@media (min-width: 993px){
	.navbar-collapse > .navbar-nav > li > a {
	padding: 11px 10px;
}

}
.navbar-collapse > .navbar-nav > li > a {
	/* color: white; */
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-collapse > .navbar-nav > li > a:hover {
	color: #1799cc;
	background-color: transparent;
	transition: all 0.2s;
}



.navbar-nav > li > a.active {
	color: #1799cc;
	background-color: transparent;
	transition: all 0.2s;
}

.navbar-nav > li.active > a {
	color: #1799cc;
	background-color: transparent;
	transition: all 0.2s;
}


.navbar-collapse > .navbar-nav > li > a.registerbtn {
    padding: 11px 23px !important;
    margin-left: 10px;
    border-radius: 2px;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}

.navbar-collapse > .navbar-nav > li > a.registerbtn:hover {
	color: #fff;
	background-color: #1799cc;
	border: 1px solid #fff;
	
}

.navbar-nav > li > .dropdown-menu {
	border-radius: 0px;
}

.dropdown-menu {
	padding-top: 40px;
	background-color: #282729;
	border-bottom-color: #ff8000;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-bottom: 0px;
}

.dropdown-menu > li > a {
	padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #605d5d;
}

.dropdown-menu > li > a:hover {
	color: white;
	background-color: #1799cc;
	transition: all 0.2s
}

.left-nav > li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-nav > li > a {
	/*
	color: white;
	*/
}

.left-nav > li > a:hover {
	/*
	color: white;
	background-color: #ff8000;
	*/
}

.left-nav > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > a:hover {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > a:focus, .left-subnav.in > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > .left-subnav > li > a, .left-subnav.in > li > a {
	/*
	color: #428bca;
	*/
}

.left-nav > li.active > .left-subnav > li > a:hover, .left-subnav.in > li > a:hover {
	/*
	color: #428bca;
	*/
}

.left-subnav.in > li > a {
	/*
	color: #428bca;
	padding: 8px 0px 8px 24px;
	background-color: white;
	*/
}

.left-subnav > li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-subnav > li > a {
	/*
	padding: 8px 0px 8px 11px;
	color: #428bca;
	*/
}

.left-subnav > li > a:hover {
	/*
	color: #428bca;
	background-color: white;
	*/
}

.left-subnav > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-subnav > li.active > a:hover {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.nav-username {
	color: white;
}

#ctl00_UserInfo_lnkLogout {
	color: #1799cc;
}

div#header {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-toggle {
	border-color: transparent;
	background-color: transparent;
	margin: 0px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #1799cc;
}

.nav-logout:hover a{
	/*
	background-color:transparent !important;
	text-decoration: none;
	*/
}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}

@media (max-width: 992px){
    #ctl00_dvTopNavigation .navbar-header {
        background: #434343;
        padding: 40px 30px;
    }
    div#header-container {
        background: #434343;
    }
    .navbar-collapse {
	background-color: #434343;
}
.dropdown-menu {
	padding-top: 0px;
	background-color: #434343;
}
.navbar-collapse > .navbar-nav > li > a {
    text-align: center;
}
.dropdown-menu > li > a {
	text-align: center;
}
}

/* ====================== Custom footer styles ============================== */
@media (min-width: 993px){
.fusion-column.col-lg-2.col-md-2.col-sm-2 {
    width: 20%;
}
}
#footer-container{
	background-color: #282729;
}

#footer-container .container {
	background-color: #282729;
	border-top-color: #ff8000;
	border-top-style: none;
	border-top-width: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#Footer.footer {
	/*
	background-color: transparent; (This is optional)
	*/
}

.footer_copyright p {
	/*
	margin: 0px;
	padding: 10px 12px;
	font-size: 12px;
	*/
}

.footer h2 {
	/*
	color: white;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.footer ul {
	/*
	padding-left: 0px;
	margin-top: 10px;
	float: left;
	*/
}

.footer ul li {
	/*
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
	list-style-type: none;
	*/
}

.footer ul li a {
    /*
    color: white;
    */
}

@media (min-width: 993px){
.fusion-column.col-lg-2.col-md-2.col-sm-2 {
    width: 20%;
}
}

.menu-item > a {
    color: #bfbfbf;
    font-weight: 400;
    font-size: 12px;
}

.menu-item > a:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.menu-item {
    padding: 10px 10px 10px 12px;
}

.menu {
    padding: 0px !important;
}

h4.widget-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    color: #dddddd;
    padding-bottom: 10px;
    margin-top: 0px;
}

div#dvFooterInc {
    padding: 20px;
    display: block;
}

.fusion-copyright-notice div {
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
}


a.fusion-social-network-icon.fusion-tooltip {
    padding: 5px;
}

.fusion-social-networks {
    margin-top: 40px;
    margin-bottom: 40px;
}


@media (max-width: 992px){
	h4.widget-title {
    margin-top: 40px;
}

}
/* ================== When no content is in left sidebar =================== */

.left-container{
    /*
    min-height: 1px;
    */
}


/* =================== img-responsive for IE ============== */

.img-responsive {
	/*
	width: auto;
	*/
}

.fusion-footer-widget-area .widget .recentcomments:before, .fusion-footer-widget-area .widget_archive li a:before, .fusion-footer-widget-area .widget_categories li a:before, .fusion-footer-widget-area .widget_links li a:before, .fusion-footer-widget-area .widget_meta li a:before, .fusion-footer-widget-area .widget_nav_menu li a:before, .fusion-footer-widget-area .widget_pages li a:before, .fusion-footer-widget-area .widget_recent_entries li a:before {
    position: absolute;
    font-family: fontawesome;
    content: '\f105';
    margin-left: -12px;
}
/* =================== Fix Focus State for nav ===================== */

.nav > li > a:focus {
	/*
    background-color: transparent;
    */
}

/* =================== Hide due date on custom insurance form ===================== */

div#ctl00_ContentPlaceHolder1_pnlList .table-responsive thead tr {
    background-color: #F5F5F5;
}

div#ctl00_ContentPlaceHolder1_pnlList .table-responsive thead tr th:nth-child(4) {
    //color: #F5F5F5;
    display: none;
}

div#ctl00_ContentPlaceHolder1_pnlList .table-responsive tbody tr td:nth-child(4) {
    display: none;
}

/* =================== Hide Your Add-On Orders on OEC ===================== */
#ctl00_ContentPlaceHolder1_ctlAddOns_pnlPurchaseSum {display:none;}
