/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  width: 90%;
  margin:auto !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form
{
  width: 100%;
}



/* Flex Box and General*/
@font-face {
  src:url(/Gilroy/Gilroy_Light.otf);
  font-family: gilroy;
}
@import url('https://fonts.googleapis.com/css?family=Baloo+Thambi+2&display=swap');
header
{
  font-family: gilroy,'Baloo Thambi 2',sans-serif;
}
body
{
  color:white;
  font-family: gilroy,'Baloo Thambi 2',sans-serif;
}
.main_flex
{
  padding-top: 0;
  display:flex;
  flex-wrap: nowrap;
}
.main_flex > .flex_banner_image
{
  background-image: url("../images/welcomeportal.png");
  background-repeat: no-repeat;
  margin: auto;
  width: 95%;
  height: 500px;
  background-position: center;
  background-size: cover;
}
.banner
{
  margin: auto;
  background-color: #f36e21;
  height: 90px;
  width: 95%;
  text-align: center;
  align-items: center;
  font-size: 1.4em;
  display: grid;
}
.banner p
{
  text-align: center;
  align-items: center;
}
.feature_text
{
  color: #004053;
  font-weight: bold;
  text-align: left;
}

/* navbar */
* {
  box-sizing: border-box;
}

.navbar {
  overflow: hidden;
  background-color: none;
  text-align: center;
  width: 95%;
  padding-top: 20px;
  margin: auto;
}

.navbar a {
  /*float: center;*/
  font-size: 16px;
  color: #004053;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  padding-bottom: 47.5px;
}

.dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #004053;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  padding-bottom: 50px;
}

.navbar a:hover, .dropbtn {
  background-color: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e8f4f8;
  width: 100%;
  overflow: hidden;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropbtn:hover+ .dropdown-content {
  display: block;
}
.dropdown-content:hover
{
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float:left;
  width: 20%;
  padding: 10px;
  border-right: 1px solid #bbdfe9;
  height: 250px;
  display: flex;

}
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
}
.navicon
{
  align-self: center;
  margin: auto;
}
.navicon img
{
  transform-origin: 0 0;
  transition: transform .5s, visibility .5s ease-in;
}

.navicon:hover img
{
  align-self: center;
  margin: auto;
  transform: scale(1.1);
}

.navbar a:hover {
  border-bottom: 2px solid #f36e21;
}
.dropbtn:hover {
  border-bottom: 2px solid #f36e21;
}
.icon:hover
{
  border-bottom: none !important;
}
.column h3
{
  color: #004053;
  margin-top: 30px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Morgan login css 24/01/2020 */
.login
{
  float: right;
  display: inline-block;
  border-radius: 10px;
  background-color: #004053;
  color: #ffffff !important;
  padding-bottom: 16px !important;
  border: 2px solid #004053;
  margin: auto;
}
.login:hover
{
  border: 2px solid #004053 !important;
  background-color: white;
  color: #004053 !important;
}

#prevBtn
{
  display: block;
  padding: 10px;
  border-radius: 10px;
  border: 5px solid #004053;
  color: white;
  background-color: #004053;
  margin:auto;
  width: 100px;
  margin-top: 10px;
}
/* Settings menu icon */

.dropbtnMenu i
{
  color: white !important;
  margin-right: 15px !important;
}

.logged:hover
{
  border: none !important;
}

/* Logged Dropdown */
.dropbtnMenu {
  background-color: #004053;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  justify-content: end;
  align-items: end;
}

.dropbtnMenuBell {
  border: none;
  background-color: white;
  cursor: pointer;
}

.dropdownMenu {
  position: relative;
  display: inline-block;
}

.dropdown-contentMenu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: -48px;
}
.dropdown-contentMenuBell {
  display: none;
  position: absolute;
  background-color: #f36e21;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: -208px;
  width: 250px;
}

