.setRt-row {
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
	height: 180px;
}

.one-line {
	position: relative;
    min-height: 20px;
	width: 100%;
}

.column {
	width : 50%;
	height: 100%;
}

.column1 {
	position: absolute;
	left : 0;
}

.column2 {
	position: absolute;
	left : 50%;
}

.column2 span {
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.column70 {
	position: relative;
	left: 10%;
    height: 100%;
	width: 60%;
}

.column70 p {
	position: absolute;
	top: 50%;
	margin: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    font-size:	18px;
	color:	#ff0000;
	text-shadow: 0px 2px 0px rgba(255,255,255, 1); 
}

.column30 {
	position: relative;
	left: 70%;
    min-height: 50px;
	width: 20%;
}

.column3 {
	position: relative;
	float: left;
	margin-left: 8%;
	height: 80%;
	width: 23%;
	border: 1px solid #f3f0e4;
}

.full-row {
	position: relative;
	left: 32%;
    height: 100%;
	width: 36%;
}	

.half-row-left {
	width:	50%;
	position: absolute;
	top: 50%;
    left: 70%;
    transform: translate(-70%, -50%);
    -webkit-transform: translate(-70%, -50%);
}	

.half-row-right {
	width:	50%;
	position: absolute;
	top: 50%;
    left: 30%;
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
}	

.submit  {
	color:#ffffff;
	border:1px solid #acecc7;
	}

.submit[disabled]{
	border:1px solid #acecc7;
	-webkit-opacity:1;
/*	-webkit-text-fill-color:#c4b6e6;*/
	}
	
.contact-link {
	position: relative;
	width: 45%;
	left: 0;
	float: left;
}

.tab15 {
	position: relative;
	width: 70%;
	left: 15%;
}

.tab20 {
	position: relative;
	width: 60%;
	left: 20%;
}

.tab25 {
	position: relative;
	width: 50%;
	left: 25%;
}


input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

.details{
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-khtml-border-radius:4px;
    color:			#0000db;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5); 
/*	background-color: #ffffe6;*/
	background-color: #f6fae9;
	width: 90%;
    padding:		4%;
    font-size:		16px;
	letter-spacing: 1px;
	outline: 0;
	border: 0;
}

#captcha-box {
	position: absolute;
	width: 400px;
	height: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.deep_frame {
	border-style: inset;
	border-left: 2px solid #777;
	border-top: 2px solid #777;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}


.input-fields{
	width:	24%;
	margin-left: 4%;
	margin-right: 0%;
	margin-top: 12px;
	position: relative;
	float: left;
    font-size:	16px;
	padding-left: 4px;
}

.display-fields-tick {
	width:	3%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 16px;
	position: relative;
	float: left;
}

.input-fields:focus{
	outline: #e11ad1 solid 1px;
}

.input-fields::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(234,26,209,0.75);
    font-size:	16px;
	padding-left: 4px;
}
.input-fields::-moz-placeholder { /* Firefox 19+ */
	color: rgba(234,26,209,0.75);
    font-size:	16px;
	padding-left: 4px;
}
.input-fields:-ms-input-placeholder { /* IE 10+ */
	color: rgba(234,26,209,0.75);
    font-size:	16px;
	padding-left: 4px;
}
.input-fields:-moz-placeholder { /* Firefox 18- */
	color: rgba(234,26,209,0.75);
    font-size:	16px;
	padding-left: 4px;
}

.input-fields:placeholder-shown {
	border: rgba(234,26,209,0.2) 1px solid;
}


.details:focus {
	outline: 0;
}

#sign-in-container, .button-container {
	width:	38%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#sign-in-btn {
	width: 100%;
	height: 100%;
    border-radius:	1px;
    -moz-border-radius:	1px;
	color: #13532e;
//    background-color:	#6ede9c;
    background-color:	#00cc00;
	-moz-outline: none;
/*	border-bottom: 4px solid #26a659;*/
	border-right: 2px solid #27ae60;
	border-bottom: 2px solid #27ae60;
	border-left: 2px solid #d5f6e3;
	border-top: 2px solid #d5f6e3;
    padding:		8px 8px;
    font-size:		16px;
	text-align: center;
	cursor: pointer;
}

