.topMenuSection {
	background-color: #1156a7;
}

.navbar.navbar-inverse.navbar-static-top.navTopSection {
    background-color: transparent;
}

#navbar {
  /* width:1160px; */
}

.mobileMenuToggle, .mobileMenuToggle:hover, .mobileMenuToggle:focus, .mobileMenuToggle:visited, .mobileMenuToggle:active {
    background-color: #1156a7 !important;
}

@media (max-width: 767px) {
	.pp-photo-img {
		width: 170px;
		margin-left: 15px;
	}
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: #000 !important;
}

footer .footer-top.hidden-print.footerTopSection, footer .footer-bottom.hidden-print.footerBottomSection, footer .footer-bottom ul li a {
    background-color: #243745;
	color : #ffffff;
	font-size : 14px !important;
}

section#gethelp {
    margin-top: 50px;
}

.btn-info {
    color: #fff;
    background-color: #36f;
    border-color: #36f;
}
.btn-info:hover {
   background-color: #0000ff;
}
#messageid{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #36f;
    border-color: #36f;
     position: sticky;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 10px;
}

.navbar-nav>li>a>img {
    vertical-align: text-top;
    height: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top.pull-right {
  
  inset:auto !important;
}

.input-group {
    position: inherit !important;
}

.dropdown-menu.pull-right {
    right: 0px !important;
    left: auto !important;
    top: auto !important;
}

@media (min-width: 1200px){
    .container {
        width: 1280px;
    }
}

@media (max-width: 992px){
    .bootstrap-datetimepicker-widget.dropdown-menu {
   	 display: block;
    	 margin: 2px 0;
    	 padding: 4px;
    	 width: 19em;
    	 margin-top: -138px !important;
    	 margin-left: 50px !important;
	}
}