.dropdown-contentMenu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentMenu a:hover {background-color: #ddd;}

.dropdownMenu:hover .dropdown-contentMenu {display: block;}

.dropdownMenu:hover .dropbtnMenu {background-color: #004053;}

.dropdown-contentMenuBell a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentMenuBell a:hover {background-color: #ddd;}

.dropdownMenu:hover .dropdown-contentMenuBell {display: block;}

.dropdownMenu:hover .dropbtnMenuBell {background-color: #004053;}

#right1
{
  display: grid;
  grid-column: 4 /span 1;
  margin-right: 15px;
  justify-content: end;
  align-items: center;
}
#right2
{
  display: grid;
  grid-column: 5 /span 1;
}

.center
{
  display: grid;
  grid-column: 2 /span 2;
  justify-content: end;
  align-items: center;
}

.logo
{
  float: left;
  width: 250px;
}
/* Forms */
/* Change Pass Form */
.changepass
{
  display: grid;
  grid-column: 2 /span 3;
  color: #004053;
  margin: auto;
  text-align: center;
}
.changepass h1
{
  width : 95%;
}
.register h1
{
  width: 180%;
  margin-left: -40%;
}
.changepass p
{
  width: 40%;
  padding-bottom: 12px;
  margin: auto;
}
.register p
{
  width: 100%;
}
.explainer
{
  font-size: 0.9em;
  color: rgba(0, 64, 83, 0.5) !important;
  padding-bottom: 16px !important;
}
.register .explainer
{

}
.formGeneral
{
  margin: auto;
  width: 300px !important;
  text-align: left !important;
}
.formGeneral h2
{
  margin-bottom: 50px !important;
}

input:focus, textarea:focus, select:focus{
      outline: none;
  }
.inputStyle
{
 background-color: grey;
 transition: border-left 0.4s ease-in;
 transition: background-color 0.6 ease-in-out;
 transition: border-bottom 0.4s ease-in;
 transition: border-right 0.6s ease-in;
 transition: border-top 0.4s ease-in;

}
.inputStyle:focus
{
  border-left: 2px solid #f36e21 !important;
  border-bottom: 2px solid #f36e21 !important;
  border-right: 2px solid #f36e21 !important;
  border-top: 2px solid #f36e21 !important;
  background-color: white;
}

.formGeneral button
{
  display: block;
  padding: 5px;
  border-radius: 5px;
  border: 5px solid #FDB71A;
  color: white;
  background-color: #FDB71A;
  margin:auto;
}
.formGeneral label
{
  text-align: left !important;
  color: black;
}

/* Keyholders Forms */
.wifimain
{
  grid-column: 2/ span 3;
  border: 3px solid #004053;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  color: #004053;
}
.wifimain .cKeyholders
{
  grid-column: 2/ span 5 !important;
  padding: 20px;
  margin:auto;
  text-align: center;
}
.wifimain .aKeyholders
{
  grid-column: 8/ span 5 !important;
  text-align: center;
  margin-top: 100px;
}

.wifimain .container1
{
  grid-column: 1/ span 6 !important;
  display: grid;
}
.wifimain .container2
{
  grid-column: 8/ span 5 !important;
  display: grid;
}
.vr
{
  border-right: 3px solid #004053;
  height: 60%;
}

.keyholder
{
    display: grid!important;
    grid-template-columns: repeat(3, 1fr)!important;
    column-gap: 5px;
}
.primaryKeyholder
{
  display: grid!important;
  grid-template-columns: repeat(1, 1fr)!important;
  column-gap: 5px;
  width: 80%;
  margin: auto;
}

.keyholder p
{
  margin:auto;
  font-weight: bold;
}
.primaryKeyholder p
{
  margin:auto;
  margin-bottom: 80px;
  color: rgba(0,64,83, 0.6);
}
.keyholder label
{
  font-size: 0.8em;
  font-weight: bold;
  color: black;
}
.primaryKeyholder label
{
  font-size: 0.8em;
  font-weight: bold;
  color: black;
}
.keyholder input
{
  border: 2px solid #f36e21 !important;
  background-color: white !important;
}
.primaryKeyholder input
{
  border: 2px solid #f36e21 !important;
  background-color: white !important;
}
.container1 button
{
  margin:auto;
}
.container2 button
{
  margin: auto;
  background-color: #004053;
}

.wifimain .container
{
  grid-column: 7/ span 5;

}
.wifimain img
{
  grid-column: 2/ span 3;
}
label
{
  color: #004053;
}
.updateForm
{
  color: #f36e21;
}
.resizeh1
{
  display: none;
}
#regForm {
  background-color: ;
  margin: auto;
  padding: 40px;
  width: 50%;
  min-width: 300px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
#regForm {
  margin:0;
}

.wifimain
  {
    border: none;
    grid-column: 2 / span 4;
    width: 98%;
  }
  .wifimain .container1
  {
    grid-column: 1/ span 12 !important;
    display: grid;
    width: 100%;
  }
  .wifimain .container2
  {
    grid-column: 1/ span 12 !important;
    display: grid;
  }
  .vr
  {
    display: none;
  }
  .wifimain .cKeyholders
  {
    grid-column: 1/ span 12 !important;
  }
  .wifimain .aKeyholders
  {
    display: none;
  }
  .keyholder
  {
    display: grid;
    grid-column: 1/ span 12;
  }
  .container1 button
  {
    margin-left: 80%;
  }
  .primaryKeyholder p
  {
    margin-top: 10px;
    margin-bottom: 20px;
  }
.resizeh1
{
  display: block;
  margin: auto;
  margin-top: 10px;
}


  .column {
    width: 100%;
    height: auto;
  }
  .center
  {
    display: none;
  }
}
.navbar .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  /*.navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }*/
  .navbar button
  {
    display: none;
  }
}

@media screen and (max-width: 1000px)
{
/*  .navbar.responsive
  {
    position: relative;
  }
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .navbar.responsive a:hover {
    border-bottom: none;
  }
  .navbar.responsive button {
    float: none;
    display: block;
    text-align: center;
    margin: auto;
  }
  .navbar.responsive button:hover {
    border-bottom: none;
  }

  .dropbtn:hover+ .dropdown-content {
    display: none;
  }
  .dropdown-content:hover
  {
    display: none;
  }

  .navbar.responsive .logo
  {
    display:none;
  } */

  /* Join dropdown */
.navbar.joinDropdown
  {
    border: 1px solid red !important;
  }
}

/* Modal Content */
/* Full-width input fields */
input[type=text], input[type=password],input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  background-color: #F5F5F5;
  color: #004053;

}

