﻿
.dateformat {width: 95px;text-align: center;}
.timeformat {
}
.currencyformat {
    padding-right: 5px;
    text-align: right;
}
.decimal {
    padding-right: 5px;
    text-align: right;
}
.numberformat {
    padding-right: 5px;
	text-align:right;
}
.spinner
{
}
.btn-default {
    background-color: #139e6c;
    padding: 9px;
    color: white;
    font-weight: bold;
    min-width: 125px;
    border-radius: 7px;
}
.left-site {
    float: left!important;
}
.right-site {
    float: right!important;
}
.Success {
    color: green !important;
}
.Failed {
    color: red;
}
.Warning {
    color: orange !important;
}
.Error {
    color: red !important;
}
.Error label {
    color: red !important;
}
.validateTips {
    border-radius: 5px;
    margin: 5px;
    padding: 5px 15px;
    font-size: 16px;
}
.filter-pannel {
    background-color: #12b3b2;
    font-size: 13px;
    margin: 0px;
    margin-top: -1px;
    overflow: auto;
    padding: 3px;
    border-radius: 0px;
    position: fixed;
    width: 100%;
    z-index: 9;
}
	.filter-pannel .validateTips
	{
		margin-top: 3px;
		padding-top: 1px;
		color: #EF8D8D;
		/* position: absolute; */
	}
