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

html {
  overflow-y: scroll;
}

body {
  /*background: #c1bdba;*/
  font-family:  'Helvetica', 'Arial', sans-serif !important;
}

a {
  text-decoration: none;
  color: #1ab188;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: #179b77;
}

.form2 {
  background: rgba(19, 35, 47, 0.9);
  padding: 40px;
  margin: 40px auto;
  border-radius: 4px;
	margin-top: 0;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
.tab-group .active a {
  background: #1ab188;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  /*text-align: center;*/
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}
p {
  /* text-align: center;*/
  /* color: #ffffff; */
  font-weight: 50;
  margin: 0 0 40px;
}

label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
.label2 {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
  color:#ffffff;
}
label .req {
  margin: 2px;
  color: #1ab188;
}

label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input, textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}
.field-wrap2 {
  position: relative;
  margin-bottom: 20px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
/*   width: 48%;
  margin-right: 4%; */
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #1ab188;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #179b77;
}

 
 .tektite {
    height: 500px;
    width: 435px;
    display: inline-block;
    background-image: url("../../media/images/tektite.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.btn-vas:hover
{
	background:orange;
	border-radius:50px;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
 ul > li > .active
{
	background: orange;
	
}
.nav-pills > li {
     /* float: none !important;  */
}
.nav-pills > li + li {
    /* margin-left: 2px; */
	margin-left:0px;
}

.emp_login
{
	border: 2px solid #7c706b;
}
.emp_login:hover
{
	/* background:#fff; */
	/* color:#000 ; */
}

.header-link
{
	font-size: 14px;
}
.navbar-dropdown .navbar-short {
    padding-top: 10px;
    padding-bottom: 5px;
}

.nav-pills > li > a.linkclass 
{
	padding: 0;
}
nav .btn .active
{
	background:#f5a530;
}
ul  li.btn-wifi:hover,  li .active
{
	background:rgb(3, 50, 138);
}
.btn-wifi:active, .btn-wifi.active
{
	background:rgb(3, 50, 138);
}
ul  li.btn-solution:hover,  li .active
{
	background:#f5a530;
}

.btn-solution:active, .btn-solution.active
{
	background:#f5a530;
}

.btn-network:active, .btn-network.active
{
	background:#2077bd;
}
ul  li.btn-network:hover,  li .active
{
	background:#2077bd;
}
.btn-revenue:active, .btn-revenue.active
{
	background:#369a53;
}
ul  li.btn-revenue:hover,  li .active
{
	background:#369a53;
}
.btn-power:active, .btn-power.active
{
	background:#8b5cb1
}
ul  li.btn-power:hover,  li .active
{
	background:#8b5cb1
}
.btn-video:active, .btn-video.active
{
	background:#089bd8
}
ul  li.btn-video:hover,  li .active
{
	background:#089bd8
} 

/* Solution sub-topic link tag */
.nav-pills > li.active > a:after {
	transform: scale(0, 0);
}
.nav > li > a:hover:after, .nav > li > a:focus:after {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}

li > a > span {
  position: relative;
  text-decoration: none;
}
li > a > span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.9px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
/*   -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; */
}
li > a> span:hover:before {
/*   visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); */
}

 .table > tbody > tr > th, td
{
	border-top: 0px !important;
} 
.table > tbody > tr > th
{
	padding: 15px !important;
	font-size: 20px;
}

@media (min-width: 800px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
	   background:red;
   }
   
 .navbar-toggler .nav-dropdown > ul > li {
       display: block !important;
	   background:red;
  }
	   .navbar-toggle {
    display: none;
   }
   
}

.nav-dropdown li:hover ul
{
	display: block;
}


.icon_small
{
	font-size: 70px !important;
	color: blue !important;
}

table .mbr-article
{
	text-align: center !important;
}

.btnCreate
{
	background:#c1c3c3 !important;
}
/* COLOR */

/* .darkgray p
{
	color: #7c706b;
	font-size: 17px;
} */
h3.darkgray 
{
	color: #7c706b !important;
	font-size: 36px !important;
}
p.darkgray 
{
	color: #7c706b !important;
	font-size: 17px !important;
}