/* ---------------------- Defaults ----------------- */
body
{
	margin:0;
	padding:0;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size: 16px;
	background-color: #303030; /*background-image: url(../media_images/bg_blue2.png);*/
	background-size:cover;
	background-position:top left;
	background-repeat:repeat;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	font-family:"Roboto";
	line-height:1.5;
	/*min-width:2000px;
	overflow:visible;*/
}
.clear { clear:both; }
a { text-decoration: none; color:inherit; }
button { border:0; font-size:1em; }
a.default { color:#0000ff; text-decoration:underline; }
img { border:none; }

form { text-align:center; }
::selection {
	background: #3498db;
	color: white;
}
/* ---------------------- Defaults Ends ----------------- */

.page_wrapper {
	position: relative;
	display: inline-block;
	width: 99.5%;
	margin: auto -0.15em;	
	font-family: "Raleway", helvetica, sans-serif;
	color:#ffffff;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

/* ---------------------- Start of Left AdminMenuStyles ----------------- */
.admin_link_table {
	position:absolute;
	min-width: 5em;
	height:auto;
	top:0;
	left:0;
	padding:0.75em 0.75em 0.5em 0.5em;
	border-top-right-radius:0.2em;
	border-bottom-right-radius:0.2em;
	background-color:#202020;	/*#5D6E7F*/
	box-shadow:0 0 0.5em #f0f0f0;
	vertical-align: top;
	overflow-x:hidden; 
	overflow-y:auto;
	z-index:999;
	opacity:0.5;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.admin_link_table:hover {
	opacity:1;
}

.admin_top_link
{
	position:relative;
	display:block;
	width:auto;
	padding:0.75em 0;
	line-height:3em;
	text-align:left;
	text-indent:0.5em;
	cursor:pointer;
	border:0px solid red;
}
.admin_top_link_icon {
	position:relative;
	display:inline-block;
	width:3em;
	height:3em;	
	margin:0.5em 0.75em 1.5em 0.5em;
	padding:0.25em;
	border-radius:2em;
	background-color:#3498db;
	vertical-align:top;
}
.admin_top_link_icon > img {
	width:2em;
	height:2em;	
	margin:0.5em 0em;
}

.admin_top_link > span
{
	display:none;
	margin-top:0.35em;
	font-size:2em;
	font-weight:100;
	line-height:inherit;
}

.admin_submenu_cell
{
	position:relative;
	display:none;
	width:78%;
	margin-top:-1.25em;
	margin-left:27%;
	padding:1em 0;
	text-align:left;
	text-indent:1em;
	background-color:#000000;
}

.admin_submenu_link
{
	display:block;
	font-size:0.8em;
	font-weight:300;
	line-height:2em;
	letter-spacing:1px;
}

/* ---------------------- End of Left AdminMenuStyles ----------------- */
/* ---------------------- Start of Main Body Section ----------------- */

.main_body_wrapper
{
	position:absolute;
	width:92%;
	height:auto;
	top:0;
	left:6em;
	margin:0;
	vertical-align:top;
	padding:0.5em;
	box-sizing:border-box;
	border:0px solid white;	
}

.main_body_table
{
	padding:1em;
}

.page_title_div
{
	display:block;
	width:100%;
	margin:0.5em 0;
}

.admin_page_title
{
	font-size: 2em;
	font-weight: 300;
	color: #FF0000;
}

.list_wrapper
{
	position: relative;
	display: inline-block;
	width:100%;
	text-align:left;
	border:0px solid red;
}

.db_list
{
	width:100%;
	overflow:hidden;
	border:1px solid #909090;
}

.main_div_heading
{
	width: auto;
	height:3.5em;
	background-color:#95a5a6;
}

.list_header
{
	float:left;
	display:inline-block;	
	color: #ffffff;
	vertical-align: top;
	text-align: left;
	/*text-indent:1em;*/
	padding:0.5em;
	word-wrap:break-word;
	min-height: inherit;
}
.list_header > span {
	font-size: 1em;
	font-weight: 200;	
}
.list_row_separator
{ 
	content:"";
	float:left;
	position: relative;
	display: inline-block;
	width: 1px; 
	min-height: 100%; 
	background-color:#e0e0e0;
}

.main_div_listing
{	
	width: 100%;
	min-height:3em;
	border-bottom:1px solid #909090;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
}
.main_div_listing:last-child
{
	border-bottom:none;
}

.list_item
{
	float:left;
	position:relative;
	display:inline-block;
	color: #ffffff;
	vertical-align: top;
	text-align: left;
	/*text-indent:1em;*/
	padding: 0.5em;
	word-wrap:break-word;
	min-height: inherit;
}
.list_item > span {
	position:relative;
	font-size: 0.75em;
	font-weight: 100;
}

.div_display_inline
{
	margin:0 0.2em;
	display:inline-block;
}

.div_display_inline > a > img 
{
	margin:0.5em 0;	
}

#module_fields {
	width:100%;
	display:inline-block;
	margin:0.5em auto;
	border:0px solid red;	
}
.card {
	float:left;
	position:relative;
	display:inline-block;
	width:16em;
	margin:0.5em;
	border:1px solid #909090;	
	border-radius:0.5em;
	box-sizing:border-box;
	overflow:hidden;
}

.card_row {
	display:inline-block;
	width:100%;
}
.card_row_left, .card_row_right {
	display:inline-block;
	width:46%;
	padding:0.25em;
	text-align:left;
}
.card_row_left {
	float:left;
	border:0px solid red;	
}
.card_row_right {
	float:right;
	border:0px solid blue;	
}

.card_row_label {
	font-size:0.75em;
	font-weight:400;
	color:#ffffff;
}

.sr_no {
	font-family:"Roboto", sans-serif;
	font-size:3em;
	font-weight:100;
	line-height:175%;
	text-align:center;	
}

/*-------------	Scroll To Top button ---------------------*/
.back_to_top {
	position: fixed;
	display: none;
	bottom: 6em;
	right: 2em;
	width: 5em;
	height: 5em;
	margin: 0;
	padding:0;
	border:0;
	outline:0; 
	background-color: #3498db;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	opacity:0.6;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	z-index:999;	
}
.back_to_top:hover {
	opacity:1;
	background-color:#e0e0e0;	
}

#scroll_top {
	display:inline-block;
	width: 5em;
	height: 5em;
	background: url('../images/icon_scroll_top.png') no-repeat 50% 0% transparent;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	cursor: pointer;
	text-indent: -99999px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	border:0;
	outline:0;
}
#scroll_top:hover {
	background: url('../images/icon_scroll_top.png') no-repeat 50% 100% transparent;
}
/*------------------------ Start of Forms Styling ----------------------------*/