#sign-in-btn::-moz-focus-inner {
  border: 0;
}

#sign-in-btn:focus {
  outline: 0;
}

#sign-in-btn:active {
	outline: none;
	-moz-outline: none;
	-webkit-transform: translateY(2px); /* android, safari, chrome */
    -moz-transform: translateY(2px); /* old firefox */
    -o-transform: translateY(2px); /* old opera */
    -ms-transform: translateY(2px); /* old IE */
    transform: translateY(2px); /*standard */
	border-left: 2px solid #27ae60;
	border-top: 2px solid #27ae60;
	border-right: 2px solid #d5f6e3;
	border-bottom: 2px solid #d5f6e3;
}
/*
#login-btn:hover {
    background-color:	#82e3aa;
	border-right: 4px solid #27ae60;
	border-bottom: 4px solid #27ae60;
	border-left: 4px solid #d5f6e3;
	border-top: 4px solid #d5f6e3;
	border-bottom: 4px solid #27ae60;
}

#login-btn:focus{
	outline: 0;
}

#login-btn:active {
	outline: 0;
	border-left: 1px solid #27ae60;
	border-top: 1px solid #27ae60;
	border-right: 1px solid #d5f6e3;
	border-bottom: 1px solid #d5f6e3;
} */

.button_box {
	position: absolute;
	width: 20%;
}

.silver_button {
	display: block;
	position: absolute;
	background-color: #cecece;
	border-style: solid;
	border-radius: 2px;
	border-width: 1px;
	border-color: #d8d8d8  #a5a5a5 #a5a5a5 #d8d8d8; 
    text-shadow: 1px 1px 0 #e6e6e6;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.align-right {
	float: right;
}

.size-fixed {
	width: 120px;
	min-height: 24px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);	
    -webkit-transform: translate(-50%, -50%);	
}

.size-big {
	width: 160px;
	height: 40px;
}

.size-medium {
	width: 120px;
	height: 40px;
}

.size-small {
	width: 80px;
	height: 30px;
	border: 1px solid yellow;
}

.size-single {
	width: 20%;
	min-height: 28px;
	margin-left: 40%;
	margin-top: 6px;
}

.size-multiple {
	width: 17%;
	min-height: 28px;
	margin-left: 22%;
	margin-top: 8px;
	margin-bottom: 12px;
	float: left;
}

.button-area {
	position: absolute;
	width: 200px;
	height: 50px;
}

.normal-button{
	position: absolute;
	width: 100px;
	height: 30px;
    top: 10px;
    left: 50px;
	cursor: pointer;
}

.normal-button:active{
	top: 12px;
}

.normal-button:focus{
	outline: 0;
}

.normal-button span{
	font-size: 12px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);	
    -webkit-transform: translate(-50%, -50%);	
}

.silver_button:active{
	top: 1px;
}

.silver_button:focus{
	outline: 0;
}

.silver_button span{
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);	
    -webkit-transform: translate(-50%, -50%);	
}

.silver_button:hover {
	background: radial-gradient(ellipse farthest-corner 
	at 0 0, #ffffff 10%, #cccceb 50%, #9999d6);
    text-shadow: none;
	cursor: pointer;
}
	
.two-btn:active {
	top: 28px;
}

.vector-box {
	position: absolute;
	width: 90%;
	height: 85%;
	left: 6%;
	top: 15%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.vector-row {
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 15px;
}

.vector-image-box {
	width: 30%;
	position: absolute;
	z-index: 1;
}

.vector-card {
	width: 68%;
	position: absolute;
	top:0;
	bottom:0;
}

.image-on-left {
	left: 0;
}

.image-on-right{
	left: 69%;
}

.card-on-left {
	left: 0;
}

.card-on-right{
	left: 31%;
}

.vector-image {
	position: absolute;
	width: 180px;
	height: 180px;
	left: 10px;
	top:0;
	background-color: #b0c4de;
	border-radius: 8px;
	border: 3px solid;
	border-color: #edf2f7 #c9d7e8 #4679b4 #c9d7e8;
}

.vector-image:before {
    content: '';
    position: absolute;
    z-index: -1; 
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    width: 70%;
    left: 15%; 
    height: 100px;
    bottom: 0;
}

.vector-image:hover {
	top: 2px;
	cursor: pointer;
}

.vector-image:active {
	top: 6px;
	cursor: pointer;
}
.vector-image:hover:before{
	width: 76%;
    left: 12%; 
    -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.3);
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.3);
}

