
.gen_table{
	color: #5E5E5E;
	padding-bottom:0px !important;	
	
}
.label{
	  /*font-weight: bold;*/
	  font-family: inherit;
	  font-size: 14px !important;
	  color: #636566 !important;
	  font-weight: 600;
}

.listbox{
	cursor:pointer;	
}


#notification_icon{
	float: right;
	margin-right: 7px;
	margin-top: -5px;	
}




green{
	color:green;	
}

#net_w_btn{
	position:absolute;	
}


#account_slider{
	width:100% !important;	
}


.required_style{
	/*color:#034b9e;*/
	/*font-weight:bold;*/
}

input.togg_clss {
		max-height: 0;
		max-width: 0;
		opacity: 0;
	}
	
	input.togg_clss + label {
		display: block;
		position: relative;
		box-shadow: inset 0 0 0px 1px #d5d5d5;
		text-indent: -5000px;
		height: 30px;
		width: 63px;
		border-radius: 15px;
	}
		
	input.togg_clss + label:before {
		content: "";
		position: absolute;
		display: block;
		height: 30px;
		width: 30px;
		top: 0;
		left: 0;
		border-radius: 15px;
		background: rgba(19,191,17,0);
		-moz-transition: .25s ease-out;
		-webkit-transition: .25s ease-out;
		transition: .25s ease-out;
	}
		
	input.togg_clss + label:after {
		content: "";
		position: absolute;
		display: block;
		height: 30px;
		width: 30px;
		top: 0;
		left: 0px;
		border-radius: 15px;
		background: white;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.2);
		-moz-transition: .25s ease-out;
		-webkit-transition: .25s ease-out;
		transition: .25s ease-out;
	}
	
	input.togg_clss:checked + label:before {
		width: 50px;
		background: rgba(96, 104, 136, 1);
	}
	
	input.togg_clss:checked + label:after {
		left: 33px;
		box-shadow: inset 0 0 0 1px rgba(83, 69, 138, 1), 0 2px 4px rgba(0,0,0,.2);
	}





span.deleteicon {
	position: relative;
}
span.deleteicon span.clearclickable {
	position: absolute;
    display: block;
    top: -6px;
    right: -2px;
    /* border: 1px solid #000; */
    width: 21px;
    height: 13px;
    padding: 8px;
    /* background-repeat: no-repeat; */
    background: url(../images/icons/clear.png) center no-repeat;
    cursor: pointer;
}

span.deleteicon span.open_booble {
	position: absolute;
	display: block;
	top: 18px;
	right: -6px;
	width: 25px;
	height: 25px;
	padding: 8px;
	background: url('../images/indicatorinputerror.png') center no-repeat;
	cursor: pointer;
}










#message_box {
	width:100%;
	height:3000px;	

	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

	position:fixed;
	top:0px;
	left:0px;
	z-index:100000;
}


#list_box{
	width: auto;
	height: auto;
	z-index: 10000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	}


#list_box .dialog{
	margin:0px !important;	
	padding:0px !important;
}




#main_table{
	height:100%;
	margin-top: 19px
}

red{
	color:#B00000;	
}



#small_logo{
	padding-top:2px;
	padding-left:3px;	
}

#menu_icon{
	padding-top:5px;	
	padding-right:5px;
	padding-left:2px;
}

#msg_icon{
	padding-top:3px;	
}

#not_icon{
	padding-top:3px;	
}

/*   SMALL MENU  END  */

#small_screen_menu{
	height:100%;
	width:270px;	
	z-index:9000;
	-webkit-transform: translate3d(0, 0, 0);
}

#small_screen_menu_right{
	height:100%;
	width:270px;	
	z-index:9000;
}

#td_2{
		
}

.bubble {
	display:none;
	position:absolute;
	top: 24px;
	margin-left: 21px;	
	
	width: 18px;
	height: 18px;
	line-height: 19px;
	border: 1px solid white;
	-webkit-box-shadow: 0px 1px 2px 0px #333;
	/*-webkit-box-shadow: 0px 1px 1px 0px #333 */
	-webkit-border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3888b), to(#c90e17));
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
}


