
html {
	font-size: 100%;
}

body {
	font-family: 'Open Sans', Helvetica Neue, Sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #313131;
	text-align: left;
	overflow-x: hidden !important;
	margin: auto !important;
}

/*---------------------------------------
   1.2 PRE-LOADER              
-----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT           
-----------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all ease 0.25s;
	transition: none;
}

a:hover {
	text-decoration: underline;
}

/*---------------------------------------
   1.4 MISC FIXES         
-----------------------------------------*/
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding-left: 40px !important;
}

li {
	list-style: inherit;
}

.row.no-gutters[class^="col-"],
.row.no-gutters[class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: inherit;
}

.nav > li > a {
	padding: inherit;
}

.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

.navbar-inverse .navbar-nav > li > a:focus {
	color: inherit;
}



/* --------------------------------------
=========================================
   2. COMPONENTS
=========================================
-----------------------------------------*/
/*---------------------------------------
   2.1 TYPOGRAPHY      
-----------------------------------------*/
/* HEADINGS */
h1,
h2 {
	font-family: 'Cabin', Helvetica Neue, Sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 3.75rem;
	line-height: 5rem;
}

h2 {
	font-size: 2.4rem;
	line-height: 3.125rem;
}

h2 strong {
	color: #272727;
}

h3 {
	font-size: 1.5rem;
	line-height: 2.375rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

h5 {
	font-size: 18px;
	line-height: 28px;
}

/* BUTTONS */
.standard-button {
	font-weight: 600;
}

/* OTHER TEXTS */
strong,
.strong {
	font-weight: 600;
}

.dark-text {
	color: #454545;
}

.transparent-text {
	color: rgba(255, 255, 255, 0.6);
}

.transparent-text-dark {
	color: rgba(49, 49, 49, 0.5);
}

.small-text {
	font-size: 14px;
}

.small-text-medium {
	font-size: 14px;
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.line-through {
	text-decoration: line-through;
}

.button-text {
	font-weight: 600;
	text-transform: uppercase;
}

.price .month {
	font-family: 'Open Sans', Helvetica Neue, Sans-serif;
	color: #666666;
	font-size: 16px !important;
}

/*---------------------------------------
   2.2 BUTTONS       
-----------------------------------------*/
.standard-button {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.6;
	border: none;
	padding: 18px 40px 18px 40px;
	color: #ffffff;
	-webkit-transition: none;
	transition: none;
}

.secondary-button {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.6;
	border: none;
	background: transparent;
	padding: 20px 35px 20px 35px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: none;
	transition: none;
}

.secondary-button:hover {
	background: transparent;
	border-color: #ffffff;
}

.secondary-button-dark {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.6;
	border: none;
	background: transparent;
	padding: 20px 35px 20px 35px;
	color: #272727;
	border-color: rgba(39, 39, 39, 0.5);
	-webkit-transition: none;
	transition: none;
}

.secondary-button-dark:hover {
	background: transparent;
	border-color: #272727;
	color: #272727;
}

.navbar-register-button {
	border: none;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff !important;
	-webkit-transition: none;
	transition: none;
}

/*---------------------------------------
   2.3 BORDER AND LINE       
-----------------------------------------*/
.border-right {
	border-right: 1px solid #eaeaea;
}

.border-left {
	border-left: 1px solid #eaeaea;
}

.colored-line-left,
.colored-line-right,
.colored-line,
.white-line,
.grey-line {
	height: 2px;
	width: 80px;
	display: block;
}

.white-line {
	background: #ffffff;
	margin: auto;
}

.grey-line {
	background: #eaebec;
}

.grey-line-short {
	height: 2px;
	width: 40px;
	display: block;
	background: #eaebec;
}

.white-text {
	color: #ffffff;
}

.white-bg-border {
	background: #ffffff;
	border-top: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
}

.white-bg {
	background: #ffffff;
}

.grey-bg {
	border-top: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
	background: #F7F8FA;
}

.dark-bg {
	background: #2e3336;
}

.colored-line-left {
	float: left;
}

.colored-line-right {
	float: right;
}

.colored-line {
	margin: auto;
}

/*---------------------------------------
   2.4 SECTION HEADERS       
-----------------------------------------*/
.section-header {
	margin-top: 90px;
	margin-bottom: 60px;
}

.section-header h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.sub-heading {
	margin-top: 20px;
}

/*---------------------------------------
   2.5 FORM ELEMENTS       
-----------------------------------------*/
.input-box,
.textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #999999;
	padding-left: 21px;
	line-height: auto;
}

.input-box {
	min-height: 50px;
}

.textarea-box {
	padding-top: 15px;
}

.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
	color: #272727;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* --------------------------------------
=========================================
   3. SECTION STYLES
=========================================
-----------------------------------------*/
/*---------------------------------------
   3.1 SECTION: HOME / HEADER         
-----------------------------------------*/
.header {
	-webkit-background-size: cover;
	background-size: cover;
}

.header .overlay-layer {
    padding-top: 60px;
    padding-bottom: 0 !important;
    height: auto;
}

/* STICKY NAVIGATION AND LOGO */
.appear-on-scroll {
    opacity: 0;
}

.sticky-navigation {
    background: #ffffff;
    min-height: 70px;
    border: none;
    font-weight: 400;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-brand {
    padding: 5px 15px 18px 15px;
}

.sticky-navigation .navbar-brand img {
    max-width: 80px;
    -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation {
    margin-top: 0;
}

.sticky-navigation .main-navigation li a {
    text-transform: uppercase;
    line-height: 34px;
    padding: 18px;
}

.sticky-navigation .login-register {
    margin-top: 0;
}

.sticky-navigation .login-register .login a {
    text-transform: uppercase;
    line-height: 34px;
    padding: 18px;
}

.sticky-navigation .login-register .register-button {
    margin-top: 15px;
}

.sticky-navigation .login-register .register-button a {
    padding: 10px 15px 8px 15px;
    border-radius: 3px;
}

/* ONLY LOGO */
.only-logo .navbar-header {
    margin: auto;
    float: none;
}

.only-logo .navbar-header img {
    max-width: 80px;
}

/* INTRO */
.intro-section {
    margin-top: 100px;
    margin-bottom: 55px;
}

.intro-section h5 {
    margin-top: 15px;
    margin-bottom: 60px;
}

.browser-image {
    overflow: hidden;
}

.browser-image img {
    max-width: 80%;
    margin-bottom: -5px;
}

/*---------------------------------------
   3.3 SECTION: SERVICES    
-----------------------------------------*/
.single-service {
	padding: 40px 35px 40px 35px;
	margin: 0 0 100px 0;
	background: #ffffff;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	border-radius: 3px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.single-service .service-icon {
	font-size: 60px;
	margin-bottom: 35px;
}

.single-service h3 {
	margin-bottom: 10px;
}

/*---------------------------------------
   3.4 SECTION: APP BRIEF    
-----------------------------------------*/
.brief {
	padding-top: 80px;
	padding-bottom: 115px;
}

.brief .content-section {
	margin-top: 15px;
}

.brief h2 {
	margin-bottom: 15px;
	margin-top: 10px;
}

.brief p {
	margin-top: 40px;
}

.brief .brief-image-right {
	margin-top: 20px;
}

.brief .brief-image-right img {
	float: right;
	width: 92%;
}

.brief .brief-image-left {
	margin-top: 25px;
	overflow: hidden;
}

.brief .brief-image-left img {
	float: left;
	width: 95%;
}

.feature-list {
	margin-top: 15px;
}

.feature-list li {
	padding-top: 8px;
	padding-bottom: 8px;
}

.feature-list li span {
	margin-right: 10px;
}

/* ACCORDION */
.panel-default {
	border: 0;
	border-radius: 3px;
	margin-top: 35px;
	display: block;
	text-align: left;
}

.panel-body {
	border-top: 4px solid #F7F8FA !important;
}

.panel-heading {
	background-color: #ffffff !important;
	border: none;
	padding: 0;
}

.panel-group .panel+.panel {
	margin-top: 15px;
}

.panel-heading .title-text {
	line-height: 40px;
}

.panel-title a:hover {
	text-decoration: none;
}

.panel-title .icon-container {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	text-align: !important;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-left-radius: 3px;
	float: left;
}

/*---------------------------------------
   3.5 SECTION: STATS 
-----------------------------------------*/
.stats {
	-webkit-background-size: cover;
	background-size: cover;
}

.stats .overlay-layer-2 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-stats {
	margin-top: 40px;
	margin-bottom: 40px;
}

.single-stats .icon-container {
	margin-bottom: 35px;
}

.single-stats .icon-container span {
	font-size: 70px;
}

.stats-footer .long-transparent-line {
	margin-bottom: 45px;
}

/*---------------------------------------
   3.6 SECTION: UNIQUE FEATURES 
-----------------------------------------*/
.unique-features {
	padding-bottom: 100px;
}

.ipad-image {
	margin: auto;
}

.ipad-image img {
	width: 100%;
}

.feature {
	margin: auto;
	padding-left: 10px;
	padding-right: 0;
	margin-top: 30px;
	margin-bottom: 25px;
	overflow: hidden;
}

.feature .icon-container {
	margin-right: 10px;
	padding-top: 18px;
	float: left;
}

.feature .icon-container span {
	font-size: 30px;
}

.feature .description {
	width: 85%;
	float: right;
}

.feature .description p {
	margin-top: 20px;
}



/*---------------------------------------
   3.15 SECTION: FOOTER
-----------------------------------------*/
.footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-links li {
	display: inline-block;
	padding: 10px;
}

.footer-links li a:hover {
	text-decoration: none;
}

.social-icons li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.social-icons li a:hover {
	text-decoration: none;
}

.social-icons li a:hover .transparent-text-dark {
	color: #313131;
}






hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tab-pane {
	padding-top: 20px;
}



.list-group .list-group-item.active {
  background: #69C0FF;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
  background: #00A7FC;
  border-top: 1px solid #69C0FF;
  border-right: 1px solid #69C0FF;
  border-bottom: 1px solid #69C0FF;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group .list-group-item {
  border-left: none;
}
.navbar {
    border-radius: 2px;
    margin-bottom: 30px;
}

 body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
  }

.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { margin-bottom:10px; }

.dashboard-stats h4 {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100;
}

.dashboard-stats span {
  display: block;
  font-size: 14px;
  font-weight: 100;
}

.dashboard-stats .panel {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  margin-bottom: 24px;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    margin-top: -60px;
    position: relative;
    color: #fff;
    background: transparent;
}


.navbar {
    border-radius: 2px;
    margin-bottom: 30px;
}

 body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
  }

.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { margin-bottom:10px; }

.dashboard-stats span {
  display: block;
  font-size: 14px;
  font-weight: 100;
}

.dashboard-stats .panel {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  margin-bottom: 24px;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    margin-top: -60px;
    position: relative;
    color: #fff;
    background: transparent;
}

.btn-login {
  color: #FFF;
  height: 50px;
  border-radius: 0px;
  padding-top: 7px !important;
  border-color: #46B8DA;
  background: transparent;
  margin-top: 10px;
  transition: background 1s;
}

.btn-login:hover {
    color: #fff !important;
    background: rgba(38, 154, 188, 0.41) !important;
}

.calculator-table {
  width: 100%;
  text-align: left;
}
.no-overlay-layer {
  padding-top: 60px;
  padding-bottom: 0px !important;
  height: auto;
  }

.page-header {
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.04);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.17);
  padding: 0px;
  color: #F5F5F5;
  transitions: 1s color;
}
.page-header a:hover{
  color: #fff !important;
}