.vector-image:active:before{
	width: 96%;
    left: 2%; 
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.vector-image  img{
	position: absolute;
	width: 160px;
	height: 160px;
	left: 10px;
	top: 10px;
}

.vector-title{
	position: absolute;
	width: 160px;
	height: 50px;
	left: 20px;
	top: 190px;
	font-weight: bold;
	text-shadow: 0px 2px 0px rgba(255,255,255,0.5); 
}

.vector-text{
	text-align: justify;
	margin: 0;
	padding: 0 8px 0 8px;
	font-size: 16px;
	line-height: 24px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5); 
}

.vector-link{
	color: #ff0000;
	cursor: pointer;
}

.vector-box-popup{
	position: absolute;
	display: none;
	width: 70%;
	min-height: 40%;
	background: #E2E2E2;
	border-radius: 10px;
	padding: 10px;
	border-top: 1px solid white;
 	z-index: 20;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0,0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0,0.3);
}

.vector-box-popup-link{
	color: red;
	cursor: pointer;
}

.close-btn-row {
	width: 100%;
	margin-bottom: 2px;
	position: absolute;
	top: 0;
	left:0;
}

.close-btn-row img {
	position: relative;
	float: right;
	padding: 10px 10px 0 0;
	cursor: pointer;
}

.popup-content {
	padding: 4px 10px 10px 10px;
	line-height: 24px;
	text-align: justify;
}

.translucent{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 19;
	opacity: 0.4;
	background-color: #000000;
}

.input-card {
	position: absolute;
	border-radius: 0 20px 0 20px;
	padding: 10px;
	border-top: 1px solid white;
    left: 50%;
	top: 105px;
    margin-right: -50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0,0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0,0.3);
}

.input-card label {
	position: absolute;
	left: 28%;
	top: 60%;
}

.background-green {
	background: #93ffb4;
}

.background-olivegreen {
	background: #e6f2de;
}

.background-orange {
	background: #ffe4b3;
}

.background-cyan{
	background: #ccf3ff;
}

.background-purple {
	background: #f2e6ff;
}

.background-hows {
	background: #f9d2d8;
}

.background-hay {
	background: #dac586;
}

.background-faqs {
	background: #d6f5f5;
}

.background-blue {
	background: #d6f5f5;
}

.input-card-big {
	width: 70%;
	height: 60%;
}

.input-card-medium {
	width: 60%;
	height: 50%;
}

.input-card-small {
	width: 60%;
	height: 40%;
}

.card-body {
	width: 80%;
	height: 80%;
	position: relative;
	left: 10%;
	top: 10%;
}

.tab {
	position: absolute;
}

.tab_1{
	left: 10%;
}

.tab_1_5{
	left: 15%;
}

.tab_2{
	left: 20%;
}

.tab_2_5{
	left: 25%;
}

.tab_3{
	left: 30%;
}

.tab_3_5{
	left: 35%;
}

.tab_4{
	left: 40%;
}

.tab_4_5{
	left: 45%;
}

.tab_5{
	left: 50%;
}

.tab_5_5{
	left: 55%;
}

.tab_6{
	left: 60%;
}

.tab_6_5{
	left: 65%;
}

.tab_7{
	left: 70%;
}

.tab_7_5{
	left: 75%;
}

.tab_8{
	left: 80%;
}

