/*
Primary Zeta-web login page styling logic.
*/
body {
	padding-top: 40px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 100px;
}

label,input,button,select,textarea {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

img{
	margin-bottom: 40px;
}

.login-container {
	margin-top: 10px;
	max-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.form-signin {
	padding-left: 20px;
	padding-right: 20px;
	/*background-color: #dadada;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	height: 100%;
}

.form-otp-signin {
	padding-left: 20px;
	padding-right: 20px;
	/*background-color: #dadada;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	height: 100%;
}

.button,
input[type='button'],
input[type='submit'],
input[type='reset']{
	padding: 1rem;
	margin-top: 15px;
	margin-bottom: 10px;
	/*margin-right: 5px;*/
	min-width: 60px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #363636;
	transition: background-color 0.2s;
	-webkit-transition: background-color .2s;
	border-color: #dbdbdb;
	border-radius: 0;
	border-width: 1px;
	height: auto;
	background-color: #fff;
	border-style: solid;
}

input[type='submit'].regularbtn{
    background-color: #0193cf;
	border-color: transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
}

input[type='text'], input[type='password'], input[type='submit'] {
	width: 100%;
}

.form-signin .form-signin-heading,.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-otp-signin fieldset p {
	font-size: 11px;
}

.form-signin fieldset p {
	font-size: 11px;
}

.form-actions {
	margin-bottom: 0;
}

.input {
	min-width: 100px;
}

label {
	font-weight: bold;
}

td {
	font-size: 13px;
}

h3 {
	font-size: 19.5px;
	color: #231f20;
	letter-spacing: 2px;
	line-height: 1.5;
	font-family: Roboto,sans-serif;
}

.pure-u-1 p {
	color: #231f20;
	letter-spacing: 2px;
	line-height: 1.5;
	font-family: Roboto,sans-serif;
}

.pure-u-1 label {
	color: #231f20;
	letter-spacing: 2px;
	line-height: 1.5;
	font-family: Roboto,sans-serif;
	font-weight: 700;
	font-size: 1em;
}

body {
	font-family: Roboto,sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.pure-u-1 input[type='text'],
.pure-u-1 input[type='password'] {
	border: none;
	border-radius: 0;
	line-height: 1.5;
	box-shadow: -1px 1px 4px 1px rgba(80,80,80,.15);
	font-size: 1rem;
	height: 2.25rem;
	/*padding: 1.5rem 1rem;*/
	width: 95%;
	color: #363636;
	font-family: Roboto,sans-serif;
	margin: 0;
}

.is-danger {
	color: #ff3860;
	font-size: .75rem;
	margin-top: .25rem;
	padding: 0;
	letter-spacing: 2px;
	font-weight: 700;
}

h2 {
	font-size: 25px;
	color: #656666;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.error {
	font-family: Roboto,sans-serif;
	color: #ff3860 !important;
	font-size: 1rem;
	margin-top: .25rem;
	padding: 0;
	letter-spacing: 2px;
	font-weight: 700;
}

/* Error description in the table */
li {
	font-family: Roboto,sans-serif;
	color: #231f20 !important;
	font-size: 0.75rem;
	margin-top: .25rem;
	padding: 0;
	letter-spacing: 2px;
	font-weight: 400;
}

/*
Consistent logo
*/
.logo_tagline {
	text-transform: uppercase;
	font-size: 11px;
	color: #c6c6c6;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
	padding: 100px 0 0 20px;
}

.logo_h {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}

.or-separator {
	height: 100%;
	-webkit-transform: translateY(40%);
	-moz-transform: translateY(40%);
	-ms-transform: translateY(40%);
	-o-transform: translateY(40%);
	transform: translateY(40%);
}

.box-shadow {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.pure-u-1.pure-u-md-1-5.or-separator-parent {
	width: 18%;
}
form#otpForm {
	padding-bottom: 30%;
}
form#loginform {
	padding-bottom: 5px;
}
@media (min-width: 54em){
	.pure-u-lg-1-3 .dashboard-item-wrapper .dashboard-item-border-container,
	.pure-u-lg-1-3 .dashboard-item-wrapper .dashboard-item-border-container-reseller{
		border-right: 1px solid #ddd;
	}
	
	.pure-u-lg-1-3:nth-child(3n) .dashboard-item-wrapper .dashboard-item-border-container,
	.pure-u-lg-1-3:nth-child(3n) .dashboard-item-wrapper .dashboard-item-border-container-reseller{
		border-right: 0px;
	}
}

@media (min-width: 38em) and (max-width: 54em){
	.pure-u-md-1-2 .dashboard-item-wrapper .dashboard-item-border-container,
	.pure-u-md-1-2 .dashboard-item-wrapper .dashboard-item-border-container-reseller{
		border-right: 1px solid #ddd;
	}
	
	.pure-u-md-1-2:nth-child(2n) .dashboard-item-wrapper .dashboard-item-border-container,
	.pure-u-md-1-2:nth-child(2n) .dashboard-item-wrapper .dashboard-item-border-container-reseller{
		border-right: 0px;
	}
}

#footer {
	visibility: hidden;
	display: none;
}


.selectHover:hover {
	cursor: pointer;
}