.system-status .bar-well {
  background: none repeat scroll 0% 0% #F7F8FB;
  border: 1px solid #EAEDF7;
  border-radius: 8px;
  box-shadow: 0px 1px 1px rgba(100, 100, 100, 0.25) inset;
  padding: 20px 30px;
  margin: 35px auto 0px;
}

.system-status .help {
  padding-left: 35px;
}

.system-status .indicator-container{
  font-size: 18px;
      font-weight: 500; 
      background: none;
}

.system-status .indicator-container .color {
        width: 15px;
        height: 15px;
        border-radius: 50px;
        float: left;
        position: relative;
        top: 5px;
        margin-right: 20px;
}





.system-status .indicator-container .color.green {
  background: #96cb4c;
  border: 1px solid #8BC43D;
  box-shadow: 0px 0px 7px 2px #b3e074, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); 
}
.system-status .indicator-container .color.yellow {
  background: #F0D775;
  border: 1px solid #E0CC7E;
  box-shadow: 0px 0px 7px 2px #f0d775, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); 
}
.system-status .indicator-container .color.red {
  background: #F56B65;
  border: 1px solid #FC7D77;
  box-shadow: 0px 0px 7px 2px #ff9b96, inset 0px 2px 1px -1px rgba(255, 255, 255, 0.8); 
}