#upload_txt_file {
	position: absolute;
	width: 300px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.card-element {
	position: absolute;
	width: 300px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.card-element label{
	position: absolute;
	width: 100px;
	left: 0px;
	text-align: right;
}

.card-element select{
	position: absolute;
	width: 200px;
	left: 100px;
}

/* --------------- etched-box ---------------*/
.etched-box {
	width: 90%;
	height: 93%;
	left: 5%;
	top: 10px;
	position: relative;
	border-style: solid;
	border-color: rgba(234,26,209,0.75);
	border-width: 2px;
	border-radius: 4px;
	z-index: 4;
}

.etched-box .title{
	width: 30%;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	z-index: 5;
	text-align: center;
	color: #ea1ad1;
	font-weight: bold;
	line-height: 20px;
	background: url("../myImages/ui-bg_fine-grain_40_fbffed_60x60.png") repeat;
/*	background-color: #f1f1f1;*/
}
/* --------------- etched-box ends ---------------*/

.scroll-box {
	position: absolute;
	top: 2%;
	width: 98%;
	height: 96%;
	left: 1%;
	overflow: hidden;
}

/* --------------- setRt-table  ---------------*/
.setRt-table{
/*	width: 96%; */
	height: 160px;
	position: relative;
	border-collapse: collapse;
	table-layout: fixed;
	top: 15px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	display: none;
	z-index: 4;
}

  
.setRt-table th, .setRt-table td{
	position: relative;
	float: left;
	padding-left: 5px;
    text-align: left;
}

.setRt-table thead {
    background-color: #ea6153;
    color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);	
	position: relative;
	font-size: 14px;
}

.setRt-table  thead tr{
	width: 100%;
	display: block;
	position: relative;
	white-space: nowrap;
}

.setRt-table  tbody tr{
	width: 100%;
	white-space: nowrap;
}

.setRt-table  tbody {
	display: block;
	height: 120px;
	overflow-y: scroll;
	position: relative;
	font-size: 12px;
}
	
.setRt-table tbody tr:nth-child(even){
	background-color: #e1e1f5;
}
.setRt-table tbody tr:nth-child(odd) {
	background-color: #d2d2d5;
}

#setRt-btn {
	display: none;
}

/* --------------- setRt-table  ends ---------------*/

/* --------------- faqs-table  ---------------*/
.faqs-table, .hows-table {
	position: relative;
	left: 5%;
	width: 90%;
	height : 400px;
	padding-right: 10px;
    overflow-y: scroll;
}

#ask-question-link, #ask-how-question-link  {
	position: relative;
	width: 96%;
}

#ask-question-link  a, #ask-how-question-link a{
	color: #0000ff;
	font-size: 14px;
	float: right;
}

#ask-question-link  a:hover, #ask-how-question-link  a:hover {
	cursor: pointer;
}

#questionBox {
	position: absolute;
	left: 10%;
	width: 80%;
	height: 100%;
	padding-left:4px;
	outline: 0;
}

.question, .how-question  {
	display:block;
	color:white;
	padding:1px 8px;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	position:relative;
	z-index:50;
	line-height:20px;
	text-shadow:0 1px 0 rgba(0,0,0,0.6);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	transition:background-color .17s ease;
	-webkit-transition:background-color .17s ease;
	-moz-transition:background-color .17s ease;
	-o-transition:background-color .17s ease;
	-ms-transition:background-color .17s ease;
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.10)),to(rgba(0,0,0,0.50)));
	background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.10),rgba(0,0,0,0.50));
	background-image:-moz-linear-gradient(top,rgba(0,0,0,0.10),rgba(0,0,0,0.50));
	background-image:-o-linear-gradient(top,rgba(0,0,0,0.10),rgba(0,0,0,0.50));
	background-image:-ms-linear-gradient(top,rgba(0,0,0,0.10),rgba(0,0,0,0.50));
	background-image:linear-gradient(top,rgba(0,0,0,0.10),rgba(0,0,0,0.50));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000',EndColorStr='#000000');
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.16),inset 0 -1px 0 rgba(0,0,0,0.25),0 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.16),inset 0 -1px 0 rgba(0,0,0,0.25),0 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.16),inset 0 -1px 0 rgba(0,0,0,0.25),0 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.16),inset 0 -1px 0 rgba(0,0,0,0.25),0 2px 0 rgba(0,0,0,0.1);
	-ms-box-shadow:inset 0 1px 0 rgba(255,255,255,0.16),inset 0 -1px 0 rgba(0,0,0,0.25),0 2px 0 rgba(0,0,0,0.1);
	-khtml-box-shadow:inset 0 1px 0 rgba(255,255,255,0.16),inset 0 -1px 0 rgba(0,0,0,0.25),0 2px 0 rgba(0,0,0,0.1);
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-o-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
	-khtml-border-radius:3px 3px 0 0;
	box-shadow:0 2px 5px rgba(0,0,0,0.28);
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.28);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.28);-o-box-shadow:0 2px 5px rgba(0,0,0,0.28);
	-ms-box-shadow:0 2px 5px rgba(0,0,0,0.28);
	-khtml-box-shadow:0 2px 5px rgba(0,0,0,0.28)
	}
	
