/*
************************************************************
		CSS  Name: AmpAdmin.css
		Copyright: Copyright 2016-2017, Compusource
			Version: 2.00.01

	Description: This style sheet is used by the
							 Ascente Mobile Pro Admin Page.
************************************************************
*/<!-- 
fieldset {
	margin: 0em 0em 0em 0em;
	padding: .2em 0em 0em .2em;
	border: none;
}
fieldset .clear {
	clear: both;
	margin-top: 0em;
	margin-bottom: 0em;
}
legend {
	color: black;
	font-size: 1em;
	padding: 2px 2px 2px 2px;
	background: #E6E6E6;
	border: solid 0.0em #999999;
}
.PageGeneral{
    display: block;
	padding: 1px 1px 1px 1px;
  margin: auto;
  background: #5d9ab2;
  width: 600px;
  height: 400px;
  border-radius: 12px;
  font-family: sans-serif;
}
.PageGeneralLogo{
	display: block;
  background: white;
	width: 175px;
	padding: 10px 10px 10px 10px ;
  margin: auto;
  margin-top: 30px; 
  margin-bottom: 30px; 
  border-radius: 8px;
}
.content-wrapper{
    display:none;
}
.navbar {
    display:none;
}
.PageFooterLogo {
    width: 90px;
    margin-top: 20px;
}
.PageCopyright {
    color:white;
    display:block;
    margin: auto;
    text-align:center;
    font-size:small;
}
.PageGeneralHeader{
	display: block;
  margin: auto;
  margin-bottom: 10px; 
	font-size: 20px;
	color: white;
  text-align: center;
  font-weight: bold;
}
.PageLogin{
	display: block;
}
.ClientHeading{
	display: none;
}
.PageClient{
	display: none;
}
.PageTech{
	display: none;
}
.PageLoginField{
  display: block;
	padding-left: 10px;
  margin: auto; 
  margin-bottom: 10px; 
  height: 25px;
  width: 400px;
  border-radius: 8px;
}
.stUserGrid{
  display: block;
}
.styUserGridTable{
  display: block;
  margin-left: 5px;
  width: 585px;
  border-style: none;
  background-color: #5d9ab2;
}
.styUserGridHeader{
  background-color: #5d9ab2;
  text-align: left;
	padding-left: 10px;
	color: white;
}
.styLicensedUsers{
  background-color: #5d9ab2;
  text-align: left;
	color: white;
  text-align: center;
}
.styUserGridDelete{
  background-color: #5d9ab2;
  text-align: center;
	color: white;
}
.ErrorMessage{
  display: block;
	font-size: 14px;
  margin-bottom: 10px; 
	color: black;
  text-align: center;
}
.LoginMessage{
  display: block;
	font-size: 20px;
  margin-bottom: 10px; 
	color: black;
  text-align: center;
}
.PageMainHeader{
	display: block;
	vertical-align: middle;
  text-align: center;
	color: white;
}
.PageClientField{
  display: block;
	padding-left: 10px;
  margin: auto; 
  margin-bottom: 10px; 
  height: 25px;
  width: 400px;
  border-radius: 8px;
}
.PageLoginButton{
  display: block;
  margin: auto; 
  margin-right: 90px;
  height: 30px; 
  font-size: 14px; 
  border-radius: 8px;
}
.styStandardButton{
  margin: auto; 
  height: 30px; 
  width: 75px; 
  font-size: 14px; 
  border-radius: 8px;
}
.styStandardButtonRight{
  align: right;
  background: #5d9ab2;
}
fieldset .label {
	position: relative;
  padding-top: 10px;
	padding-right: 10px;
	float: left;
	color: white;
  height: 25px;
	width: 8em;
	margin-bottom: 0em;
	text-align: right;
	}
fieldset .control {
	/* clear: both; */
	position: relative;
	float: left;
  margin: auto; 
}
fieldset .button {
	/* clear: both; */
	position: relative;
	float: right;
  margin: auto; 
  margin-right: 45px;
}
input {
	margin-bottom: 0.2em;
}

/* Style the list */
ul.tab {
  list-style-type: none;
  margin: auto;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  height: 30px;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px; 
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
   display: none;
   padding: 6px 12px;
   border-top: none;
}

@-webkit-keyframes sweep { 
	to { -webkit-transform: rotate(360deg); } 
}

