

.mandatory_mark
{
	color:red;
	font-size:10px;
	display:inline-block;
	font-size:19px;
}
.setting_button,.setting_button a
{
	padding-right:5px;
	padding-left:5px;
	cursor: pointer;
	font-size:16px;
	color:inherit;
	padding-right:5px;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius:5px;
}
.setting_button:hover,.setting_button a:hover
{
	color:black;
	background-color:cmyk(80,0,5,0);
	text-decoration:none; 
}
.userProfile
{
	display:-webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	align-items:center;
	position: absolute;
    right: 5px;
    top: 22px;
    background-color:#48939b;
    color:white;
    border-radius:5px;
    padding:2px;
}
#popup_area1
{
	background-color:rgba(0,0,0,1);
	z-index:8;
}
.heading
{
	position:relative;
	background-color:#48939b;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:1%;
	color:white;
	display:-webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	justify-content:center;
	align-items:center;
	width:100%;
}

.addbtn
{
	height:auto;
	width:auto;
	font-size:20px;
	position: absolute;
    right: 30px;
    bottom: 12px;
}
.fa-user-plus
{
	font-size:23px;
}
.popup_area
{
	/*min-height:400px;*/
	min-width:400px;
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	background-color:rgba(0,0,0,0.6);
	z-index:5;
	left:0;
	align-items: center;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	justify-content: center;
	
}
.popup_area2
{
	/*min-height:400px;*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	background-color:rgba(0,0,0,0.6);
	z-index:5;
	left:0;
	align-items: center;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	justify-content: center;
	
}
.formArea
{
	border:0px solid #009688;
	height:100%;
}
.popupclosebutton
{
	position:absolute;
	right:10px;
	-webkit-top:0px;
	height:auto;	
	display:inline-block;
	z-index:0;
	margin:0px;
	transition:0.4s
}
@-moz-document url-prefix() {
    .popupclosebutton
{
	position:absolute;
	right:10px;
	top:10px;
	-webkit-top:0px;
	height:auto;	
	display:inline-block;
	z-index:0;
	margin:0px;
	transition:0.4s
}
}
.popupclosebutton:hover
{
	color:#000;
}
.form_td
{
	padding:2.5%;
}
.form_bg
{
	background-color:#ffffff;
	padding:2%;
	max-height: calc(100% - 39px);
	display:-webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	/*-webkit-box-shadow:0 0 20px white; 
	-moz-box-shadow: 0 0 20px white; 
	box-shadow:0 0 20px white;*/
	
}
.popup_content
{
	width:40%;
	height:75%;
	border-radius:5px;
	overflow:hidden;
	min-width:500px;
	min-height:200px;
	align-items:center;
	justify-content:center;
}
.alert_popup_content
{
	
	height:auto;
	border-radius:5px;
	overflow:hidden;
	min-width:400px;
	min-height:200px;
}
.form_footer_btn
{
margin-left:10px;
margin-right:10px;
background-color:#4b979d;
color:white;	
}
.form_footer
{
	text-align:center;
	padding-top:16px;
}
/* form divs */
.tablediv
{
	/*display:grid;*/
	min-height: 120px;
	overflow:auto;
}
/* scroll bar styling */
.tablediv::-webkit-scrollbar {
    width: 5px;
    height:5px;
}
 
.tablediv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.tablediv::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.tab-area-selected {
	display: block;
	
}
.trdiv
{
	width:auto;
	height:auto;
	border:0px solid black;
	display:-webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	padding-top:1%;
	padding-bottom:1%;
	align-items:center;
	
}
.tddiv
{
	/*display:inline-block;*/
	align-items:center;
	height:auto;
	border:0px solid red;
	display:-webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	padding-right:2%;
	padding-left:2%;
	position:relative;
	text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
	
}
.doc_checkbox
{
	margin-top: 29px;
    margin-left: 8px;
}
input[type=checkbox] {
	display:inline-block;
	width:auto;
	padding-right:10px;
}
.alert_content
{
	justify-content:center;
	position:relative;
	height:200px;
}
.alert_ok
 {
 	position:absolute;
 	right:10px;
 	bottom:10px;
 }
 .close_alert_message
 {
 	position:absolute;
 	top:4px;
 	right:4px;
 	cursor:pointer;
 }
 .close_alert_message:hover
 {
 	color:#00ff;
 }
 .buttonDisabled:hover, .buttonDisabled
   {
   	background-color:#8cbca7;
   	cursor:not-allowed;
   	color:white;
   }
.branch
{
	min-width:15px;
	border:2px solid #48939b;
}
.tree-left
{
	border-left:4px solid #48939b;
}
.doc_tree
{
	margin-left:2%;
}
.tree-node-init
{
	padding-right:0px;
	padding-left:0px;
}
.tree-node
{
	border: 2px solid #48939b;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #48939b1c;
}
.tree-admin
{
	font-size: 25px;
    margin-left: -10px;
    color:#48939b;
}
.tree-add-node
{
	font-size: 25px;
	margin-left:-8px;
	color:#48939b;
}
.tree-add-user
{
	height: 33px;
    width: 33px;
    color: white;
    background-color: #48939b;
    border: 2px solid;
    font-size: 21px;
    border-radius: 20px;
    padding: 3px;
}
.doc_tab_text
{
	    margin: auto;
	    padding-top: 10px;
	    padding-bottom: 10px
}
.doc_list_content
{
	height:100%;
}
.doctor_row
{
	color: #355053;
    background-color: #a4e3d645;
	font-weight: 400;
    height: 34px;
    border-bottom: 2px solid  #9ae1e7;
    font-size: 14px;
    padding-left: 15px;
}
.doctor_name
{
	width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.document_count
{
	width:20%;
}
#doc_list_content
{
	transition:0.5s;
}
.doc_selection_box
{
    width: 9%;
    height: 100%;
}
.document_column_text
{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-wrapper{
    position:relative;
    float:left;
    margin:auto;
    margin-top:6px;
    width:100%;
}

*.icon-blue {color: #0088cc}
*.icon-grey 
{
	color: grey;
}

.badge{
    background: rgb(72, 147, 154);
    height: auto;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 10px;
    padding: 5px;
    font-size: 9px;
    width: auto;
}

.overRule_btn
{
	background-color: #808080c9;
}
.overRule_btn :hover
{
	background-color: #e32526;
	color:white;
}

.doctor_row.select {
    -webkit-filter: brightness(80%);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