.question {
	background-color:#5ba6cc;
}

.how-question  {
	background-color:#d9d7d7;
}

.answer, .how-answer{
	display: none;
	height:auto;
	max-height:200px;
	padding:10px;
	margin:4px 13px;
	font-family:Helvetica;
	word-wrap:break-word;
	color:#444;
	font-size:13px;
	line-height:23px;
	text-align: justify;
}
.answer {
	background: #d6f5f5;
}

.how-answer {
	background: #f9d2d8;
}



/* --------------- faqs-table  ends ---------------*/

/* --------------- hierarchy ---------------*/

.scroll-main {
	position: relative;
	width: 86%;
	height: 400px;
	left: 7%;
	overflow-y: auto;
}

.tree-row {
	position: relative;
	height: 24px;
	white-space: nowrap;
	font-size:0;
}


.tree-row > * {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.node {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.node > * {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.node p {
	font-size: 14px;
	padding-left: 2px;
	margin-left: 56px;
	margin-top: 0;
	text-transform: none;
/*	text-shadow:1px 1px 0 rgba(0,0,0,0.3);*/
}

.text-black {
	color: #000000;
}

.text-white {
	color: #ffffff;
}

.text-purple {
	color: #ff22ff;
}

.text-wine {
	color: #bc0082;
}

.text-blue {
	color: #3333cc;
}

.text-red {
	color: #ff0000;
}

.text-brown {
	color: #d88133;
}

.text-green {
	color: #338166;
}

.back-black {
	background: #000000;
}

.back-purple {
	background: #ff22ff;
}

.back-wine {
	background: #bc0082;
}

.back-blue {
	background: #3333cc;
}

.back-red {
	background: #ff0000;
}

.back-brown {
	background: #d88133;
}

.back-green {
	background: #338166;
}

.back-earth {
	background: #f06d06;
}

.plus , .minus{
	margin-left: 16px;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	overflow: hidden;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.plus::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 10px;
	top: 3px;
	left: 7px;
	background: #cecece;
}

.plus::after, .minus::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	top: 7px;
	left: 3px;
	background: #cecece;
}
          
.plus:hover::after ,.plus:hover::before, .minus:hover::after ,.minus:hover::before{
	background: #ffffff;
}

.plus:hover, .minus:hover{
	cursor: pointer;
}

.plus:active, .minus:active{
	top: 13px;
}

.h1-line, .h2-line {
	margin-top: 0;
	padding: 0;
	height: 1px;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.h1-line{
	margin-left: 0;
	width: 16px;
}

.h2-line {
	margin-left: 32px;
	width: 24px;
}

.v1-line, .v0-line  {
	width: 44px;
	height: 24px;
	margin:0;
}

.v1-line::after {
	content: "";
	position: absolute;
	top: -12px;
	margin-left: 44px;
	margin-right: 0;
	padding: 0;
	width: 1px;
	height: 24px;
	background: #333333;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.tree {
	position: relative;
	width: 300px;
}

.collapsed {
	display: none;
}

.expanded {
	display: block;
}

.floating-menu {
	position : absolute;
	padding: 10px;
	background: rgba(08, 95, 136, 0.8); 
	-moz-box-shadow:1px 1px 2px 0px #000000;
	-webkit-box-shadow:1px 1px 2px 0px #000000;
	box-shadow:1px 1px 2px 0px #000000; 
	width: 100px;
	margin: 0;
	z-index: 2;
	border-radius: 4px;
}

.input-table {
	position : absolute;
	padding: 10px;
	background: rgba(08, 95, 136, 0.8); 
	-moz-box-shadow:1px 1px 2px 0px #000000;
	-webkit-box-shadow:1px 1px 2px 0px #000000;
	box-shadow:1px 1px 2px 0px #000000; 
	margin: 0;
	z-index: 2;
	border-radius: 4px;
}

.input-table  td{
	position: relative;
	width: 30px;
	height: 30px;
	background: #e4e4e4;
	border: 1px solid #999;
	border-collapse: collapse;
}	

.input-table  td:hover{
	cursor: pointer;
	background: rgba(24, 122, 129, 1); 
	color: #56dbf5;
}

.input-table  td span{
	position: absolute;
	padding: 5px;
	top: 50%;
	left: 50%;
    margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 12px;
	font-weight: 100;
}	

.input-table  caption{
	color: #fff;
	font-size: 12px;
	font-weight: 100;
}	

.marker-left{
	position : absolute;
	width: 0;
	height: 0;
	border-bottom: 6px solid transparent;
	border-right: 6px solid rgba(08, 95, 136, 0.8);
	border-top: 6px solid transparent;
}

.floating-menu a:hover {
	background: rgba(24, 122, 129, 1); 
	color: #56dbf5;
}

.floating-menu a:hover > div{
	background: rgba(24, 122, 129, 1); 
}

.floating-menu a:hover  div.marker_inside{
	border-left: 6px solid #56dbf5;
}

.floating-menu a {
	position: relative;
	float: left;
	width: 90px;
	height: 20px;
	padding: 4px 0 4px 10px;
	font-weight: 100;
	color: #fff;
/*	text-shadow: 0px 1px 0px rgba(255,255,255, 1); */
	font-size: 12px;
	margin: 0;
}

.floating-menu a  span{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.floating-menu a  > div{
	position: absolute;
	left: 84px;
	width: 6px;
	height: 12px;
	padding: 4px 0 4px 10px;
}

.marker_inside {
	position : absolute;
	width: 0;
	height: 0;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #ffffff;
	border-top: 3px solid transparent;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.pos_0 {
	left: 300px;
	top: 50px;
}

.pos_1, .pos_3, .pos_5, .pos_6 , .pos_input-table{
	left: 425px;
	top: 50px;
}

.pos_m {
	left: 294px;
	top: 60px;
}

/* --------------- hierarchy ends---------------*/

/* --------------- message-board  ---------------*/
.mb-scroll{
	position: relative;
	left: 5%;
	width: 90%;
	height: 400px;
    overflow-y: scroll;
}


/*	border: 1px solid #000000;*/
.tooltip-right {
	position: absolute;
	font-size: 10px;
	z-index: 10;
	color: #fff;
	text-shadow: none;
	background: #464B56;
	width: 220px;
	padding: 8px;
	border-radius: 4px;
	display: none; 
	left: 50%;
	bottom: -140px;
	-webkit-box-shadow: -8px 0px 5px -6px #999;
	-moz-box-shadow: 	8px 0px 5px -6px #000;
	-o-box-shadow: 8px 0px 5px -6px #000;
	box-shadow: -5px 7px 5px -4px #555, -8px 10px 7px -4px #aaa;
	word-wrap: break-word
	}

.tooltip-arrow-left{
	position: absolute;
	content: '';
	border: 8px solid transparent;
	border-right: 8px solid #464B56;
	bottom: 50px;
	left: -16px;
	}

.tooltip-arrow-top{
	position: absolute;
	content: '';
	border: 8px solid transparent;
	border-bottom: 8px solid #464B56;
	top: -16px;
	left: 50px;
	}

.info_screen {
	z-index: 98;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(153,153,157,0.7);
	/*	border: 1px solid #000; */
}

.info_window {
	z-index: 99;
	position: absolute;
	top: 5%;
	left: 60%;
	right: 100%;
	height: 90%;
	width: 40%;
	overflow: hidden;
}


.info_popup {
	z-index: 99;
	background: #e8e1c9;
	top: 5%;
	left: 110%;
	height: 90%;
	width: 95%;
	position: absolute;
	padding: 6px;
	transition: transform 500ms;
	-webkit-transition: transform 500ms;
	transition-timing-function : ease-out;
	-webkit-transition-timing-function : ease-out;
	-webkit-box-shadow: -8px 0px 5px -6px #999;
	-moz-box-shadow: 	8px 0px 5px -6px #000;
	-o-box-shadow: 8px 0px 5px -6px #000;
	box-shadow: -5px 7px 5px -4px #555, -8px 10px 7px -4px #aaa;
}

#info_popup_tile_1 {
	top: 1%;
	left: 1%;
	width: 98%;
	height: 17%;
	position: absolute;
} 

#info_popup_tile_1_1 {
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	position: absolute;
	background : #f00;
} 

#symbol_at_info {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
}

#info_popup_tile_1_2 {
	top: 0;
	left: 20%;
	width: 80%;
	height: 100%;
	position: absolute;
} 

#info_popup_tile_1_2_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
} 

