@import url('https://fonts.googleapis.com/css?family=Roboto');

.navbar-brand {
  padding: 0px !important;
}
.navbar-brand>img {
  height: 100%;
  padding: 2px;
  width: auto;
  margin-left: 30px;
}
body {
	font-family: 'Roboto', sans-serif !important;
	color: #525252 !important;
	    background: linear-gradient(#000, #FFF 900px);
}
.banner {
	background: transparent url("../Resources/Images/crane.jpg") repeat scroll 0 0 / cover !important;
	background-color: #ffffff;
	color: white;
}
.navbar {
	margin-bottom: 0px !important;
}
.logo-container {
	max-width: 400px;
	margin:130px auto 40px auto;
}
.logo-container-product {
	max-width: 360px;
	margin: auto;
}
.text-container {
	max-width: 900px;
	margin: auto auto 40px auto;
}
.intro-text {
	font-size: 31px;
	line-height: 40px;
}
.section-title {
	color: #2d8ccf;
	text-transform: uppercase;
	margin-top: 70px;
}
.section-title::after {
	background: #ffcc00;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    margin-top: 8px;
    width: 100px;
    left: calc(50% - 50px);
    margin-bottom: 30px;
}
.product-title {
	color: #f7901e;
}
.btn-link {
	color: white;
}
.product-section {
	margin-top:40px;
	margin-bottom:70px;
}
.text-bump {
	font-weight: 600;
}
.colorblue {
	color: #7accca;
}
.colororange {
	color: #f7901e;
}
p {
	font-size: 16px;
}
.nav-container {
	margin:5px auto 5px auto;
}
.feature-icon {
	max-height: 125px;
	margin:auto;
}
.icon-container {
	height: 190px;
	padding-right: 6px !important;
    padding-left: 6px !important;
    cursor: pointer;
}
.icon-container:hover{
	text-decoration: none;
	opacity: 0.8;
}
.feature-title {
	font-weight: 600;
	color: #525252;;
}

.feature-badge .col-xs-5, .col-xs-6 {
	padding:0;
}

.feature-badge h4 {
	margin: 0;
}

.featureToggle {
	width:100%;
}

.feature-badge {
	border-bottom: solid 1px #e2e2e2;
	padding:0 !important;
	display: flex !important;
}

.feature-badge a {
	display: inline-block !important;
	color: #535353!important;
}

.sidebar li.active, .sidebar li.active a{
	background-color: #fffabd !important;
}

.nav-stacked>li+li {
    margin-top: 0px !important;
}

.panel {
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2) !important;
}

.navbar-default {
	background-color: white !important;
}

.margin-bot-30 {
	margin-bottom: 30px;
}

.header-spacing-adjust {
	margin-top: 25px;
	margin-bottom:2px;
}

.indent-text-25  {
	padding-left: 25px;
}

.indent-text-50 {
	padding-left: 50px;
}

.no-hover-success:hover {
	background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.no-hover-warning:hover {
	background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.no-hover-warning, .no-hover-success {
	cursor: default !important;
}

.widget {
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white !important;
    cursor: pointer;
}

.widget a {
	color: white !important;
}

.widget:hover {
	color: white !important;
	opacity:0.8;
}

@media only screen and (max-width: 767px) {
	.widget {
		font-size: 16px;
	}
	.alert-module {
	  height: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.widget {
		font-size: 20px;
	}
	.alert-module {
	  height: 230px !important;
	}

	.shift-up {
		margin-top:-225px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.widget {
		font-size: 22px;
	}
	.shift-up {
		margin-top:-225px;
	}
}

@media screen and (min-width:768px) {
	.addTopPadding {
		padding-top: 50px;
	}
}


@media screen and (min-width: 1199px) {
	.widget {
		font-size: 24px;
	}

	.shift-up {
		margin-top:-125px;
	}
}

.blue {
	background-color: #5a98b5;
}

.blue2 {
	background-color: #23c6c8;
}

.green {
	background-color: #1ab394;
}

.yellow {
	background-color: #f3a84d;
}

.red {
	background-color: #bf4545;
}

.dark-blue {
	background-color: #006698;
}

.purple {
	background-color: #a678ff;
}


.pink {
	background-color: #ffe6e6;
}


@media (max-width: 991px) {
  .navbar-header {
      float: none !important;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block !important;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  #option-dropdown .col-xs-9, #option-dropdown .col-sm-12 {
  	word-break: initial;
    white-space: initial;
  }
  #option-dropdown .col-xs-3 {
  		padding-left: 2px;
  }
}

.disable {
	opacity: 0.3 !important;
}

.alert-module {
	  height: 160px;
    padding-top: 5px !important;
}

.alert-orange {
	background-color: #ffb366;
	color: #c56300;
}

.alert-purple {
	background-color: #d9b3ff;
	color: #7141a0;
}

.alert-darkblue {
	  background-color: #a3c8e2;
    color: #3c4d76;
}

.alert-warning {
	background-color: #fff1a5 !important;
}