.filter-controll-button
{
	float:left;
	margin-top: 2px;
}
.filter-controll {
    float: left;
}
.filter-controll > label {
    float: left;
    height: 15px;
    margin: 2.5px;
    margin-top: 5px;
    color: #FFF;
}
.filter-controll > input, .filter-controll > textarea, .filter-controll > select {
    border: 1px solid #008080;
    border-radius: 3px;
    float: left;
    height: 22px;
    margin: 2.5px;
    padding: 2px;
}
.filter-controll > select {
    height: 28px;
}
.filter-controll .link-button, .filter-controll button{
    margin: 0px;
    margin-top: 2.5px;
    padding:0px;
    padding-left:5px;
    padding-right: 5px;
}
.filter-controll input[type="submit"] {
    height: 29px;
    margin: 2px;
    padding: 0;
    width: 80px;
}
.border {
    border: solid thin rgba(166, 210, 225, 0.32);
    border-radius:5px;
    padding:10px;
}
.form-container
{
	
}
.login-web-form
{
	font-size: 12px;
	background-color: white;
	/* width: 315px; */
	border: none thin #adb0b1;
	padding: 22px;
	border-radius: 3px;
	margin: auto;
	margin-top: 5%;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.half-size
{
	 width: 50%;
}
.full-size {
    width: 100%;
}
.login-web-form .form-title
{
	background: #0dccbe;
	text-align: center;
}
.form-title
{
	text-align: left;
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin-top: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4fa8a2+0,d7f4eb+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(79,168,162,1) 0%, rgba(215,244,235,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(79,168,162,1) 0%,rgba(215,244,235,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(79,168,162,1) 0%,rgba(215,244,235,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa8a2', endColorstr='#00d7f4eb',GradientType=1 ); /* IE6-9 */
	padding: 5px;
	border-radius: 3px;
}
.form-controll {
    margin: 5px;
    overflow: auto;
}
    .form-controll .right-site {
        margin-right: 44px!important;
    }
.two-field input, .two-field > textarea
{
	width:37%!important;
}
.two-field > select
{
	width:37.8%!important;
}
.three-field input, .three-field > textarea, .three-field > select
{
	width: 24.5%!important;
}
.form-controll > label {
    float: left;
    height: 15px;
    width: 20%;
    margin-top: 6px;
    font-size: 14px;
}

.login-web-form .form-controll > label {
    width: 89%;
    font-size: 14px;
    margin: 5px;
    margin-left: 0px;
    color: rgba(23, 22, 22, 0.77);
    height: 17px;
}
.login-web-form .form-controll > input, .login-web-form .form-controll > textarea, .login-web-form .form-controll > select
{
	width: 98%;
	height: 33px;
	font-size: 14px;
}
.login-web-form .form-controll > select
{
	width: 99%;
	height: 38px;
	font-size: 14px;
}
.login-web-form .form-title
{
	padding: 4px;
	margin:0px;
}
.login-web-form h1
{
	text-align:center;
	font-size: 21px;
	color: rgba(88, 147, 214, 0.96);
	margin-top: 0px;
}
.form-controll > input, .form-controll > textarea, .form-controll > select {
    border: 1px solid rgba(136, 140, 143, 0.24);
    border-radius: 3px;
    float: left;
    height: 22px;
    padding: 2px;
    width: 75%;
    font-size: 14px;
}
.form-controll > select {
    height: 28px;
    width: 75.8%;
}
.form-controll > input[type="checkbox"] {
    margin-top: 5px;
    width: 19px;
}

.form-controll > input[type="radio"] {
    margin-top: 5px;
    width: 19px;
}
.form-controll > input[type="button"]
{
	font-size: 12px;
}
.form-controll > textarea {
    height: 60px;
    width: 75%;
}
.form-message {
    margin: 18px 5px 5px 20%;
}
.form-buttons {
    margin-left: 20%;
    margin-top: 15px;
    font-size: 12px;
}
.form-buttons input {
    min-width: 80px;
}
.search-text
{
	min-width: 300px;
	background-image: url("/images/search-icon-32x32.png");
	background-repeat: no-repeat;
	background-size: 26px;
	padding-left: 30px!important;
}
.add-icon-js {
    width: 25px!important;
    height: 25px!important;
}
.remove-icon {
    width: 25px!important;
    height: 23px!important;
    background-image: url("images/ui-icons_2694e8_256x240.png")!important;
    background-position: -173px -93px!important;
}

.save-button {
}
.save-button-js {
	width:85px;
}
.filter-controll button {
    height: 29px;
    min-width: 85px;
}
.filter-controll a {
    margin-top:2px;
}
.search-button {
}
.search-button-js {
}
.delete-button {
}
.login-button {
}
.logout-button {
}
.print-button {
}
.link-button {
    /* background: #67b021 url("images/ui-bg_highlight-soft_25_67b021_1x100.png") repeat-x scroll 50% 50%; */
    /* border: 1px solid #327e04; */
    /* border-radius: 5px; */
    /* color: #fff!important; */
    cursor: pointer;
    display: inline-block;
    font-size: 12px!important;
    font-weight: bold;
    height: 20px!important;
    line-height: normal;
    margin-right: 0.1em;
    margin-top: 4px;
    overflow: visible;
    padding: 5px;
    padding-top: 5px!important;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    min-width: 80px;
    /* padding-left: 5px; */
}
.report-data {
    background-color: white;
    position: fixed;
    height: 87%;
    overflow: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    margin-left: 0px;
}
.report-data a {
    text-decoration: none;
}
.report-data a:link, .report-data a:hover, .report-data a:visited {
    color: #121010;
}
	.report-data .grid-header
	{
		    background-color: #c5eddf!important;
	}
.report-data .item {
    background-color: white;
    font-size: 12px;
    margin: 0px auto;
    overflow: auto;
    padding: 1px;
    width: 99.5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgb(217, 226, 228);
}
.report-data .item:hover {
    background-color: rgba(55, 150, 186, 0.35);
}
.report-data .item label {
    float: left;
    margin: 2px;
    padding: 5px;
    width: 12%;
}
.grid-header label
{
	font-weight:bold;
}
.button-set
{
	float:right;
	overflow:auto;
	min-width: 75px;
}
.item .ui-button
{
	height: 16px;
	font-size: 12px;
	margin-top: 2px;
	color: white!important;
}
	.item .ui-button:hover
	{
		color: black!important;
	}
.description {
    float: left;
    overflow: hidden;
    width: 98%;
	min-height:50px;
}
.report-data .description h3 {
    font-size: 12px;
    margin: 2px;
    padding: 2px;
}
.report-data .description p {
    border: thin solid #d6d2d2;
    margin: 0 0 6px;
    padding: 5px;
    width: 99%;
}
.loading-background {
    background-color: white !important;
    overflow: hidden !important;
}
.web-loading
{
	background: white;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
}
.web-loading .progress-label {
    background-color: white;
    background-image: url("/Images/Preloader.gif");
    background-position: center -8px;
    background-repeat: no-repeat;
    height: 39px;
    text-align: center;
    width: 120px;
    color: #117698;
}
.web-loading .ui-dialog-titlebar {
    display: none;
}
.form-loading {
    background-image: url("../../Images/Preloader.gif") !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}
.inbox-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(249, 252, 247, 1) 0%, rgba(245, 249, 240, 1) 100%) repeat scroll 0 0;
    border-radius: 3px;
    font-size: 12px;
    margin: 5px;
    padding: 8px;
}
.inbox-body {
    background-color: white;
    border-radius: 3px;
    margin: 5px;
    min-height: 450px;
    padding: 5px;
}
.email a:link {
    color: #2d4464;
}
.email a:visited {
    color: #2d4464;
}
.email {
    box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.75);
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 2.5px;
    padding: 10px;
    width: 97.5%;
}
.email:hover {
    background-color: #a8eab7;
}
.email > label {
    cursor: pointer;
    float: left;
    margin-right: 5px;
}
.unread-mail {
    font-weight: bold;
}
.mail-preview {
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.75);
    font-size: 150%;
    margin: auto;
    margin-top: 15px;
    min-height: 650px;
    overflow: auto;
    padding: 10px 50px 25px;
    padding-top:25px;
    width: 87%;
    min-height: 850px;
}
.mail-preview > h3 {
    background-color: #a5ccb4;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px;
}
.mail-preview > h1 {
    font-size: 15px;
}
.mail-preview > .mail-message {
    padding: 5px;
}
.sender-info
{
	padding-top:20px;
}
.sender-info h1
{
	font-size:14px;
	margin:2px;
	padding:2px;
}
.sender-info h2
{
	font-size:12px;
	margin:2px;
	padding:2px;
}
.sender-info p
{
	font-size:12px;
	margin:2px;
	padding:2px;
}
.page-form
{
	min-height:350px;
}
.button-style
{
	height: 28px;
	display: inline-block;
	position: relative;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
	border: 1px solid #aed0ea;
	font-weight: bold;
	/*background*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8f7e9+0,7cccb0+100 */
	background: rgb(200,247,233); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(200,247,233,1) 0%, rgba(124,204,176,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(200,247,233,1) 0%,rgba(124,204,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(200,247,233,1) 0%,rgba(124,204,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8f7e9', endColorstr='#7cccb0',GradientType=0 ); /* IE6-9 */
	/*end background*/
	color: #121010!important;
	border-radius: 2px;
	margin: 3px;
}
	.button-style:hover
	{
		border: 1px solid #74b2e2;
	background: #e4f1fb url("images/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #0070a3;
	}
.grid
{
	background-color:#f2ecec;
}
.grid-pannel {
    background-color: rgb(242, 236, 236);
    padding: 0px;
    margin: 5px;
    border-radius: 5px;
    overflow:auto;
}
.grid-pannel-control {
    float:left;
    /* background-color: rgba(51, 51, 51, 0.16); */
    padding: 5px;
}
.grid-pannel-control button {
    margin: 2px;
}
    .grid-pannel-control label {
        float: left;
        padding: 5px;
        margin-top: 1px;
    }
    .grid-pannel-control input {
        float: left;
        margin: 2px;
        padding: 2px;
        border: 1px solid #888C8F;
        border-radius: 3px;
        height: 18px;
        margin-top: 4px;
        width: 88%;
    }

.company-info
{
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 16px;
	margin-top: -37px;
	padding-bottom: 14px;
}
.inner-label {
    margin-left:5px!important;
}
.inner-form
{
	background-color:white;
	min-height: 137px;
	width: 47.5%;
	position: fixed;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	z-index: 113;
	border-radius: 5px;
	border: solid thin #096e69;
	padding: 10px;
	margin-top: 7px;
}
.cancel-bill
{
	background-color: rgba(212, 212, 212, 0.39)!important;
	color: #F3AFAF!important;
}
	.cancel-bill a label
	{
    color: #F3AFAF!important;
	}
.allocated-bill
{
	background-color: #E7FDE6!important;
}
.not-allocated-bill
{

}
.size-0-5
{
	width:2.5%!important;
}
.size-1
{
	width:5%!important;
}

.size-1-5
{
	width:7.5%!important;
}
.size-2
{
	width:10%!important;
}
.size-2-5
{
	width:12.5%!important;
}
.size-3
{
	width:15%!important;
}
.size-3-5
{
	width:17.5%!important;
}

.size-4
{
	width:20%!important;
}
.size-4-5
{
	width:22.5%!important;
}
.size-5
{
	width:25%!important;
}
.size-5-5
{
	width:27.5%!important;
}
.size-6
{
	width:30%!important;
}
.size-6-5
{
	width:32.5%!important;
}
.size-7
{
	width:35%!important;
}
.size-7-5
{
	width:37.5%!important;
}
.size-8
{
	width:40%!important;
}
.size-8-5
{
	width: 42.5%!important;
}
.size-9
{
	width:45%!important;
}
.size-9-5
{
	width:47.5%!important;
}
.size-10
{
	width:50%!important;
}
.size-10-5
{
	width:52.5%!important;
}
.size-11
{
	width:55%!important;
}
.size-11-5
{
	width:57.5%!important;
}
.size-12
{
	width:60%!important;
}
.size-12-5
{
	width:62.5%!important;
}
.size-13
{
	width:65%!important;
}
.size-13-5
{
	width:67.5%!important;
}
.size-14
{
	width:70%!important;
}
.size-14-5
{
	width:72.5%!important;
}
.size-15
{
	width:75%!important;
}
.size-15-5
{
	width:77.5%!important;
}
.size-16
{
	width:80%!important;
}
.size-16-5
{
	width:82.5%!important;
}
.size-17
{
	width:85%!important;
}
.size-17-5
{
	width:87.5%!important;
}
.size-18
{
	width:90%!important;
}
.size-18-5
{
	width:92.5%!important;
}
.size-19
{
	width:95%!important;
}
.size-19-5
{
	width:97.5%!important;
}
.size-20
{
	width:100%!important;
}
.grid-buttons
{
	float:right;
}

.Pending
{
	/*background-color:red;*/
	color:red;
	text-align:center;
	border-radius:50px;
	font-weight:bold;
}
input:read-only,textarea:read-only { 
    background-color: rgba(204, 204, 203, 0.28);
}
.Verified
{
	/*background-color:green;*/
	color:green;
	text-align:center;
	border-radius:50px;
	font-weight:bold;
}
.center-align
{
	text-align:center;
}
.item input
{
	line-height:25px;
}
.section-head
{
	font-weight:bold;
}
.doctor-info
{
	margin: 5px;
	padding: 5px;
	border: solid thin #008080;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
	.doctor-info h1
	{
		margin:0px;
		padding:8px;
		font-size:16px;
		text-align:center;
		background-color: #1bbdbb;
		border-radius: 3px;
	}
	.doctor-info h2
	{
		margin:0px;
		padding:5px;
		font-size:12px;
		text-align:center;
	}
.digital-clock
{
	float: right;
	padding: 4px;
	color: white;
}

/**paging*/

#tnt_pagination {
	width: 100%;
	overflow: auto;
	float:right;
	display:block;
	text-align:left;
	/* height:22px; */
	/* line-height:21px; */
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left: 0px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left: 0px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#0072BC;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
/*--------------*/
.ui-spinner
{
	float:left;
	width: 23%;
    border: solid thin #ebebe4;
}
.information
{
	margin:10px;
}
.information legend
{
	font-size:16px;
	font-weight:bold;
}
.row-info
{
	margin:1px;
	padding:5px;
	overflow:auto;
	display:flex;
	font-size:14px;
}
	.row-info .info:first-child
	{
		min-width:50%;
	}
	.row-info .info
	{
		flex:1;
	}
		.row-info .info label
		{
			padding-right:5px;
		}
		.row-info .info:first-child label:first-child
		{
			width: 130px;
		}
	.row-info .info label:first-child
	{
		font-weight:bold;
		float:left;
	}
.left
{
	float:left;
}
.right
{
	float:right;
}
.photo img
{
	width:100px;
}
.patient-info
{

border: solid thin #e2e3e4;

border-radius: 5px;

margin: 10px;

margin-top: 2px;

margin-bottom: 2px;

background-color: rgb(182, 220, 191);
}

.bill-info
{

border: solid thin #e2e3e4;

border-radius: 5px;

margin: 10px;

margin-top: 2px;
}
	.patient-info h2
	{
		margin: 0px;
		padding: 1px;
		padding-left: 8px;
		font-size: 12px;
	}
	.patient-info .row-info
	{
		padding:1px;
		font-size:12px;
	}
.ui-autocomplete .ui-state-active
{
	    background: #1bbdbb!important;
}
.form-head
{
	margin: 0px;
	padding: 6px;
	text-align: center;
	font-size: 14px;
	background-color: #096e69;
	color: white;
}
.page-message {
    position: fixed;
    top: 39%;
    left: 38%;
    padding: 24px;
    min-width: 200px;
    text-align: center;
    border-radius: 5px;
}
.ERROR {
    background-color:#f56767;
    color:white;
}