.table-blue {
    border-collapse: collapse;
    width: 100%;
		font-size: 14px; 

}

.table-blue td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-blue tr:nth-child(even){background-color: #f7f7f7 ;}

.table-blue tr:hover {background-color: #ECECEC;}

.table-blue th {
    padding-top: 12px;
    padding-bottom: 12px;
	 padding-left: 12px;
	 padding-right: 12px;
	font-size: 14px; 
    text-align: left;
    background-color: #006BA6;
    color: white;
	border: 1px solid white;
	/*	border-bottom: 2px solid #ED8800;*/

}

.hidecontent {
  display: none;
}

/* Tabs panel */
.tabbable-panel {
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #ED8800;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #ED8800;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #f4b766;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #ED8800;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.subscribe-form-sm {
	
	text-align: center;
	overflow: hidden;
}
.subscribe-form-sm form {
	position: relative;
}
.subscribe-form-sm input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form-sm .form-control {
	border-radius: 0px 0 0 0px;
	border: none;
	background-color: rgba(237, 139, 0, 1.0);
	color: #FFFFFF;
	font-size: 14px;
	height: 45px;
}
.subscribe-form-sm button {
	border-radius: 0 4px 4px 0;
	background-color: #3eb0f7;
	color: #ffffff;
	font-size: 1em;
	font-style: bold;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form-sm .btn {
	height: 55px;
}
.subscribe-form-sm .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form-sm .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form-sm .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form-sm .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form-sm .form-control:-ms-input-placeholder {  
	color: #333;  
}

.custom-counter {
  margin-top: 30px;
  padding: 0;
  list-style-type: none;
	
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  margin-left: 60px;
  list-style-position: inside;
  text-indent: -2em;
   

}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 8px;
  font-size: 80%;
  background-color: rgb(237, 136, 0);
  color: white;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 10px;
	
}

.hidecontent {
  display: none;
}


/*grecaptcha */
.grecaptcha-badge{
      visibility: collapse !important; 
}


a.disabled {
  /* Make the disabled links grayish*/
  color: gray;

}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

	.plan-products-icon {
		line-height: 18px;
    	padding-bottom: 15px;
     }
	.cta-pdp {
    	margin-bottom: 40px;
     }
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

	.plan-products-icon {
		line-height: 18px;
    	padding-bottom: 33px;
     }
	
	.cta-pdp {
    	margin-bottom: 40px;
     }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
	.plan-products-icon {
		line-height: 18px;
   		 padding-bottom: 15px;
     }
	
	.cta-pdp {
    	margin-bottom: 36px;
     }
	
	


