/* keep login staying fullscreen*/
.col-md-6 {
	width: 100%;
}

.login-date [type="date"]::-webkit-inner-spin-button {
	display: none;
}

.login-date [type="date"]::-webkit-calendar-picker-indicator {
	display: none;
}

.grecaptcha-badge {
	bottom: 90px !important;
}

/* keep jpeg viewer staying on screen*/
.container {
	height: 84%;
}

/* 769 > 768 for ipad layout*/
@media only screen and (min-width: 769px) {
	.col-md-6 {
		width: 50%;
	}

	/* Remove scroll for big screen*/
	.pageT2 {
		overflow: hidden;
	}
}

.panel {
	border-radius: 5px;
	background-color: transparent;
}

.panel-login {
	border: none;
	margin-top: 10%;
	-webkit-box-shadow: 0px 0px 49px 14px rgba(188, 190, 194, 0.39);
	-moz-box-shadow: 0px 0px 49px 14px rgba(188, 190, 194, 0.39);
	box-shadow: 0px 0px 49px 14px rgba(188, 190, 194, 0.39);
}

.panel-login .checkbox input[type=checkbox] {
	margin-left: 0px;
}

.panel-login .checkbox label {
	padding-left: 25px;
	font-weight: 300;
	display: inline-block;
	position: relative;
}

.panel-login .checkbox {
	padding-left: 20px;
}

.panel-login .checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: 0px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.panel-login .checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: 0px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.panel-login .checkbox input[type="checkbox"] {
	opacity: 0;
}

.panel-login .checkbox input[type="checkbox"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.panel-login .checkbox input[type="checkbox"]:checked+label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

.panel-login>.panel-heading .tabs {
	padding: 0;
}

.panel-login h2 {
	font-size: 20px;
	font-weight: 300;
	margin: 30px;
}

.panel-login>.panel-heading {
	color: #848c9d;
	background-color: #e8e9ec;
	border-color: #fff;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom: 0px;
	padding: 0px 15px;
}

.panel-login .form-group {
	/*padding: 0 30px;*/
}

.panel-login>.panel-heading .login {
	padding: 20px 30px;
	border-bottom-leftt-radius: 5px;
}

.panel-login>.panel-heading .register {
	padding: 20px 30px;
	background: #2d3b55;
	border-bottom-right-radius: 5px;
}

.panel-login>.panel-heading a {
	text-decoration: none;
	color: #666;
	font-weight: 300;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.panel-login>.panel-heading a#register-form-link {
	color: #fff;
	width: 100%;
	text-align: right;
}

.panel-login>.panel-heading a#login-form-link {
	width: 100%;
	text-align: left;
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
	height: 45px;
	border: 0;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0px;
	/*padding: 6px 0px;*/
}

.panel-login input:hover,
.panel-login input:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}

.panel-title {
	text-align: center;
	margin-bottom: 20px;
	border: 3px solid #b1c800;
	border-radius: 10px;
	padding: 5px;
}

.panel-body {
	border: 3px solid #b1c800;
	border-radius: 10px;
	background: #f5f5f5;
}

.btn-login {
	background-color: #E8E9EC;
	outline: none;
	color: #2D3B55;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #2D3B55;
}

.forgot-password {
	text-decoration: underline;
	color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #E8E9EC;
	outline: none;
	color: #2D3B55;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #2D3B55;
}

.error_message {
	color: orangered;
}

.success_message {
	color: limegreen;
}

.username {
	bottom: 0;
	color: #ffffff;
	padding: 30px 15px 4px;
	position: absolute;
	width: 100%;
	text-shadow: 1px 1px 2px #000000;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #2d2c41 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #2d2c41 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #2d2c41 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
			endColorstr='#a64d4d4d', GradientType=0);
	/* IE6-9 */
}


.iamgurdeeposahan {
	border-radius: 4px 4px 0 0;
}

.username>h2 {
	font-family: oswald;
	font-size: 27px;
	font-weight: lighter;
	margin: 31px 0 4px;
	position: relative;
	text-shadow: 1px 1px 2px #000000;
	text-transform: uppercase;
}

.username>h2 small {
	color: #ffffff;
	font-family: open sans;
	font-size: 13px;
	font-weight: 400;
	position: relative;
}

.username .fa {
	color: #ffffff;
	font-size: 14px;
	margin: 0 0 0 4px;
	position: static;
}

.edit-pic a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	font-size: 21px;
	height: 39px;
	line-height: 38px;
	margin: 8px;
	text-align: center;
	width: 39px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none !important;
	display: list-item;
	background-color: rgba(255, 255, 255, 0.1)
}

.edit-pic a:hover {
	font-size: 17px;
	opacity: 0.9;
}

.edit-pic a:focus {
	background: #b63b4d;
	color: #fff;
	border: 1px solid #b63b4d;
}

.error {
	color: red;
}

.acces {
	font-weight: 700;
	display: inline-block;
	width: auto;
	height: auto;
	color: #b1c800;
}

.patientaccessDiv {
	height: 100%;
	float: left;
	width: 150px;
	border-radius: 10px;
}

.button_upload {
	margin-right: 20px;
}

.right {
	text-align: right;
}


.usertable {
	width: 100%;
}

.users-form-group {
	margin-right: 10px;
	margin-left: 10px;
}

.modal_add_user {
	width: 60%;
}