.individual-status .ok {
  color: #0F9B0F;
  font-size: 13px;
  font-weight: 500; 
}

.individual-status .issues {
  color: #D88C1B;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 18px; 
}

.individual-status .down {
  font-size: 13px;
  color: #F90000;
  min-width: 93px;
  display: inline-block;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #FFF;
    border: 1px solid #DDD;
}

.list-group:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #DDD;
}

.list-group:last-child {
    margin-bottom: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 1px solid #DDD;
}

.status-history .date hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*
.status-history .message {
  display: inline-block;
}

.status-history .day {
  display: inline-block;
}
*/
.status-history p {
  margin-bottom: 20px;
}
.status-history .ok {
  color: #0F9B0F;
}

.standard-page-content {
  padding: 55px 0px;
}

.generic-heading {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 100;
  font-size: 46px;
}

    .help-qa-area .panel-heading{
      background-color: #FFF;
    }

    .help-qa-area .panel-default{
      border: none;
    }

    .help-qa-area .panel-title a{
      text-decoration: none;
    }

    .help-qa-area .m-l-m-20{
      margin-left: -20px;
    }

    .help-qa-area .f-w-100{
      font-weight: 100;
      text-align: left;
      color: #2CC0D5;
      margin-bottom: -30px;
      margin-left: 0px;
    }

    .help-qa-area .nav-tabs{
      border-bottom: none;
      padding: 0 30px;
    }

    .help-qa-area .panel-body {
      padding: 15px 15px 15px 35px;
    }

    .help-input-search{
      line-height: 2.5;
      font-size: 20px !important;
      color: #6F6F6F;
      width: 70% !important;
      text-align: center;
    }

    /*
    Tipue Search 4.0
    Copyright (c) 2014 Tipue
    Tipue Search is released under the MIT License
    http://www.tipue.com/search
    */


    #tipue_search_input
    {
         font: 13px/1.6 'open sans', sans-serif;
      color: #333;
      padding: 12px 12px 12px 40px;
      width: 170px;
      border: 1px solid #e2e2e2;
      border-radius: 0;
      -moz-appearance: none;
      -webkit-appearance: none;
         box-shadow: none; 
      outline: 0;
      margin: 0;
      background: #fff url('../images/search.png') no-repeat 15px 15px;
    }

    #tipue_search_content
    {
         max-width: 600px;
      padding-top: 15px;
      margin: 0px auto;
    } 
    #tipue_search_loading
    {
         padding-top: 60px;     
         background: #fff url('../images/loader.gif') no-repeat left;
    }

    #tipue_search_warning_head
    {
         font: 300 15px/1.6 'Open Sans', sans-serif;
      color: #555;
    }
    #tipue_search_warning
    {
         font: 300 13px/1.6 'Open Sans', sans-serif;
      color: #333;
      margin: 7px 0;
    }
    #tipue_search_warning a
    {
         color: #36c;
         font-weight: 300;
         text-decoration: none;
    }
    #tipue_search_warning a:hover
    {
         color: #333;  
    }
    #tipue_search_results_count
    {
         font: 300 13px/1.6 'Open Sans', sans-serif;
      color: #333;
    }
    .tipue_search_content_title
    {
         font: 300 25px/1.7 'Open Sans', sans-serif;
         text-rendering: optimizelegibility;
          margin-top: 23px;
          color: #2CC0D5;
    }
    .tipue_search_content_title a
    {
         color: #333;
         text-decoration: none;
    }
    .tipue_search_content_title a:hover
    {
         color: #555;
    }
    .tipue_search_content_url
    {
         font: 300 13px/1.7 'Open Sans', sans-serif;
         word-break: break-all;
         word-break: break-word;
         -webkit-hyphens: auto;
         -moz-hyphens: auto;
         hyphens: auto;
    }
    .tipue_search_content_url a
    {
         color: #06c;
         text-decoration: none;
    }
    .tipue_search_content_url a:hover
    {
         color: #333;   
    }
    .tipue_search_content_text
    {
         font: 300 15px/1.6 'Open Sans', sans-serif;
      color: #555;
         word-break: break-all;
         word-break: break-word;
         -webkit-hyphens: auto;
         -moz-hyphens: auto;
         hyphens: auto;
         margin-top: 3px;
    }
    .h01
    {
         color: #333;
         font-weight: 400;
    }

    #tipue_search_foot
    {
         margin: 51px 0 21px 0;
    }
    #tipue_search_foot_boxes
    {
      padding: 0;
      margin: 0;
         font: 12px/1 'Open Sans', sans-serif;
    }
    #tipue_search_foot_boxes li
    {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline;
    }
    #tipue_search_foot_boxes li a
    {
      padding: 9px 15px 10px 15px;
         background-color: #f1f1f1;
         border: 1px solid #dcdcdc;
         border-radius: 1px;
      color: #333;
      margin-right: 7px;
      text-decoration: none;
      text-align: center;
    }
    #tipue_search_foot_boxes li.current
    {
      padding: 9px 15px 10px 15px;
         background: #fff;
         border: 1px solid #dcdcdc;
         border-radius: 1px;
      color: #333;
      margin-right: 7px;
      text-align: center;
    }
    #tipue_search_foot_boxes li a:hover
    {
      border: 1px solid #ccc;
      background-color: #f3f3f3;
    }

    .tipue-clear-results
    {
      text-align: right;
      float: right;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      cursor: pointer;
    }

    .btn-custom {
    	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	padding: 10px 15px 8px;
	border-radius: 3px;
	background: linear-gradient(to bottom, #00A9FF 0%, #008ED6 100%) repeat scroll 0% 0% transparent;
	box-shadow: 0px 3px 0px #005885;
    }

    .btn-custom:hover {
    	text-decoration: none;
    	background: none repeat scroll 0% 0% #008ED6 !important;
    	color: #FFF;
    	cursor: pointer;
    }

    .btn-custom[disabled] {
    	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	padding: 10px 15px 8px;
	border-radius: 3px;
	cursor: inherit;
	background: none repeat scroll 0% 0% #008ED6 !important;
	box-shadow: 0px 3px 0px #005885;
    }

/*
	.btn-custom[disabled]:hover {
background: linear-gradient(to bottom, #00A9FF 0%, #008ED6 100%) repeat scroll 0% 0% transparent !important;
	box-shadow: 0px 3px 0px #005885 !important;}
	*/

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0px;
}

.m-t-0{
	margin-top: 0px !important;
}
.m-tb-0{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.navbar-left {
	padding-left: 0px !important;
	color: #fff;
}

.navbar-left li a:hover{
	color: #fff !important;
}

.header {
        background: linear-gradient(154deg, #008fe2 0, #00b29c 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#008fe2', endColorstr='#00b29c', GradientType=1);
    }