.form_field_div
{
	display:inline-block;
	margin:0.5em auto;	
}

.single_col_form
{
	border:1px solid red;
}

.single_col_form > .form_field_div 
{
	width:100%;
	height:2em;	
}
.single_col_form > .form_field_div > .form_label
{
	position:absolute;
	right:50%;
	font-size:1em;
	font-weight:100;
	line-height:2em;	
}
#user_details > .form_field_div > .input_field
{
	position:absolute;
	left:60%;
	width:30em;
	height:1em;
	padding:0.25em;
	border:1px solid #606060;
	font-size:0.75em;
	font-weight:300;
	color:#303030;
		
}
/*------------------------ Start of Forms Styling ----------------------------*/
/* ---------------------- End of Main Body Section ----------------- */
/* ---------------------- BOF Text Styles ------------------------------ */

.big_text
{
	font-size:3em;
	font-weight:300;
}

.user_name
{
	font-size:2em;
	font-weight:300;
}

.main_page_instruction_text
{
	font-size:1em;
	font-weight:100;
}

#message_cell
{
	margin:0.5em;
	font-size:1em;
	font-weight:100;
	line-height:1.5em;
	border:0px solid red;	
}

.must_form_field_message
{
	font-size:0.9em;
	font-weight:400;
}

.must_form_field_message_for_login
{
	font-size:10pt;
	font-weight:normal;
	/*text-align: left;
vertical-align: top;
font-size: 10pt;
font-weight: normal;*/
color: #CCCCCC;
font-family: Verdana, Arial;
padding-right:55px;
}
.login_icon_div
{
    
    height:60px;
    margin-top:10px;
    padding-left:120px;
   font-family: verdana, Arial, Verdana, sans-serif, Helvetica;
}
.plain_link_login {
text-decoration: none;
color: #ffffff;
font-size: 8pt;
}
.must_form_field
{
	font-size:0.75em;
	color: #ff0000;
	text-align: center;
}
.module_actions_div
{
	float:left;
}

