body {
  font-family: 'Lato',"Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  background: #f2f2f2;
    margin: 50px auto;
   

}

.myButtonoff {
	
	background-color:#999; /*#7892c2;*/
	
	display:inline-block;
	cursor:not-allowed;
	color:#ffffff;
	font-size:15px;
    font-weight: 400;
	padding:8px 20px;
	text-decoration:none;
	margin-bottom: 10px;
    border-radius:2em;
}

.myButtonoff:hover{color:#fff; text-decoration: none;}

.myButton {
	
	/*background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);*/
	background-color:#0f8ae8; /*#7892c2;*/
	
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
    font-weight: 400;
	padding:8px 20px;
	text-decoration:none;
	margin-bottom: 10px;
    border-radius:2em;
}

.myButton:hover {
	/*background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);*/
	background-color:#095b9a; /*#476e9e;*/
    color: #fff; text-decoration: none;
    text-decoration: none;
}
.myButton:active {
	position:relative;
	top:1px;
}





.support {
    width: 310px;
    padding: 15px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #666;
    margin-bottom: 10px;
    border-radius: 25px;
    margin: 0 auto;
}

form {
  width: 350px;
  margin: 0px auto;
}

.footertxt {
   
    margin-top: 15px;
    color: #333;
    font-size: 12px;
    padding:10px;
}

img {
    margin: 0px auto;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

.desktopview{display: block;}
.mobileview{display: none;}

@media screen and (max-width: 760px) {
    .mobileview{display: block;}
    .desktopview{display: none;}
    
    body{margin: 0px auto;}
}


@media screen and (max-width: 580px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 10px;
  max-width: 1200px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

@media screen and (max-width: 580px) {
  .table {
    display: block;
  }

    form {
      width: 95vw;
      margin: 0px auto;
    }    
    
}



.description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}


.input {
  display: flex;
  align-items: center;
}


.button {
  height: 44px;
  border: none;
}

  
#track {
  width: 65%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
}


#submit {
  width: 25%;
  height: 46px;
  background: #11A8F2;
  font-family: inherit;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
  

#submit:hover {
  background: #1c88cf;
}
  

input:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}


.rowtb2 {
  display: table-row;
  background: #fff;
}
.rowtb2:nth-of-type(odd) {
  background: #f5f5f5;
}

.rowtb {
  display: table-row;
  background: #f6f6f6;
}
.rowtb:nth-of-type(odd) {
  background: #e9e9e9;
}
.rowtb.header {
  font-weight: 400;
  color: #ffffff;
  background: #ea6153;
}
.rowtb.gray {
  background: #f5f5f5;
    color: #000;
}
.rowtb.blue {
  background: #2980b9;
}

@media screen and (max-width: 580px) {
    
    
  .rowtb {
    padding: 14px 0 7px;
    display: block;
  }
  .rowtb.header {
    padding: 0;
    height: 6px;
  }
  .rowtb.header .cell {
    display: none;
  }
  .rowtb .cell {
    margin-bottom: 10px;
      width: 100%
  }
  .rowtb .cell:before {
    margin-bottom: 3px;
    margin-top:5px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    
    color: #069ae6;
    display: block;
    font-style: italic;  
  }
}

/*rowtb2*/
@media screen and (max-width: 580px) {
    
 
 
    .rowtb2 {
    padding: 14px 0 7px;
    display: block;
  }
  .rowtb2.header {
    padding: 0;
    height: 6px;
  }
  .rowtb2.header .cell {
    display: none;
  }
  .rowtb2 .cell {
    margin-bottom: 10px;
      width: 100%;
  }
  .rowtb2 .cell:before {
    margin-bottom: 0px;
    margin-top:5px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    
    color: #069ae6;/*#969696;*/
    font-style: italic;  
    display: block;
  }
}



.cell {
  padding: 8px 12px;
  display: table-cell;
}

.spsender{width: 280px;}
.sprecipient{width: 280px;}
.spdate{width:180px;}
.spstatus{width: 220px;}
.spdesc{width: 250px;}
.splocation{width: 240px;}

.whitebg{ background-color: #fff;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

}

.mstatus {margin-bottom: 20px; margin-top: 20px; font-size:30px;}
.red{color:red; font-weight: 600}
.icons{height:95px; width: auto; margin-bottom: 10px;}
.iconsactive{height:120px; width: auto; margin-bottom: 10px;}
.circleon{ border-radius: 50%; display: inline; border:2px #70adeb solid}
.circleoff{ border-radius: 50%; display: inline; border:2px #ccc solid}
.iconsthumbon{color:#17b213; font-size:16px;font-weight: 600;}
.iconsthumboff{color:#999;font-size:16px; font-style: italic;}

.title{font-size: 25px; font-weight: bold; line-height: 30px; text-transform: uppercase; letter-spacing: -1px;}
.subtitle{font-size: 16px; line-height: 26px;  letter-spacing: 0px;}
.pdtop20{padding-top: 20px}
.pdtop10{padding-top: 10px}
.pdbottom20{padding-bottom: 20px}
.pdbottom10{padding-bottom: 10px}
.pd20{padding:20px;}

.arrowicon{color:darkcyan; display: block;margin-bottom: 30px;}

.label{color:#0089d0;}

@media screen and (max-width: 600px) {
    
    .icons{height:60px; width:auto; padding: 2px; margin-bottom: 10px; margin-top:10px }
    .iconsactive{height:75px; width: auto; margin-bottom: 10px;margin-top:10px}
    
    .circleon{ border-radius: 50%; display: inline; border:3px #70adeb solid}
    .circleoff{ border-radius: 50%; display: inline; border:3px #ccc solid}
    .iconsthumbon h5{font-size:22px; line-height: 28px; font-weight:800;}
    
    
  .cell {
    padding: 0px 16px;
    display:inline-flex;
  }
        
    container{padding: 0px;}
}