/* Set a style for all buttons */
.submitBtn {
  background-color: #FDB71A;
  border-radius: 10px;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100px;
  font-weight: bold;
}

.submitBtn:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.passwd {
  float: right;
  padding-top: 16px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
  color: #004053;
}

h1
{
  font-size: 2.5em;
  padding-bottom: 10px;
  font-weight: bold;
}
h2
{
  padding-bottom: 10px;
  font-size: 1.5em;
  color: rgba(0,64,83, 0.6);
  font-weight: bold;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.passwd {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

/* footer */
footer
{
  width: 95%;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: auto;
}
footer h2
{
  color: #004053;
  font-weight: bold;
  padding-bottom: 30px;
}
.fcolumn
{
 padding: 20px;
 display: grid;
 color: #004053;
}
.fcolumn a
{
  padding-bottom: 15px;
  text-decoration: none;
  color: #004053;
}
.fcolumnRow
{
  padding: 5px;
  display: grid;
  color: #004053;
}
.fcolumnRow .serviceTxt
{
  font-weight: ;
  font-size: 1.2em;
}
.fcolumnRow .serviceNo
{
  color: #f36e21;
  font-size: 2.5em;
  font-weight: bold;
}
.socialIcon
{
    grid-template-rows: repeat(3, 1fr);
}
.socialIcon img
{
  width: 50px;
}

/* Side Menu */

.two_grid
{
  padding-top: 30px;
  width: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.menu_icon
{
  display: grid;
  grid-column: 1/ span 1;
  align-items: center !important;
  justify-content: center !important;
  grid-row: 1/ span 4 !important;
  /*animation-name: slide; */
}
.menu_icon div
{
  color:black;
  margin:auto;
}
.menu_icon div:hover
{
  /*transform: scale(1.4);*/
  transform: translateX(-20px)!important;
  transition-timing-function: ease-in;
  transition: 1s;
}
.appSetup
{
  display: grid;
  grid-column: 2/ span 3;
  align-items: center;
}
.appSetup p
{
  text-align: center;
}
.menu_icon img
{
  padding-bottom: 30px;
}
.resize
{
  width: 50px;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 20%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  transform: translateX(38px)!important;
  transition-timing-function: ease-in;
  transition: 1s;
}


/**********************************************************/
/* Wifi details Page */

/*************************************************************/
/* Customer Dashboard */
.dashlayout
{
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-column: 2/ span 10;
  /*background-color: #e8f4f8; */
  grid-row: 1 /span 12;
  align-items: start;
}
.row1
{
  display: grid;
  grid-column: 1/ span 10;
  grid-template-columns: repeat(4,3fr);
}
.row1 div
{
  display: grid;
  margin: auto;
  height: 100px;
  width: 60%;
  border: 2px solid #004053;
  color: #004053;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.row1 div p
{
  text-align: center;
}
.rowbutton
{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 2/ span 8;
  grid-row: 1/ span 12;
}
.rowbutton h2
{
  margin-bottom: 5px;
}
.rowbutton p
{
  margin-bottom: 5px;
}
.row3
{
  display: grid;
  grid-column: 1/ span 10;
  margin: auto;
}
.row3 img
{
  width: 40px;
}
.row3 div
{

  width: 100%;

}
.row3 td
{
  vertical-align: middle;
  text-align: center;
}
.row3 th
{
  background-color: #004053;
  color: white;
  vertical-align: middle;
  text-align: center;
}

.row2
{
  margin-top: 20px;
  display: grid;
  grid-column: 1/ span 10;
  text-align: center;
  align-self: center;
  width:100%;
  font-weight: bold;
}
.row2 div
{
  text-align: center;
  align-self: center;
}
.row2 h2
{
  font-size: 1.6em;
  color: #f36e21;
}
.row2
{
  display: block;
}
.row3 table
{
  margin:auto;
}
.row2 table
{
  margin:auto;
}

.row2 table tr:nth-of-type(odd) {
  background: #eee;
}
.row2 th
{
  background-color: #004053;
  color: white;
  vertical-align: middle;

}
/* Info Block  */
.dashboard
{
  grid-column: 2/ span 4;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  justify-content: start;
  color: #004053;
  grid-row: 1 /span 12;
}
#info
{
  width: 100% !important;
  color: #004053 !important;
  text-align: left;
  grid-column: 1 /span 10;
  align-items: start;
}
#info h1
{
  color: rgba(0, 0, 0, 0.8) !important;
  text-align: left;
  margin-left: 0px;
  margin-bottom: -20px;
}
#info h2
{
  /*color: rgba(0, 0, 0, 0.8) !important;*/
  color: #f36e21;

}

/* Case Block  */
.requestcase
{
  grid-column: 2/ span 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  justify-content: start;
  color: #004053;
  grid-row: 1 /span 12;
}
#reqinfo
{
  width: 100% !important;
  color: #004053 !important;
  text-align: left;
  grid-column: 1 /span 10;
  align-items: start;
}
#reqinfo h1
{
  color: rgba(0, 0, 0, 0.8) !important;
  text-align: left;
  margin-left: 0px;
  margin-bottom: -20px;
}
#reqinfo h2
{
  /*color: rgba(0, 0, 0, 0.8) !important;*/
  color: #f36e21;

}


/*  Thanks/ Redirect pages */
.Thanks
{
	display: grid;
	margin: auto;
	width: 70%;
  height: 80vh;
	/*border: 2px solid #004053;*/
  color: #004053;
  text-align: center;
}
.thanksRequest
{
  align-self: center;
  align-items: center;
}

.thanksRequest h3
{
  margin:auto;
  align-self: center;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  font-size: 1.1em;
}
.thanksRequest p
{
  margin: auto;
  align-self: center;
  align-items: center;
  width: 250px;
  color: #838397;
  font-size: 0.8em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.thanksRequest button
{
  background-color: #FDB71A;
  color: white;
  padding: 10px 14px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100px;
  font-weight: bold;
}

/* Requests page  */
.requestSelect
{
  margin-top: -50px;
}
.requestSelect label
{
  width: 200px;
  margin-left: 34%;
}
.requestSelect button
{
  margin-left: 34%;
}
#subjectSelect
{
  width: 200px;
  margin-left: 34%;
  border: 2px solid #f36e21;

}
.subjects
{
  width: 60%;
  margin-left: 34%;
  margin-top: 5px;
}

textarea
{
  border: 2px solid #f36e21;
}
textarea::placeholder
{
  color: #838397 !important;
}

/* Accordian Faq */

.accordion {
  background-color: #eee;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active1, .accordion:hover {
  background-color: #ccc !important;
  color: black !important;
}
.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: "\2212";
  color: black;
}

.panel {
  padding: 0 14px;

  display: none;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* set up an app */
.appCenter
{
  color: #004053;
  display: grid;
  grid-column: 2/ span 3;
  margin: auto;
  padding: 20px;
}
.appCenter div
{
  display: grid;
  margin: auto;
  grid-template-columns: repeat(12,1fr);
}
.appCenter h1
{
  margin: auto;
  grid-column: 1/ span 12;
}
.appCenter .headerApp
{
  grid-template-columns: repeat(2,6fr);
  grid-column: 1/ span 12;
  grid-column-gap: 100px;
  align-items: center;
}

.appCenter .weProtect
{
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #004053;
  grid-template-columns: repeat(2,6fr);
  grid-column: 4/ span 6;
  grid-gap: 10px;
}
.weProtect .left
{
  display: grid;
  grid-template-columns: repeat(12,1fr);
}
.weProtect .left p
{
  grid-column: 2/ span 12;
  text-align: center;
  padding-bottom: 10px;
}
.weProtect .left ul
{
  grid-column: 3/ span 12;
}
.weProtect .right
{
  margin-left: 50%;
}
.weProtect .right .protectWe
{
  width: 70px;
}
.weProtect .right .ikydz
{
  width: 70px;
}
.weProtect .right .ezviz
{
  width: 100px;
}
.appCenter img
{
  width: 150px;
}
.appCenter ul
{
  list-style-type: circle;
}

/****************************** table styling***************************************************************/

/*
Generic Styling, for Desktops/Laptops
*/
table
{
  width: 90%;
  border-collapse: collapse;
  margin-top: 5px;
  color: #004053;
  padding: 10px;
  margin: 5px;
  text-align: left;
}
td, th {
  padding: 6px;
  text-align: left;
  width: 50%;
  font-size: 1.5em;
}
td img
{
  width: 60px;
}
.events {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5px;
}
/* Zebra striping */
.events tr:nth-of-type(odd) {
  background: #eee;
}
.events td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
  color: black;
  width: 30%;
}
.events .malf
{
  font-size: 1em;
}
.events th {
  background: #004053;
  color: white !important;
  font-weight: bold;
}

#info .armingProcedure
  {
    display: grid ;
    grid-template-columns: repeat(3,4fr);
    padding-bottom: 10px;
  }
.icon1
  {
    grid-column: 1 /span 1;
    border: 1px solid blue;
  }
.icon2
  {
    grid-column: 3 /span 1;
    border: 1px solid red;
  }
.icon3
  {
    grid-column: 5 /span 1;
    border: 1px solid green;
  }
.h2stats
{
  margin-bottom: -30px;
}
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 900px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
.events	table,.events thead, .events tbody, .events th, .events td,.events tr {
		display: block;
	}
.events table
{
  margin: 0px;
}
	/* Hide table headers (but not display: none;, for accessibility) */
.events	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

.events  tr:nth-of-type(odd) {
    background: #eee;
  }
.events	tr { border: 1px solid #004053;
 width: 98%}

.events	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 30%;
    color: black;
    width: 100%;
    font-size: 0.8em;

	}

.events	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
    width: 30%;
		padding-right: 5px;
		white-space: nowrap;
	}
.events .malf
{
  font-size: 0.8em;
}
	/*
	Label the data
	*/
.events td:nth-of-type(1):before { content: "Event"; }
.events td:nth-of-type(2):before { content: "Timestamp"; }
.events td:nth-of-type(3):before { content: "Malfunctions"; }

	/*	td:nth-of-type(4):before { content: "Message Type"; }
	td:nth-of-type(5):before { content: "Wars of Trek?"; }
	td:nth-of-type(6):before { content: "Secret Alias"; }
	td:nth-of-type(7):before { content: "Date of Birth"; }
	td:nth-of-type(8):before { content: "Dream Vacation City"; }
	td:nth-of-type(9):before { content: "GPA"; }
	td:nth-of-type(10):before { content: "Arbitrary Data"; }
	*/
}

/* Control Page */
#info .armingProcedure
  {
    grid-template-columns: repeat(1, 12fr) !important;
  }
#info .armingProcedure form
{
  margin-top: 10px !important;
}
#info .tooltip .tooltiptext
{
  font-size: 0.8em;
  top: 0px;
  left: 40px !important;
}



/****************** set-up Head *******************/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/logo.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}