/* ---------------------- EOF Text Styles ------------------------------ */

.admin_body_table
{
	background-color: #333333;
	min-width: 800px;
	border: solid 1px #111111;
	font-size: 8pt;
}

.special
{
	font-weight: bold;
	color: #FFC425;
	text-transform: capitalize;
	font-size: 8pt;
}




.abc
{
	color: Red;
	text-align: right;
	vertical-align: top;
}

.form_lable
{
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.form_lable_left
{
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.form_lable_new
{
	text-align: right;
	vertical-align: top;
	font-size: 10pt;
	font-weight: bold;
	background: #00ff00;
}

.form_note
{
	font-size: 12px;
	color: #CCCCCC;
}

.form_data
{
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;
}
.form_data_cell
{
	text-align: left;
}



.index_message_font
{
	font-size: 15px;
	font-family: Arial;
}

.menu_text_box
{
	width: 200px;
	align: left;
	border: 1px solid green;
}

.plain_link
{
	text-decoration: none;
	color: #ffffff;
	font-size: 0.75em;
}
.plain_link:hover
{
	text-decoration: none;
	color: #ff6600;
}

.info_message
{
	color: #8DB3E2;
	text-align: center;
	font-size: 10pt;
}

.error_message
{
	color: #FF0000;
	text-align: center;
	font-size: 10pt;
}

.info_field_message
{
	color: #7AC143;
	text-align: center;
	font-size: 0.75em;
}

.form_info_message
{
	color: #777777;
	font-size: 10pt;
	font-weight: bold;
}

.admin_page_left_column
{
	vertical-align: top;
	font-size: 10pt;
	padding-top: 20px;
	width: 25%;
}

/*-----------------------Start of Admin Help Styles-------------*/
.help_heading
{
	font-weight: bold;
	color: #FF0000;
	text-transform: capitalize;
	font-size: 10pt;
}

.help_number
{
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
}
/*-----------------------End of Admin Help Styles-------------*/

/* ---------------------- List Header Styles ----------------- */

.list_header_row
{
	height: 25px;
}




.small_button
{
	width: 110px;
	height: 25px;
}
.large_buttons
{
	width: 200px;
	height: 25px;
}

.large_button
{
	width: 200px;
	height: 25px;
}

.dropdown
{
	width: 200px;
}
.white_link
{
	text-decoration: underline;
	color: #ffffff;
	font-size: 10pt;
}
/* ---------------------- End List Header Styles ----------------- */

.cms_cell_orange
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: #F7A516;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: dotted 1px #777777;
}
.cms_cell_green
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #238500;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: dotted 1px #777777;
}
.cms_cell_red
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: dotted 1px #777777;
}
.cms_cell_blue
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: #AACCFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: dotted 1px #777777;
}
.cms_cell_purple
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: #8D5CFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: dotted 1px #777777;
}
.cms_cell_yellow
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: #FFFF00;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: dotted 1px #777777;
}

.cms_cell_blank
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #CCCCCC;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: dotted 1px #777777;
}

.cms_cell_lightblue
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background-color: #87CEFA;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: dotted 1px #777777;
}
.cms_cell_orange a
{
	color: #000000;
}
.cms_cell_purple a
{
	color: #000000;
}
.cms_cell_green a
{
	color: #FFFFFF;
}

.cms_cell_blank a
{
	color: #CCCCCC;
}