.grey_to_white_gradient{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(61%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}






/* TILES */

.tile_green{
	background-color:#679e2a;	
}

.tile_blue{
	background-color:#356AA0;	
}

.tile_violete{
	background-color:#56008f;	
}

.tile_red{
	background-color:#BA141A;	
}



.tile_gold{
	background-color:#FFD700;
}


.tile_yellow{
	background-color:#ffb848;
	color:#FFFFFF;
}


.tile_purple{
	background-color:#852b99;
	color:#FFFFFF;
}



.tile_blueViolet{
	background-color:#8A2BE2;
	color:#FFFFFF;
}	

		
.tile_violete2{
	background-color:#8E76A5;
	color:#FFFFFF;
	font-size:16px;	
} 


.tile_orange_1{
	background-color:#FF4500;
	color:#FFFFFF;
	font-size:16px;	
}

.tile_orange_2{
	background-color:#FF6347;
	color:#FFFFFF;
	font-size:16px;	
}

.tile_orange_3{
	background-color:#FF8C00;
	color:#FFFFFF;
	font-size:16px;	
}		

.tile_green_2{
	background-color:#556B2F;
	color:#FFFFFF;
	font-size:16px;	
}		

.tile_green_3{
	background-color:#32CD32;
	color:#FFFFFF;
	font-size:16px;	
}		

.title_blue_2{
	background-color:#4169E1;
	color:#FFFFFF;
	font-size:16px;	
}








.top_slider_div_closed{
	margin-top:-900px;	

   -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
	
}


.top_slider_div_opened{

	margin-top:0px;	

   -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;

}




.general_middle_class{
	margin-left:-270px;

	
   -webkit-transition: margin-left 0.4s ease-out;
    -moz-transition: margin-left 0.4s ease-out;
    -o-transition: margin-left 0.4s ease-out;
    transition: margin-left 0.4s ease-out;	
}

.general_left_class{
	margin-left:0px;

   -webkit-transition: margin-left 0.4s ease-out;
    -moz-transition: margin-left 0.4s ease-out;
    -o-transition: margin-left 0.4s ease-out;
    transition: margin-left 0.4s ease-out;
}

.general_right_class{
	margin-left:-540px;
	
   -webkit-transition: margin-left 0.4s ease-out;
    -moz-transition: margin-left 0.4s ease-out;
    -o-transition: margin-left 0.4s ease-out;
    transition: margin-left 0.4s ease-out;
}










.bottom_links_title{
	font-size:16px;
	color:#FFFFFF;
	margin-top:16px;
	font-weight:normal;
}

.bottom_link{
	margin-right:15px;
	font-size:15px;	
	text-decoration:none;
	color:#B6B6B6;
	line-height:32px;
}

.bottom_link:hover{
	color:#FFFFFF;
}




.middle_font_size{
	font-size:16px;	
}

.padding_top_bottom_3{
	padding-top:3px;
	padding-bottom:3px;	
}

.padding_top_bottom_8 td{
	padding-top:8px !important;
	padding-bottom:8px !important;	
}

.listbox_label{
	width: 73%;
	height: 21px;
	margin-top: 2px;
	position: absolute;
	overflow: hidden;
	font-size: 14px;
	color:#636363;
}



.bottom_border{
	border:1px solid #999 !important;	
}





.open_booble{
	background-image:url('../images/indicatorinputerror.png');
	width:25px;
	height:25px;
	right:14%;
	margin-top:-32px;
	position:absolute;
}

.bubble_block
{
	position: absolute;
	/* margin-left: 20%; */
	width: 155px;
	margin-top: 31px;
	right: 0px;
	color: #7A5E5E;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 7px;
	border: #FF0000 solid 2px;
	box-shadow: #CCC 1px inset;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	z-index: 9;
	font-size:13px;
}

.bubble_block:after 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 5px 6px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -6px;
	right: 13px;
}

.bubble_block:before 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 7px;
	border-color: #FF0000 transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -8px;
	right: 12px;
}

.take_picture_box{
	width: 92%;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 1%;
	margin-right:1%;
	background-color: #FFFFFF;
}

.take_picture_box img{
	border: 2px solid #CFCFCF !important;
}


.take_picture_box_title{
	font-size:14px;
	color:#B5B5B5;
	font-weight:normal;
}


.buttons_half{
	width:45% !important;
}

/*
#messagebox_buttons input[type=button]{
	width:45% !important;
}
*/
#messagebox_buttons input[type=button] {
  width: 38% !important;
}


.table_tr_bottom_borders td{
	border-bottom:1px solid #999 !important;	
	padding-left:4px !important;
	padding-right:4px !important;
}


.container_div{
	margin-left:5%;
	width:90%;
}

.shadow_effect{
	/*
	-webkit-box-shadow: -1px -1px 30px 0px rgba(50, 50, 50, 0.95);
	-moz-box-shadow:    -1px -1px 30px 0px rgba(50, 50, 50, 0.95);
	box-shadow:         -1px -1px 30px 0px rgba(50, 50, 50, 0.95);	
	*/
}



.link_class{
	float: right;
	font-size: 14px;
	margin-right: 5%;
	margin-top: 7px;
	font-weight: bold;
	margin-bottom: -9px;	
}

