/***************************************************
* @file style.css
* Description: CSS of the custom confirmBox
* Developed By: NetTantra Technologies India (P) Ltd.
* Developer URL: www.nettantra.com
***************************************************/
.bodyclass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
        background-color: #FFFFFF;
	margin: 0px;
}

table {
	margin: 0px;
	border-collapse: collapse;
	padding: 0px;
}

input{
	padding: 5px;
}

a {
	color: #035c7a;
	text-decoration: underline;
}
a:hover {
	color: #035c7a;
	text-decoration: none;
}
.main {
	width:85%;
	margin: 0px auto;
        display:inline-block;
}
.inner {
    text-align: center;
    color: #0000EE;
}
.page {
	background-color: #FFFFFF;
	width:98%;
        padding: 10px 0px;
        margin:0px auto;
	text-align: justify;
	clear: both;
        text-align: center;
}
.title {
	font-size: 18px;
	font-weight: normal;
	color: #035c7a;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.right-panel {
	width: 250px;
	float: right;
}
.right-panel-in {
	clear: both;
}
.right-panel-in h3 {
	font-size: 20px;
	font-weight: normal;
	color: #346397;
	margin-top: 25px;
	margin-bottom: 17px;
	margin-left: 3px;
}
.right-panel-in ul {
	list-style-type: none;
}
.right-panel-in ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.right-panel-in ul li a {
	color: #003366;
	text-decoration: none;
}
.right-panel-in ul li a:hover {
	text-decoration: underline;
}
/**
* This work is licensed under the Creative Commons
* Attribution 3.0 Unported License. To view a copy
* of this license, visit http://creativecommons.org/licenses/by/3.0/.
*
* Author: Girish Sharma <scrapmachines@gmail.com>
*/

/* Demo specific styles begin */

* {
	margin: 0;
	padding: 0;}
div#spinner
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #cccccc;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
	cursor: wait;

}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #c1c6c6;
	background: url("../images/page-loader.gif") no-repeat center;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
	cursor: wait;
}

input[type=checkbox]{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 8px;
}

*[panel=wrapPanel] {
	position: relative;
	overflow-y: hidden;
}

*[panel=wrapPanel]>* {
	float: left;
	display: block;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #00d9ff;}

.modal-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

.modal-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.selectize-dropdown, .selectize-input, .selectize-input {
  line-height: 14px;
}


#confirmBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#confirmBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}


#cover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%; display:none; }
#confirmBox
{
	font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    width: 800px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
	z-index: 99999;
	border-radius: 10px;
	background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
	right: 0 !important;
	margin: 0 auto !important;
	top: 25%;
}
#confirmBox .message
{
    text-align: center;
    margin: 8px;
}

#confirmBox:target, #confirmBox:target + #cover{ display:block; opacity:2; }

@-webkit-keyframes blinker { from {opacity:1.0;} to {opacity:0.0;} }

.blink {
   text-decoration:blink;

  -webkit-animation-name:blinker;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration:1s;
}

#speedConfirmBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#speedConfirmBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#speedCover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%; display:none; }
#speedConfirmBox
{
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    width: 800px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#speedConfirmBox #speedMessage
{
    text-align: center;
    margin: 8px;
}

#speedConfirmBox:target, #speedConfirmBox:target + #speedCover{ display:block; opacity:2; }


**********************

#doctorallocationConfirmBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#doctorallocationConfirmBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#doctorspeedCover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%; display:none; }
#doctorallocationConfirmBox
{
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    width: 800px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#doctorallocationConfirmBox #doctorallocationspeedMessage
{
    text-align: center;
    margin: 8px;
}

#doctorallocationConfirmBox:target, #doctorallocationConfirmBox:target + #doctorspeedCover{ display:block; opacity:2; }
*********************************


#retryBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#retryBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

/*#speedCover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:5; width:100%; height:100%; display:none; }*/
#retryBox
{
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    width: 800px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#retryBox #retryMessage
{
    text-align: center;
    margin: 8px;
}

#retryBox:target, #retryBox:target{ display:block; opacity:2; }


/*Suggested Doctor*/

#suggestedDoctorBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#suggestedDoctorBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#suggestedDoctorBox
{
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    width: 500px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#suggestedDoctorBox #suggestedDoctorMessage
{
    text-align: center;
    margin: 8px;
}

#suggestedDoctorBox:target, #suggestedDoctorBox:target + #speedCover{ display:block; opacity:2; }

/*End Of Suggested Doctor*/

#editLockBox-footer{
	border-top: @gray-lighter solid 1px;
	text-align: right;
}

#editLockBox-footer{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#editLockBox
{
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    width: 500px;
    left: 0% !important;
    padding: 6px;
    text-align: center;
    z-index: 99999;
    border-radius: 10px;
    background: #fff;
    overflow-y: auto;
    max-height: 280;
    border:  5px solid #428BCA;
    right: 0 !important;
    margin: 0 auto !important;
    top: 25%;
}
#editLockBox
{
    text-align: center;
    margin: 8px;
}

#editLockBox:target, #editLockBox:target{ display:block; opacity:2; }