#info_popup_tile_1_2_2 {
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	position: absolute;
} 

#info_popup_tile_1_2 p {
	position: absolute;
	margin: 0;
	top: 50%;
    left: 50%;
    margin-right: -50%; 
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	color:	#222;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1); 
}
#info_popup_tile_1_2 p {
    font-size:	18px;
}

#info_popup_tile_1_2_2 p {
    font-size:	14px;
	padding: 6px;
}

#info_popup_tile_2 {
	top: 18%;
	left: 1%;
	height: 51%;
	width: 98%;
	position: absolute;
} 

#info_popup_tile_2_1 {
	top: 0;
	position: relative;
	float: right;
	height: 63%;
	width: 35%;
	margin: 10px;
	border: 5px solid #d98c8c;
	background: #fff;
	padding: 4px;
} 
#info_popup_tile_2_2 {
	top: 0;
	position: relative;
} 

#info_popup_tile_2_1_1 {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
    background-position: center center;
	background-image: url('../myImages/memberPhotos/noPhoto.jpg');
} 

#info_popup_tile_2 p, #info_popup_tile_5 p{
    font-size:	14px;
	color:	#000;
	margin: 10px;
	text-align: justify;
	height: 70%;
} 

#info_popup_tile_4 {
	top: 70%;
	left: 1%;
	height: 14%;
	width: 98%;
	position: absolute;
} 