/******* Alerts ********/
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/*** Control *****/
.areacontrol
{
  display: grid;
  width:40%;
  grid-template-columns: repeat(2, 6fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #004053;
}
.areacontrol div
{
  text-align: center;
  border: 4px solid #004053;
  background-color: #004053;
  color: white;
  width: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 50%;
}


/********************* footer media query  ***************************/
@media screen and (max-width: 1000px) {
  .h2stats
  {
    margin-bottom: 0px;
  }

.areacontrol
{
  display: grid;
  width:50%;
  grid-template-columns: repeat(1, 12fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #004053;
}

  .dropdown-contentMenu {
    left: -92px;
  }
  .appSetup
  {
    grid-column: 2/ span 4;
    align-items: start;
    margin:0;
  }
  .appSetup h1
  {
    font-size: 1.4em;
    margin: 0;
    text-align: left;
  }
  .appSetup p
  {
    font-size: 0.8em;
    margin: 0;
    text-align: left;
  }
#info
  {
    grid-column: 1 /span 12;
    align-items: start !important;
    grid-row: 1 /span 12;
    width: 100%;
  }
  #info h1
  {
    width: 100%;
    margin-left: 0px;
    font-size: 1.1em;
  }
  #info p
  {
    font-size: 0.9em;
  }
  #info h2
  {
    font-size: 1.1em;

  }
  footer
  {
    width: 100%;
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 12fr);
    margin: auto;
    font-size: 0.9em;
  }
  .fcolumnRow p
  {
    margin-left: 10px;

  }
  .fcolumnRow .serviceTxt
  {

    font-weight: ;
    font-size: 1.2em;
  }
  .fcolumnRow .serviceNo
  {
    color: #f36e21;
    font-size: 2.5em;
    font-weight: bold;
  }
  .socialIcon
  {
      margin-left: 10px;
      grid-template-rows: repeat(3, 1fr);
  }
  .socialIcon img
  {
    margin-left: 10px;
    width: 50px;
  }
  .logo
  {
    width: 150px;
  }

  /*index hero image*/

  .main_flex > .flex_banner_image
  {
    width: 100%;
    height: 180px;
    background-position: center;
    background-size: 100% 100%;
  }

  body
  {
    width: 100%;
    margin: 0;
  }

  .banner
  {
    height: 70px;
    width: 100%;
    font-size: 0.9em;
  }
  .two_grid
  {
    width: 100%;
    margin-left: 0;
    grid-column-gap: -15px;
  }
  nav.two_grid
  {
    width: 96%;
    align-items: center;
  }
.logo
  {
    margin-left: 5px;
  }


  .modal-content {
    background-color: #fefefe;
    top: 0;
    left: 0;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
  }
  .hideName
  {
    display: none;
  }
  .dropbtnMenu i
  {
    margin-left: 10px;
    align-content: center;
    justify-content: center;
  }

  table
  {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
    color: #004053;
    padding: 0px;
    margin: 0px;
    text-align: left;
  }
  td
  {
    font-size: 0.8em;
    width:70%;
  }
  td img
  {
    width: 25px;
  }
  .table-icon
  {
    width: 30%;
  }

  /****** Reset Pin mobile syle ******/
.changepass
  {
    display: grid;
    grid-column: 2 /span 4;
    color: #004053;
    text-align: left;
    width :100%;
  }
  .changepass h1
  {
    width : 95%;
    font-size: 1.2em;
    margin-left: 0;
    text-align: left;
  }
  .changepass p
  {
    width: 90%;
    margin-left: 0;
    text-align: left;
    font-size: 0.9em;
  }

  .explainer
  {
    font-size: 0.8em;
    color: rgba(0, 64, 83, 0.5) !important;
    padding-bottom: 16px !important;
  }
  .formGeneral
  {
    margin-left: 0 !important;
    width: 200px !important;
    text-align: left !important;
  }
/****** Health Check Mobile style *****/
.dashlayout
{
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-column: 2/ span 10;
  grid-row: 1 /span 12;
  align-items: start;
  justify-content: center;
  margin: auto;
  margin-top: -20px;
}

.rowbutton
{
  grid-column: 2/ span 12;
}
.rowbutton h2
{
  font-size: 1.2em;
}
.rowbutton p
{
  font-size: 0.8em;
}
.row1
{
  display: grid;
  grid-template-columns: repeat(2,6fr);
  grid-column: 1/ span 12;
  grid-column-gap: 30px;
}
.row1 div
{
  display: grid;
  margin: auto;
  height: 60px;
  width: 100%;
  border: 2px solid #004053;
  color: #004053;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.row1 div p
{
  text-align: center;
}
#monitoring
{
  display: none;
}
.row3
{
  width: 100%;
  margin:auto;
  grid-column: 1/ span 12;

}
.row3 table
{
  width: 100%;
  margin:auto;
  align-items: center;
  text-align: center;
}

/* Force table to not be like tables anymore */
.row3	table, .row3 thead, .row3 tbody, .row3 th, .row3 td, .row3 tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
.row3	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

.row3	tr { border: 2px solid #004053; margin-bottom: 10px;}

.row3	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #004053;
		position: relative;
		padding-left: 50%;
    text-align: center;
    margin: auto;
	}

.row3	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
    color: black;
    font-weight: bold;
	}

	/*
	Label the data
	*/
.row3	td:nth-of-type(1):before { content: "Zone Number";}
.row3	td:nth-of-type(2):before { content: "Device Type"; }
.row3	td:nth-of-type(3):before { content: "Device Name"; }
.row3	td:nth-of-type(4):before { content: "Battery Level"; }
.row3	td:nth-of-type(5):before { content: "Signal Level"; }
.row3	td:nth-of-type(6):before { content: "Status"; }

/**** set Up App ****/
.appCenter .headerApp
{
  grid-template-columns: repeat(1,12fr);
  grid-column-gap: 0px;
  align-items: center;
}
.appCenter
{
  color: #004053;
  display: grid;
  grid-column: 2/ span 4;
  margin: auto;
  padding: 20px;
}
.appCenter div
{
  display: grid;
  margin: auto;
  grid-template-columns: repeat(12,1fr);
}
.appCenter h1
{
  margin: 0;
  font-size: 1.3em;
}

.appCenter .weProtect
{
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #004053;
  grid-template-columns: repeat(2,6fr);
  grid-gap: 10px;
}
.weProtect .left
{
  display: grid;
  grid-template-columns: repeat(1,12fr);
  grid-column: 2 / span 11;
}
.weProtect .left p
{
  grid-column: 2/ span 11;
  text-align: center;
  padding-bottom: 10px;
}
.weProtect .left ul
{

}
.weProtect .right
{
  grid-column: 4 / span 4;
}
.weProtect .right .protectWe
{
  width: 40px;
}
.weProtect .right .ikydz
{
  width: 40px;
}
.weProtect .right .ezviz
{
  width: 60px;
}
.appCenter img
{
  width: 100px;
}
.appCenter ul
{
  list-style-type: circle;
}
/****** captcha *******/
.g-recaptcha

  {transform:scale(0.65);-webkit-transform:scale(0.65);transform-origin:0 0;-webkit-transform-origin:0 0;}
  }


}/* end of @media */





}