.cms_cell_red a
{
	color: #FFFFFF;
}
.cms_cell_blue a
{
	color: #000000;
}
.cms_cell_yellow a
{
	color: #000000;
}
.cms_cell_lightblue a
{
	color: #000000;
}
.page_link
{
	text-align: right;
	text-decoration: none;
	color: #FF6600;
	font-size: 10pt;
	font-family: Verdana;
}
.paging_control {
	display:inline-block;
	width:1.5em;
	height:1.5em;
	margin:0.5em;
	background-color:#3498db;
	border-radius:1em;	
	line-height:1.25em;
	vertical-align:top;
	cursor:pointer;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.paging_control:hover {
	transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5); /* IE 9 */
	-webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
}
.page_prev_next
{
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.75em;
	font-weight:100;	
}


.tr_background
{
	background-color: #777777;
	border: solid 1px #ff0000;
}

.div_table_title
{
	vertical-align: top;
	line-height: 20px;
	display: inline-block;
	float: left;
	position: relative;
}
.form_div
{
	text-align: center;
	width: 500px;
}
.must_form_field_style
{
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.div_form_icon
{
	width: 100%;
	line-height: 20px;
	text-align: right;
	margin-top: 20px;
}
.div_display_position
{
	display: inline-block;
	position: relative;
}
.div_label_width
{
	width: 34%;
	border: solid 1px #ff0000;
}
.div_must_form_field_width
{
	width: 5%;
	border: solid 1px #ffffff;
}
.div_data_width
{
	width: 58%;
	border: solid 1px #00ff00;
}


.icon_link
{
	cursor: pointer;
}

.action_icon
{
	padding-top: 5px;
	border: 1px solid gray;
	width:205px;
}

.div_form_label
{
	display: inline-block;
	width: 34%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial;
}
.div_form_must_form_field
{
	width: 2%; 
	display: inline-block;
	margin-top:5px;
	margin-bottom:5px;
}
.div_form_data_field
{
	width: 58%; 
	display: inline-block;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}






.module_pages_form_lable
{
	display: inline-block; 
	width: 20%;
	margin-top:5px;
	margin-bottom:5px;
}
.module_pages_form_hidden
{
	display:none;
}
.module_pages_must_form_field
{
	display: inline-block; 
	width: 1%;
}
.module_pages_form_data
{
	display: inline-block; 
	width: 69%;	
	margin-top:5px;
	margin-bottom:5px;
}
.module_pages_list_header
{
	position: relative;
	display: inline-block;
}

.module_pages_list_item
{
	position:relative;
	display: inline-block;
}
.div_padding
{
	/*padding: 5px;*/
	padding: 1%;
}

.page_main_div_listing
{	
	border-top: dotted 1px #777777;
	position:relative;
	display: inline-block;
	width: 100%;	
}

.navigation_pagediv
{
	float:right;	
}

.navigation_actiondiv
{
	float:right;
	border-right:dotted 1px #777777;
	border-left:dotted 1px #777777;
}

.navigation_actiondiv_seperator
{
	float:right;
}


.page_main_div_border
{	
	border-right: dotted 1px #777777;
	position:absolute;
	display: inline-block;
	width: 100%;
}

.page_node_new_level
{
	margin-left: 2%;
}

.page_list_row_separator
{ 
	width: 1px; 
	height: 100%; 
	border-right: dotted 1px #777777;
	display: inline-block;
	position: absolute;
}

.page_list_left_separator
{ 
	width: 1px; 
	height: 100%; 
	border-right: dotted 1px #777777;
	display: inline-block;
	position: absolute;
}

.page_list_right_separator
{ 
	width: 1px; 
	height: 100%; 
	border-right: dotted 1px #777777;
	display: inline-block;
	position: absolute;
	
}
.calender_div
{
	position: absolute; 
	display:none; 
	background-color:#FFFFCC; 
	layer-background-color:red; 
	width:150px; 
	height: 140px;
}
.paging_div
{
	float:right;
	width:auto;
	margin:0.5em;
}
.page_underline
{
	text-decoration:underline;
}


/*.move_parent_div
{
	position:absolute;
	width:806px;
	height:465px;
	margin:30px 20%;
	border-radius:6px;
	box-shadow:0 0 10px;
	background:none;
	text-align:center;
	display:inline-block;
	
}

.move_parent_form_div
{
	vertical-align:middle;
}*/

.close
{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	/* right: -5px; */
	text-align: center;
	top: -10px;
	/* top: -5px; */
	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;
	
	overflow:hidden;
}

.details_div_class
{
	margin-top:0px;
	/*overflow-x:hidden;
	overflow-y:auto;*/
}

/*
//Changed
.close
{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -5px;
	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;
}*/


.modal_div {
	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;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
	
}
.modal_div:target {
	display: block;
	pointer-events: auto;
	
}
.modal_div > div.sub_div_class {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	/*overflow-x:hidden;
	overflow-y:auto;*/
	height:350px;
	
	/*background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);*/
	
	background: #000;
	background: -moz-linear-gradient(#000, #fff);
	background: -webkit-linear-gradient(#000, #fff);
	background: -o-linear-gradient(#000, #fff);
	border:solid 5px #606061;
}
.image_div
{
    display:inline;
    margin-left:5px;
}




.admin_menu
{
	width:20%;
	background-color:#EAD5FF;
	border: solid 1px black;
	vertical-align:top;
	
}


.admin_white_link
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

.submenu
{
	display:none;
	position:absolute;
}


.admin_submenu_sub_cell
{	
    height:25px;	
    width:100%;	text-align:left;	
    padding-left:30px;	
    padding-right:10px;	
    padding-top:5px;	
    padding-bottom:5px;	
    /*background-color:#000000;*/
}



.admin_submenu_link_mouse_over
{
	font-family:arial;
	font-weight:bold;
	font-size:xx-small;
	color:#FF5C0F;
	text-decoration:none;
}

td.admin_top_link_mouse_over
{
	vertical-align:middle;
	text-align:left;
	text-transform:capitalize;
	font-weight:bolder;
	font-size:8pt;
	width:auto;
	height:25px;
	padding-left: 10px;
	border: 1px solid #555555;
}

td.admin_top_link_mouse_over .admin_white_link
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	color:#777777;
}

td.admin_top_link_mouse_over .admin_white_link .submenu
{
	display:block;
	position:absolute;
}

td.admin_top_link_mouse_over .submenu
{
	display:block;
	position:absolute;
}
/* ---------------------- End of AdminMenuStyles.css ----------------- */

#modules_list
{
	height: 13em;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	/*position:relative;
	display: inline-block;*/
}
#move_parent_list
{
	height: 13em;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	/*position:relative;
	display: inline-block;*/
}
.module_field_table_data
{
	display:inline-block;
	width:8%;
	margin-left:5px;
	
}
#module_field_table_header
{
	display:inline-block;
	width:100%;
}
.module_field_table_heading
{
	width:8%;
	text-indent:0em;
}
.paging
{
	margin-right: 8px;
	margin-left: 8px;
	display:inline-block;	
}
.paging_first_last_div
{
	display: inline-block;
}

.paging_first_last_div
{
	display: inline-block;
}

/*.normal_lineheight
{
	line-height:120%;
}*/

.list_text
{
	width:10%;	
	word-break:Keep-all;
	word-wrap:break-word;
	line-height:120%;
	
}

.list_select
{
	width:15%;	
}

.list_date
{
	width:8%;	
}
.list_file
{
	width:10%;	
}

.list_hidden
{
	width:10%;	
}

.list_listbox
{
	width:15%;	
}

.list_password
{
	width:10%;		
}

.list_checkbox
{
	width:8%;
}
.list_radio
{
	width:8%;
}

.list_textarea 
{
	width:20%;
}
.list_wysiwyg_editor
{
	width:20%;
}
.list_actions
{
	width:16%;
}

.odd_row
{
	background-color: #222222;	
}

.even_row
{
	background-color:#555555;	
}



/*------------------------Start Of AdminMenuStyles.css-----------------------------------*/
.action_div
{
    display:none; 
    width: 30px;
}    
.div_align
{
    vertical-align: bottom;
}
.div_width
{
    width: 100%;
}
.div_padding_left
{
    padding-left: 30px;
}
.menu_display
{
    display:none;
}
.div_overflow
{
    overflow: hidden;
}
.menu_item_color
{
    background-color: #000000;
}
.div_menu_item
{
    border: 1px solid #ff0000; 
    margin-top: 5px; 
    margin-right: 8px; 
    width: 27%; 
    color: #666666; 
    top: 10px; 
    right: 30px; 
    display: block; 
    position: absolute; 
    padding: 5px; 
    text-align: left;
}
.div_page_details
{
   width:900px; 
   height:400px; 
}
.div_page_style
{
    width: 700px; 
    height: 50px;
}
.div_display_right
{
    text-align:right;
}
.div_page_font
{
    font-size: 12px; 
    font-family:Tahoma, Arial;
}
.div_sort_page_size
{
    font-size:7px;
}
.div_manage_module
{
    width:250px;
}
.div_login_size
{
    width: 225px;
}
.div_navigation
{
    width:500px;
}
.div_navigation_display
{
    width:900px; 
    height:400px;
}
.permissions_listbox
{
    width: 20%;
    height: auto;
    Position:relative;
    display:inline-block;
}



.resource_div
{
	width:10%;
	height:10%;		
	padding:3%;
	Position:relative;
    display:inline-block;  
    clear:both;  
}

.resource_div input
{
	Position:relative;
    display:none;
    clear:both;    
}

.resource_div .directory_nameLbl
{
	Position:relative;
    display:inline-block;     
    clear:both;   
}

.resource_div .normal_action
{
	Position:relative;
	display:inline-block;  
	width: 100%;
	clear:both;  
}

.resource_div .form_action
{
	Position:relative;
    display:none;
    clear:both;    
}

.resource_div_editable
{
	width:10%;
	height:10%;		
	padding:3%;
	Position:relative;
    display:inline-block;  
    clear:both;  
}

.resource_div_editable input
{
	Position:relative;
    display:inline-block; 
    clear:both;   
}

.resource_div_editable .directory_nameLbl
{
	Position:relative;
    display:none; 
    clear:both;   
}

.resource_div_editable .normal_action
{
	Position:relative;
    display:none; 
    width: 100%; 
    clear:both;  
}

.resource_div_editable .form_action
{
	Position:relative;
    display:inline-block;    
    clear:both;
}


.newCategory_div
{
	width:10%;
	height:10%;		
	padding:3%;
	Position:relative;
    display:inline-block;  
    clear:both;     
}

/*.resource_name_div
{
	padding-top:6%;
	Position:relative;
    display:inline-block;
	
}*/
.resource_image_div
{
	Position:relative;
    display:inline-block;
    padding:20px;
    width:20%;
    height:10%;
	
}

.resource_image
{
	width:100%;
    height:auto;
}

.directory_image
{
	width:100%;
    height:auto;
    margin-bottom:1em;	
}

.resource_document_div
{
	Position:relative;
    display:inline-block;
    padding:20px;
    width:20%;
    height:10%;
	
}

.resource_category_listing
{
	Position:relative;
    display:inline-block;
    width:100%;	
}

.action_icon
{
	width:20px;
	height:20px;
	border:none;
}

.folder_name
{
	width:95%;
	display:inline-block;
	Position:relative;
}

/*.normal_action
{
	display:inline-block;
	Position:relative;
}

.form_action
{
	display:none;
	Position:relative;
}*/


.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;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 750px;
	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_popup {
	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_popup:hover { background: #00d9ff; }

.save_backlist_div
{
	text-align:right;
}

.left
{
    text-align: left;
}

/*------------------------End Of AdminMenuStyles.css-------------------------------*/
/*--------------------------beg of select and deselect all-------------*/
.elements_button {
	float:left;
	position:relative;
	display:inline-block;
	width:auto;
	margin:0.5em;
	border:1px solid #909090;	
	border-radius:0.5em;
	box-sizing:border-box;
	overflow:hidden;
	background: #999999;
	padding-top: 0.4em;
    padding-right: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.4em;
}

.button_text
{
    color: #c0c0c0;
    
}

.div_display_inline
{
	margin:0 0.2em;
	display:inline-block;
}

.outer_div_display_elements
{
	width: 100%;
    height: auto;
    border:0px solid blue;
}
.div_display_elements
{
	font-family: Verdana, Arial;
	font-size:12px;
	border:0px solid red;
}
/*--------------------------End of select and deselect all-------------*/

/*------------------------BOF Dashboard-------------------------------*/
.control
{
	padding:10px;
}

.list_title
{
	height: 25px;
	border: solid 1px #777777;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width:120px;
	background-color:#66AAFF;
	
}
.list_data
{
	height: 25px;
	border: dotted 1px #777777;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
	
}
.module_title
{
	vertical-align: top;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px;
	font-family: Tahoma, Arial;
	text-transform: capitalize;
	text-align:left;
	
	
}
.module_title_cursor
{
	cursor:pointer;
}

.more_data_link
{
	font-family: Tahoma, Arial;
	padding-left:10px;
}

.expandable
{
	margin:5px 9px;
}

.no_view_data
{
	width:100%;
	text-align:center;
}

/*------------------------EOF Dashboard--------------------------*/
.changepassword
{
font-family: verdana, Arial, Verdana, sans-serif, Helvetica;
font-size: 14pt;
font-weight: normal;
color: #FF5500;
text-decoration: none;
}
/************************************************/
#select_all_button:hover {
color: White;
}

#deselect_all_button:hover {
color: White;
}

.heading_div
{
	background-color:rgb(175, 64, 144);
	font-weight:400;
	text-transform:uppercase;
	color:rgb(255, 255, 255);
}
.table_cell
{
	max-width:300px;
	min-width:170px;
	vertical-align: top;
} 
.inline_block
{
	display:inline-block;
}
.padding_small
{
padding:5px 10px;
}
.table_row
{
	font-weight:100;
}

.table_actiondiv
{
	float:right;
	border-right:dotted 1px #777777;
	border-left:dotted 1px #777777;
}
.table_textbox
{
	width:45%;	
}
.table_action
{
	width:15%;
}
.table_file
{
	width:10%;	
}
.table_select
{
	width:1%;	
}

.table_date
{
	width:8%;	
}
.table_file
{
	width:10%;	
}

.table_hidden
{
	width:10%;	
}

.table_listbox
{
	width:15%;	
}

.table_password
{
	width:10%;		
}

.table_checkbox
{
	width:5%;
}
.table_radio
{
	width:8%;
}

.table_textarea 
{
	width:20%;
}
.table_wysiwyg_editor
{
	width:15%;
}
.table_actions
{
	width:16%;
}

#loading {
	background: rgba(255,255,255,0.9);
}
.loading_div {
	position:relative;	
}


.modalDialogPassword, #loading, .tool_guide {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align:center;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}


.modalDialogPassword:target {
	display: block;
	pointer-events: auto;
}
.modalDialogPassword > div {
	position: relative;
	width: 35em;
	height: 30em;	
	margin: 10% auto;
	padding: 2em 2em 2em 2em;
	border:0em solid #505050;
	border-radius: 1.1em;
	background: #ffffff;
	box-shadow: 0 0 40px rgba(0,0,0,0.8);
}
.modalDialog_password
{
    width: 50em;    
}

.iframe_upload
{
	height:30em;
	width: 100%;	
	display:none;
	border:0;
	background-color:#ffffff;
	
}

.sort_arrows
{
    width: 15px !important;
    position: relative;
    display: inline-block;
    font-size: 5px;
    text-align: center;
}

.sort_arrow
{
    font-size: 10px;
    clear: both;
}

.sort_arrow_active
{
    color: #ff0000;
}

#job_title, #contractor_name
{
	width: 99%;
}

#job_expiry_date
{
	width: 100px;
}