#info_popup_tile_4 {
    font-size:	16px;
	color:	#000;
	margin: 10px;
}

#info_popup_tile_4 span {
    color:	#00f;
	cursor: pointer;
	cursor: pointer;
}

#info_popup_tile_5 {
	top: 85%;
	left: 1%;
	height: 14%;
	width: 98%;
	position: absolute;
} 
.appear{
	display: block;
}

.disappear{
    display: none;
}


.reg-data input {
	width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    outline: 0;
	padding: 12px 0 12px 12px;
    &:focus + label {
      background: #f06d06;
	  width: 60px;
	  margin: 0;
      color: white;
      font-size: 60%;
      z-index: 2;
      text-transform: uppercase;
    }
}

.reg-data label {
	transition: 
		background 0.2s,
		color 0.2s,
		top 0.2s,
		bottom 0.2s,
		right 0.2s,
		left 0.2s;
	position: absolute;
	color: #999;
	padding: 12px 0 12px 4px;
	}
  
.label-at-right label {
		top: 0;
		right: 100%;
		width: 100%;
		margin-right: -100%;
		bottom: 0;
	}
  
.label-at-right input:focus + label {
		right: -12px;
		margin-right: 0;
		width: 60px;
		-webkit-border-radius:0 4px 4px 0;
		-moz-border-radius:0 4px 4px 0;
		-o-border-radius:0 4px 4px 0;
		-ms-border-radius:0 4px 4px 0;
		-khtml-border-radius:0 4px 4px 0;
	}

#segment-table {
	font-size: 14px;
}

#segment-table th {
    background-color: #f2f2f2;
}

/* Set different column widths */
#segment-table th:nth-child(1),
#segment-table td:nth-child(1) {
    width: 5%;
}

#segment-table th:nth-child(2),
#segment-table td:nth-child(2) {
    width: 20%;
}

#segment-table th:nth-child(3),
#segment-table td:nth-child(3) {
    width: 20%;
}

#segment-table th:nth-child(4),
#segment-table td:nth-child(4) {
    width: 15%;
}

#segment-table th:nth-child(5),
#segment-table td:nth-child(5) {
    width: 15%;
}

#segment-table th:nth-child(6),
#segment-table td:nth-child(6) {
    width: 15%;
}