/*body > .alert.alert-block.alert-danger {
    display: none !important;
}*/

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4!important}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#999999;border-color:#000}.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40!important;}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#999999;background-image:none;border-color:#02101f}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>

.noBorder
{
	border: none;
}

.navbar-static-top.navbar-inverse
{
	background-color: #e8e5e2;
	padding-top: 15px;
}

.navbar-inverse .navbar-nav > li > a:hover
{
	border-bottom-color: #999999;
}

.navbar-brand {
    padding-top: 0;
}

footer
{
	color: #fff;
}
footer .footer-top
{
	background-color: #999999;
}

footer .footer-bottom
{
	background-color: #23416D;
}

.blue_border 
{
	border-bottom-color: #999999; 
}
  
.sidebar-home 
{
   border-top-color: #999999;
}
.poll 
{
	border-top-color: #999999;
}
.section-landing, .section-landing-search
{
	background-image: none;
    background-color: #999999;
}
.logo
{
	width: 30%;
	min-width:85px;
}
a.card-link:hover {
    text-decoration: none;
}

.navbar-header .navbar-brand {
    margin-bottom: 60px;
}

ol.progress li.incomplete
{
	border-style: solid;
    border-color: #f5f5f5;
}

.col-xs-5-cols,
.col-sm-5-cols,
.col-md-5-cols,
.col-lg-5-cols {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5-cols {
  width: 20%;
  float: left;
}

.section-landing .row > div .section-landing-sub-heading
{
	text-transform: capitalize;
}

.view-grid th:last-child span[class="sr-only"] {
    position: relative;
}
.crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0 0 0 28px;
}
.sort-disabled {
    color: #23416D;
}

#dynMsgDocumentVisible 
{
    margin: 10px 0;
    font-weight: bold;
}

@media (min-width: 768px) {
    .col-sm-5-cols {
      width: 20%;
      float: left;
  }
  .col-25p
  {
	width: 25%;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .col-md-5-cols {
      width: 20%;
      float: left;
  }
  .col-25p
  {
	width: 25%;
    margin: auto;
  }
}


@media (min-width: 1200px) {
  .col-lg-5-cols {
      width: 20%;
      float: left;
  }
  .col-25p
  {
	width: 25%;
    margin: auto;
  }
}

label#rgb_webstepid_label {
    display: none;
}

input#rgb_webstepid {
    display: none;
}