@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 300;
}
/*Kalyan Blue color: #29adeb */
body, .pane, .view{
	color:#444;
	background: url('../img/body-bg.png') repeat !important;
	font-family: 'Open Sans', Arial;
}
/*Login Page*/
.login-header{
	margin:0px!important;
	padding: 5px 20px;

}
.login-header img{
	width:300px;
}
.login-footer{
	background: #111;
	color:#FFF;
	padding:20px 20px;
	position: absolute;
	z-index:1;
	bottom:0;
	width:100%;

}
.login-title{
	color:#555;
	font-family: Arial;
	font-size: 24px;
	margin:0px!important;
	padding:0px!important;
}
.login-fields select {
	padding: 0px 0px 0px 10px  !important;
	height: 34px;

}

.account-container {
	width: 380px;
	display: block;
	margin: 60px auto 0 auto;

	background: #f9f9f9;

	border: 1px solid #d5d5d5;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.content {
	padding: 16px 28px 23px;
}

.login-fields {

}

.login-fields .field {
	margin-bottom: 1.25em;
}

.login-fields label {
	display: none;
}

.login-fields input {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #555;
	padding: 11px 15px 10px 50px!important;
	background-color: #eee;
	/* width: 255px; */
	height: 40px;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
	width:100%!important;
	border-radius:5px;

}

.login-fields select {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #555;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 100%;
	display: block;
	margin: 0;
	background-color: #eee;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

.username-field { background: url(../img/signin/user.png) no-repeat; }

.password-field { background: url(../img/signin/password.png) no-repeat; }

.login-actions {
	float: left;

	width: 100%;

	margin-top: -1em;
	margin-bottom: 1.25em;
}

.login-social {
	float: left;

	padding: 10px 0 15px;

	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}

span.login-checkbox > input[type='checkbox'] + label {
    clear: none;

	height: 15px;
	display: block;
    padding: 0 0 0 22px;
    margin: 0;

    font-size: 12px;
    line-height: 1.2em;

    background: url(../../img/signin/check.png) no-repeat 0 0;

    cursor: pointer;
}

span.login-checkbox > input[type='checkbox']:checked + label {
	background-position: 0 -15px;
}

/** Text Under Box**/
.login-extra {
	display: block;
	width: 300px;
	margin: 1.5em auto;

	text-align: left;
	line-height: 19px;

	text-shadow: 1px 1px 0px #fff;
}


.account-container h1 {
	margin-bottom: .4em;

	color: #525252;
}
/*Login Page Ends*/
.bar.blue-bg{
	border-color:#1d7ca9;
}
.button{
	font-size:25px;
}
.bar.blue-bg .title, .bar.blue-bg .button.button-clear
{
	color:#FFF!important;
}

.blue-bg{
	background : #29adeb!important;
	color:#FFF!important;
}
.blue-text{
	color : #29adeb !important!
}
.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.bar.bar-footer
{
	background: #111;
	color:#FFF;
	height:30px;
	text-align: center!important;
	font-size:11px!important;
	
}
.title.title-center.header-item
{
	height: 70px!important;
}
.bar.bar-header
{
	height:70px;
}
img.header-logo{
	height:50px;

}
.content .card{

background: #f9f9f9;
border: 1px solid #d5d5d5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 10px;
box-shadow: 0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}
.has-header{
	top:80px!important;
}
.card.content h3.welcome-title{
	color: #333 ;
	font-size:40px;
}
.button{font-weight:bold;}
.search-box{
	border:1px solid #ccc!important;
}
#patient_details .list span{
	font-weight:bold;
	font-size:24px;
	text-transform: capitalize;
}
#list label:nth-child(odd)  .item-content{
	background: #eee;

}
.token-number{
	font-weight: bold;
}
.token-number span{
	font-size:52px!important;
	color:#ef0000;
}
.capitalize{
	text-transform: capitalize;
}
.strong{
	font-weight: bold;
}
.button.button-stable.button-clear{
	color:#494949!important;
}

.col.card.content{
	margin-top:2px!important;
	height: 570px!important;
	padding-top: 8%;
	padding-bottom: 2%;
	overflow-y:auto; 
}
.button-large{
	width:350px;
	padding:20px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{
	height:55px;
	font-size: 20px;
	padding-left: 5px;
}
textarea{
font-size: 20px;	
padding-left: 5px;
}
.item-radio input:checked + .radio-content .item-content
{
	color:#FFF;
	background:#9e9e9e!important;
}
span.location, span.shift{
	float:right;
	margin:0 10px;
	font-size:14px;

}
.popup-buttons .button{
	font-size:14px!important;
}
span.required{
	font-size: 14px;
	color:#FF4444;
}
/**/

.radio-icon{  
  visibility: visible !important;
}
.radio-icon:before{
  content:"" ;
  border:2px solid #555 ;
  width: 24px ;
  height: 24px ;
  border-radius: 50% ;
  overflow:hidden ;
}

.radio-icon:after{
  content:"";
  position: absolute;
  right: 20px;
  top: 24px;
  background:#555;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow:hidden;
  visibility: hidden;
}

.item-radio input:checked + .radio-content .radio-icon:after{
  visibility: visible;
}
.pane.tab-content div.col.card.content
{
	padding-top:2%!important;
}
.pane.tab-content div#list.list
{
	height:300px;
	overflow: auto;
	margin-bottom: 10px;
}
.pane.tab-content
{
	 margin-top: 80px; 

}
.pane.tab-content .col.card.content
{
	height:460px!important;

}
form.outline .item
{
	border-width:0px!important;

}
form.outline textarea{
	width:90%;
}
form.outline input, form.outline textarea{
	border:1px solid #ddd;
}
a.tab-item.tab-item-active{
	font-weight:bold;
	background:#ccc;
}
.first-radio .radio-content,.second-radio .radio-content{
	border:1px solid #bbb;
}
.first-radio .radio-icon
{
	right:0px;
}

.second-radio .radio-icon
{
	right:0px;
}
.ion-home{margin-right: 50px;}