﻿
	
 
/* ---------- RESET ---------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, 
h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {	border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

q:before, q:after { content: ''; }

strong { font-weight: bold; }

em { font-style: italic; }

a img {	border: none; } /* Gets rid of IE's blue borders */

a { text-decoration: none; }

body { font-size: 1em; /* Prevents an IE bug where em's scale out of proportion */ }





/* ---------- CLEARFIX ---------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }





/* ---------- GENERAL ---------- */
.round {
	border-radius: 0.3125em; /* 5/16 */
	-moz-border-radius: 0.3125em; /* 5/16 */
	-webkit-border-radius: 0.3125em; /* 5/16 */
}

p {
	margin-bottom: 1.25em; /* 20/16 */
	color: #9498a1;
}

.fl { float: left; }
.fr { float: right; }
.apply-detail{color:#ffffff;margin-top:12px;margin-right:10px;font-weight:bold;}
.search input{border:solid 0px #ccc !important; width:160px;}
.cb { clear: both; }

.half-size-column {
	width: 48%;
}
.third-size-column {
	width: 31%;
}
div.stripe-separator {
	background: transparent url('../../cpanel/images/separator-bg.png') repeat-x left center;
	height: 0.562em; /* 9/16 */
	display: block;
	margin: 1.25em 0; /* 20/16 */
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 0.625em; /* 10/16 */ }

/*Temporary styles*/
ul.temporary-button-showcase {
	list-style-type: none;
}

	ul.temporary-button-showcase li {
		width: 24%;
		float: left;
		margin-right:31.5px;
		margin-bottom: 1em;
	}

code {
	display: inline-block;
	background-color: #f8f9fa;
	border: 1px solid #eeefef;
	padding: 0.416em 0.833em; /* 5/12 10/12 */
	color: #2a2e36;
}

blockquote {
	display: block;
	font-style: italic;
	border-left: 2px solid #eeefef;
	padding-left: 0.833em; /* 10/12 */
	color: #9498a1;
}

cite {
	font-style: italic;
	font-weight: bold;
	display: block;
	padding-left: 0.833em; /* 10/12 */
	margin-top: 0.833em; /* 10/12 */
	color: #9498a1;
}






/* ---------- TYPOGRAPHY ---------- */
body, form {
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	line-height: 1.125em; /* 18/16 */
}

p, .button, form input, ul#nav li ul, ul#tabs, div.side-menu ul li a, table,
.information-box, .confirmation-box, .error-box, .warning-box, ol, .regular-ul, 
.custom-ul, blockquote, cite { font-size: 0.75em; /* 12/16 */ }

div.content-module-heading span { font-size: 0.625em; /* 10/16 */ }

form p input[type="text"], form p input[type="password"], form p input[type="checkbox"], form p input[type="radio"] { font-size: 1em; /* 12/12. I did 12 because they're contained within a P tag, that has font size of 12px*/ }

select{
	width:20.833em;
	margin-bottom:20px;
	height:40px;
	padding:10px;
	font-family: "Droid Sans",Helvetica,Arial,sans-serif;
	border: 1px solid #999999;
	background-color:#F4F4F4;
}
select option{padding:8px;}
.maximum-select{
	width:30em;
	height:30px;
	padding:5px !important;
}
.minimum-select{
	width:10em;
	height:25px;
	padding:2px;
}
.minimum-select option{	padding:5px;}
.options a{
	float:right;
	font-size:12px;
	padding: 5px 10px;	
	text-align: center;
	text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	background: #f0f0f0;
	background: linear-gradient(to bottom, rgb(252, 252, 252), rgb(232, 232, 232)) repeat scroll 0% 0% padding-box rgb(238, 238, 238);
	border-width: 1px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-color: rgb(207, 207, 207) rgb(204, 204, 204) rgb(198, 198, 198);
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-shadow: 0px 1px rgb(255, 255, 255) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.05);

}

h1 { font-size: 1.125em; /* 18/16 */ }
h2 { font-size: 0.875em; /* 14/16 */ }
h3 { font-size: 0.75em; /* 12/16 */ }
h4 { font-size: 0.685em; /* 11/16 */ }
h5 { font-size: 0.625em; /* 10/16 */ }





/* ---------- COLORS ---------- */
a { color: #2069b4; }
	a:hover { color: #2a2e36; }

p a, p a:hover { border-bottom: 1px dotted; }

.blue {
	background-color: #2069b4;
	color: white;
}
	.blue:hover {
		background-color: #5081b3;
		color: white;
	}





/* ---------- WIDTHS ---------- */
/* Form Inputs Style */
.default-width-input { width: 20.833em; /* Default Value. Equals 250px for the 12px font size */ }	
.maximum-width-input { width: 30.833em; }	
.minimum-width-input { width: 5.833em; }	
.normal-width-input { width: 11.833em; }	
.searchbox-input{width:35em;}

.full-width-input { width: 78%; }

/* Textarea Style */
.full-width-textarea {
	width: 95%;
	height: 12.5em; /* 150/12 */
}
.mini-full-width-textarea{
	width: 30.833em;
	height: 12.5em; /* 150/12 */
}
.ct-inner {
    max-width: 1243px;
    margin: 0px auto;
    position: relative;
}

/* Page Container Style */
.page-full-width { padding: 0 1.875em; /* 30/16 */ }

.page-limited {
	width: 60em; /* 960/16 */
	margin: 0 auto;
}





/* ---------- BUTTONS ---------- */
.button {
	padding: 0.533em; /* 10/12 */
	
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
}

.dark {
	background-color: #3f4551;
	color: white;
}
	.dark:hover {
		background-color: #5d6677;
		color: white;
	}

.text-upper { text-transform: uppercase; }

.small-button { padding: 0.312em 1em; /* 5/16 16/16 */ }

.image-left {
	background-position: 0.833em center; /* 10/12 */
	padding-left: 3em; /* 36/12 */
}

.image-right {
	background-position: right center;
	padding-right: 3em; /* 36/12 */
}

.ic-left-arrow { background-image: url("../../cpanel/images/icons/ic_left.png"); }
.ic-right-arrow { background-image: url("../../cpanel/images/icons/ic_right.png"); }
.ic-print { background-image: url("../../cpanel/images/icons/ic_print.png"); }
.ic-cancel { background-image: url("../../cpanel/images/icons/ic_cancel.png"); }
.ic-delete { background-image: url("../../cpanel/images/icons/ic_delete.png"); }
.ic-add { background-image: url("../../cpanel/images/icons/ic_add.png"); }
.ic-download { background-image: url("../../cpanel/images/icons/ic_download.png"); }
.ic-edit { background-image: url("../../cpanel/images/icons/ic_edit.png"); }
.ic-favorite { background-image: url("../../cpanel/images/icons/ic_favorite.png"); }
.ic-lock { background-image: url("../../cpanel/images/icons/ic_lock.png"); }
.ic-power { background-image: url("../../cpanel/images/icons/ic_power.png"); }
.ic-refresh { background-image: url("../../cpanel/images/icons/ic_refresh.png"); }
.ic-settings { background-image: url("../../cpanel/images/icons/ic_settings.png"); }
.ic-upload { background-image: url("../../cpanel/images/icons/ic_upload.png"); }
.ic-search { background-image: url("../../cpanel/images/icons/ic_zoom.png"); }

.ic-table-edit { background-image: url("../../cpanel/images/icons/table/actions-edit.png"); }
.ic-table-status{ background-image: url("../../cpanel/images/icons/ic-status.png"); }
.ic-table-delete { background-image: url("../../cpanel/images/icons/table/actions-delete.png"); }





/* ---------- MENU BUTTONS ---------- */
.menu-email { background-image: url("../../cpanel/images/icons/menu/menu-email.png"); }
	.menu-email:hover { background-image: url("../../cpanel/images/icons/menu/menu-email-over.png"); }
	.menu-email-special {
		background-image: url("../../cpanel/images/icons/menu/menu-email-special.png");
		color: #7fcdff;
	}
	
.menu-settings { background-image: url("../../cpanel/images/icons/menu/menu-settings.png"); }
	.menu-settings:hover { background-image: url("../../cpanel/images/icons/menu/menu-settings-over.png"); }

.menu-logoff { background-image: url("../../cpanel/images/icons/menu/menu-logoff.png"); }
	.menu-logoff:hover { background-image: url("../../cpanel/images/icons/menu/menu-logoff-over.png"); }

.menu-user { background-image: url("../../cpanel/images/icons/menu/menu-user.png"); }





/* ---------- FORMS ---------- */
form label {
	display: block;
	text-transform: uppercase;
	color: #2a2e36;
	margin: 0 0 0.3125em 0;
}

form label.alt-label { text-transform: none; }

form input[type="text"], input[type="password"], textarea {
	border: 1px solid #d9dbdd;
	padding: 1em 0.625em; /* 16/16 10/16 */
	outline: none;
}
.normal-form{
	padding: 0.625em 0.625em !important;
}
	form input[type="text"]:hover, input[type="password"]:hover, textarea:hover{
		border: 1px solid #bbbdbe;
	}
	
	form input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
		border: 1px solid #bbbdbe;
		border-color: rgba(82, 168, 236, 0.8);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
		outline: 0px none;
	}
	
form input[type="checkbox"], form input[type="radio"] { margin-right: 0.833em; /* 10/12 */ }

form input[type="submit"] {
	border: none;
	cursor: pointer;
	padding: 0.833em; /* 10/12 */

	background-position: right center;
	padding-right: 3em; /* 36/12 */
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
}

form#search-form input {
	border: none;
	float:right !important;
	/* The inner text overflows on the BG image, so we're setting a right padding to stop that */
	padding-right: 3em; /* 36/12 */
}
	form#search-form input:focus {
		/* Same as .dark:hover */
		background-color: #5d6677;
		color: white;
	}

form p em {
	margin-top: 0.833em; /* 10/12 */
	display: block;
}

form p.form-error, form p.form-error label { color: #cf4425; }

form p.form-error em {
	background: transparent url('../../cpanel/images/icons/message-boxes/error.png') no-repeat left center;
	padding-left: 2em; /* 24/12 */
}

form input.error-input { border: 1px solid #ff876f; }
	form input.error-input:hover { border: 1px solid #b03e27; }

/* Styling the HTML5 placeholders */
/* So far they don't work in: IE, Opera 10 and below, Firefox 3.6 and below */
::-webkit-input-placeholder { color: #858d9c; }
:-moz-placeholder { color: #858d9c; }

.fullsize-form
{
	padding:20px 0px 10px 120px;
}



/* ---------- CONTENT BOXES ---------- */
.information-box, .confirmation-box, .error-box, .warning-box {
	padding: 0.833em 0.833em 0.833em 3em; /* 10/12 36/12 */
	margin-bottom: 0.833em; /* 20/12 */
	
}
.information-box {
	background: #e5f5f9 url('../../cpanel/images/icons/message-boxes/information.png') no-repeat 0.833em center;
	border: 1px solid #cae0e5;
	color: #5a9bab;
}

.confirmation-box {
	background: #e7fae6 url('../../cpanel/images/icons/message-boxes/confirmation.png') no-repeat 0.833em center;
	border: 1px solid #b7cbb6;
	color: #52964f;
}

.error-box {
	background: #fde8e4 url('../../cpanel/images/icons/message-boxes/error.png') no-repeat 0.833em center;
	border: 1px solid #e6bbb3;
	color: #cf4425;
	list-style:none;
}
.warning-box {
	background: #fdf7e4 url('../../cpanel/images/icons/message-boxes/warning.png') no-repeat 0.833em center;
	border: 1px solid #e5d9b2;
	color: #b28a0b;
}





/* ---------- MENU ---------- */
ul#nav {
	list-style-type: none;
}

	ul#nav > li {
		float: left;
		margin-right: 0.312em; /* 5/16 */
		position: relative;
	}
		ul#nav li:first-child { margin-left: 0; }
		ul#nav li:hover ul { left: 0; /* On hover, we make the submenu visible again */ }	
		/* Persistent hover state, exactly the same style as the inner anchor on hover (.dark:hover) */
		ul#nav li:hover a {
			background-color: #5d6677;
			color: white;
		}
		
	ul#nav li.v-sep {
		border-right: 1px solid #3f4551;
		margin-right: 0.625em; /* 10/16 */
		padding-right: 0.625em; /* 10/16 */
	}
	
	ul#nav li ul {
		list-style-type: none;
		position: absolute;
		z-index: 999;
		margin-top: -2px;
		left: -9999px;
	}
		ul#nav li ul li a {
			color: white;
			padding: 0.833em 0 0.833em 3em;
			border-top: 1px solid #6a7282;
			background: #5d6677 url('../../cpanel/images/menu-indicator.png') no-repeat right center;
			display: block;
			width: 100%;
			white-space: nowrap;
		}
			ul#nav li ul li:last-child a {
				border-bottom-right-radius: 0.3125em; /* 5/16 */
				border-bottom-left-radius: 0.3125em; /* 5/16 */
				-moz-border-bottom-right-radius: 0.3125em; /* 5/16 */
				-moz-border-bottom-left-radius: 0.3125em; /* 5/16 */
				-webkit-border-bottom-right-radius: 0.3125em; /* 5/16 */
				-webkit-border-bottom-left-radius: 0.3125em; /* 5/16 */
			}

			ul#nav li ul li a:hover { background-color: #7a8497; }
			




/* ---------- TOP + HEADER ---------- */
div#top-bar {
	background-color: #2a2e36;
	padding: 0.325em 0; /* 10/16 */
}

div#header { padding: 1.25em 0; /* 20/16 */ }

div#header-with-tabs { padding: 0.7em 0 0 0; /* 20/16 */ }

div#login-intro {
	background: transparent url('../../cpanel/images/login-icon.png') no-repeat left center;
	padding: 0.312em 0 0.312em 3.125em;
}
	div#login-intro h1 { text-transform: uppercase; margin: 0.312em 0 0 0; }
	div#login-intro h5 { color: #9498a1; }

a#company-branding img { height: 39px; }	
a#company-branding-small img { height: 30px; }	
.small{padding:0.6em 0.625em !important;}




/* ---------- TABS ---------- */
ul#tabs { list-style-type: none; }

	ul#tabs li { float: left; }
	
		ul#tabs li a {
			border: 1px solid #eeefef;
			border-bottom: none;
			padding: 0.8em 0.533em; /* 20/12 10/12 */
			margin: 0 0.416em -1px 0;
			display: block;
			color: #9498a1;
		}
			ul#tabs li a:hover { color: #2a2e36; }

ul#tabs li a.dashboard-tab {
	background: transparent url('../../cpanel/images/tab-dashboard.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}

ul#tabs li a.active-tab, ul#tabs li a.active-tab:hover {
	background-color: #f8f9fa;
	font-weight: bold;
	color: #2a2e36;
}





/* ---------- TABLES ---------- */
table,table td{border:none;}
	.gvStyle th 
	{
		 /*border:1px solid #b1b1b1;*/  
		width: 95%; 
		margin:25px;
		background-color: #5d6677;
		color: white;
		text-align:center;
		text-transform: uppercase;
		padding: 1.25em 1.25em 1.25em 1.25em; /* 15/12 */
		border: 1px solid #ffffff;
	}
	.gvStyle th:first-child {
		padding: 1.25em 1.25em 1.25em 1.25em; /* 15/12 */
	}
	
		
	.gvStyle tbody td {
		padding: 0.833em 0 0.833em 1.25em; /* 10/12 15/12 */
		border-left: 1px solid white;
		border-bottom: 1px solid #f8f9fa;
	}
	
	/* Alternate table row */
	.gvStyle tbody tr:nth-child(even) { background-color: #f8f9fa; }

	/* Push the first cell to the right so it doesn't stick to the table border */
	.gvStyle td:first-child, .gvStyle th:first-child {
		width: 4em /* 48/12 */;
		text-align: center;
		border: none;
		border-bottom: 1px solid #f8f9fa;
	}
	
	.gvStyle td:last-child, .gvStyle th:last-child {
		text-align: center;
	}
	
	.gvStyle td.table-footer {
		text-align: left;
		vertical-align: middle;
		padding-top: 1.25em /* 15/12 */;
		border: none;
	}
	
a.table-actions-button {
	width: 1.25em;
	height: 1.25em;
	display: inline-block;
	background-position: center center;
}		



/*------------------------------------*\
	Pagination Style
\*------------------------------------*/

.pagination {
	float: left;
	padding: 8px 0px 0px 10px;
}
.alphabet-pagination
{
	clear: both;
	margin: 60px 0px 0px 10px;
}

.light-theme, .alphabet-pagination a{
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* 

Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
	text-decoration: none;
}
.gvStyle span {
	float: left;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #444;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	background: #666;
	color: #FFF;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: pointer;
}
.light-theme a:hover{
	text-decoration: none;
	background: #FCFCFC;
}
.current, .alphabet-pagination a:hover{
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: pointer;
}

/*------------------------------------*\
	Pagination Style
\*------------------------------------*/

.pagination {
	float: left;
	padding: 8px 0px 0px 10px;
}
.alphabet-pagination
{
	clear: both;
	margin: 60px 0px 0px 10px;
}
.light-theme, .alphabet-pagination a{
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
	text-decoration: none;
}
.gvStyle span {
	float: left;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #444;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	background: #666;
	color: #FFF;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: pointer;
}
.light-theme a:hover{
	text-decoration: none;
	background: #FCFCFC;
}
.current, .alphabet-pagination a:hover{
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: pointer;
}



/* ---------- LISTS ---------- */
ol li, .regular-ul li { margin-left: 1.25em; /* 20/16 */ }

ol, .regular-ul, .custom-ul { margin-bottom: 1.25em; /* 20/16 */ }

.custom-ul { list-style-type: none; }

	.custom-ul li {
		background: transparent url('../../cpanel/images/menu-dark-indicator.png') no-repeat left center;
		padding-left: 1.25em /* 10/12 */;
	}



/* ---------- CONTENT ---------- */
.ct-inner{
    max-width: 1243px;
    margin: 0px auto;
    position: relative;
}
div#content {
	background: #f8f9fa url('../../cpanel/images/artwork-pattern.png') repeat-x left bottom;
	border: 1px solid #eeefef;
	padding: 1.875em 0; /* 30/16 */
}

div#login-form {
	width: 18.75em !important; /* 300/16 */
	margin: 0 auto;
}

div.side-menu {
	background: #3f4551;
	border: 1px solid #eeefef;
	width: 15%;
	margin-left:20px;
	margin-top:32px;
	margin-bottom: 1em; /* 16/16 */
}

	div.side-menu h3 {
		text-transform: uppercase;
		font-weight: bold;
		margin:  1.25em; /* 15/12 */
		color: white;
	}
	
	div.side-menu ul { list-style-type: none; }
	
		div.side-menu ul li a {
			padding: 0.833em 1.25em; /* 10/12 15/12 */
			border-top: 1px solid #f8f9fa;
			display: block;
			background: white url('../../cpanel/images/menu-dark-indicator.png') no-repeat right center;
		}
			div.side-menu ul li a:hover {
				background-color: #f8f9fa;
			}

div.side-content { width: 83%; /* 100% - 15% for the side menu - 2% for the left margin */ }

div.content-module {
	background: white;
	margin-bottom: 1em; /* 16/16 */
	border: 1px solid #eeefef;
}

div.content-module-heading {
	background: #3f4551;
	cursor: pointer;
}

	div.content-module-heading h3 {
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		margin: 1.25em; /* 15/12 */
	}
	div.content-module-heading h4
	{
		color: white;
		font-weight: bold;
		margin: 10px 0px 10px 10px; /* 15/12 */
		font-size:15px;
	}
	
	div.content-module-heading span { 
		color: #969dac;
		text-transform: uppercase;
		margin: 1.5em; /* 15/10 */
	}

div.content-module-main { padding: 1em; /* 16/16 */ }

.mini-heightform{height:250px;overflow:scroll;}

.styled-select select {
   background:transparent;
   width: 268px;
   font-size: 14px;
   border: 0;
   padding:5px;
   line-height:1.5px;
   font-family: "Droid Sans",Helvetica,Arial,sans-serif;
   border-radius: 3px;
   height: 34px;
   -webkit-appearance: none;
   }
   .styled-select {
   width: 245px;
   height: 30px;
   overflow: hidden;
   background-color: #eeeeee;
   border: 1px solid #ccc;
   }
input[type="file"] {
    position: relative;
    width: 258px;
    height:32px;
    padding: 4px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid rgb(204, 204, 204);
}
div#show{
    height: 130px;
    overflow: scroll;
    width:250px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    margin-bottom: 10px;
}
div#show input[type="checkbox"],div#show input[type="radio"] {
    clear: both;
    float: left;
}

div#show label
{
	text-transform:none !important;
	font-family: Verdana;
	font-size:13px;
	font-weight:bold;
	color:rgb(119, 119, 119);
}
sub{
	color:#ff1a00;
	font-size:10px;
	position:absolute;
}

.steps-wizard>div, .steps-content>div {
    display: none;
}
.steps-wizard .step-active, .steps-content .content-active {
    display: block;
}
.searchBox{
	margin-bottom:10px;
	margin-left:20px;
}
.searchContainer h3 {
    font-weight: bold;
    font-size: 17px;
    color: rgb(89, 89, 89);
    padding: 20px;
}
.more-length{margin-left:150px !important}
.points {
	border-bottom:solid 1px #3A3A3A;
	margin-bottom:5px;
}
.points span{
	font-size:14px;
	color:#7A7A7A;
}
.points ul li{
	list-style:none;
	line-height:25px;
	font-size:14px;
	color:#3A3A3A;
	font-family:Droid Sans,Helvetica,Arial,sans-serif;
}
.apply-job a{font-weight:bold;margin-top:5px;}
.inner-content{
	margin:30px;
}
.details-view span{
	font-weight:500;
}
.details-view ul li{
	line-height:30px;
}
.detail-desc{
	margin-left:30px;
}
/*-----------------------Candidate Application From--------------------------*/
.Registration-form h3{
	color:Purple;
	font-size:15px;
	padding:5px;
	font-family:Droid Sans,Helvetica,Arial,sans-serif;
}
.Normal-details{
	margin:10px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #eeefef;
}
.Registration-form input[type="text"]{
	padding: 0.7em 0.625em;
}
.Registration-form select{
	padding:5px;
	height:30px;
	width:12em;
}
.Registration-form select option{
	padding:0;
}
.normalpadding th{padding:0 !important;min-width:150px !important;}
table,table td{border:none;}
	.gvview th 
	{
		 /*border:1px solid #b1b1b1;*/
		 width:20%;  
		margin:25px;
		background-color: #5d6677;
		color: white;
		text-align:center;
		text-transform: uppercase;
		padding: 1.25em 0; /* 15/12 */
		border: 1px solid #ffffff;
	}
	.gvview th:first-child {
		/*padding: 1.25em 1.25em 1.25em 1.25em;*/ /* 15/12 */
	}
	
		
	.gvview tbody td {
		padding: 0.833em 0.833em 0.833em 1.25em; /* 10/12 15/12 */
		border-left: 1px solid white;
		text-align:center;
		border-bottom: 1px solid #f8f9fa;
	}
	
	/* Alternate table row */
	.gvview tbody tr:nth-child(even) { background-color: #f8f9fa; }

	/* Push the first cell to the right so it doesn't stick to the table border */
	.gvview td:first-child, .gvview th:first-child {
		text-align: center;
		border: none;
		border-bottom: 1px solid #f8f9fa;
	}
	
	.gvview td:last-child, .gvview th:last-child {
		text-align: center;
	}
	
	.gvview td.table-footer {
		text-align: left;
		vertical-align: middle;
		padding-top: 1.25em /* 15/12 */;
		border: none;
	}
	.gvview input[type="text"]{
		font-size:12px;
	}
	
	
a.table-actions-button {
	width: 1.25em;
	height: 1.25em;
	display: inline-block;
	background-position: center center;
}	
.button-Container{
	text-align:center;
}
.model-form input[type="text"]{border:0;}
.panel_unorderedList li {
	font-size: 12px;
	list-style-type: none;
	line-height: 25px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e2e2e2;
}
.panel_unorderedList li a {
	color: #b80a61;
	text-decoration: none;
}
.panel_unorderedList li a:hover {
	color: #00af50;
	text-decoration: underline;
}
.panel_unorderedList li span {
	font-size: 11px;
	color: #797979;
	margin-left: 5px;
	font-style: italic;
}


/*POP UP BOX*/
#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 60%;
    padding:20px 50px;
    margin-left: -402px;
    position: fixed;
    top: 30%;
    z-index: 2;
}
div.loader {
    background: url("../../cpanel/images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: fixed;
	margin-left: -10px;
}
div.close {
    background: url("../../cpanel/images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 38px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 57px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}
.pure-button{
	background:#1277E2;
	padding:0.5em 1.5em;
	color:#ffffff;
	float:right;
	border-radius: 2px;
	transition: box-shadow 0.1s linear 0s;
}
.cn-details ul{
	max-height:200px !important;
	overflow-x:hidden;
	overflow-y:scroll;
	
}
.cn-details ul li{min-width:150px;border-radius:0px;}
.instruct-steps
{
	padding-left:20px;
	margin-bottom:20px;
	width:100%;
	min-height:230px;
	}
.instruct-head{width:50%}
.instruct-image{width:50%}
.instruct-image img{width:200px;height:200px;margin-left:20px;}
.instruct-left{float:left;}
.instruct-steps h3{
	font-size:16px;
	color:#0D74E2;
}
.general-head h3
{
	font-size:16px;
	color:#3f4c6b;
	font-weight:bold;
	padding-bottom:20px;
}

.hr-line
{
	width:85%;
	margin:10px 20px;
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
}
.instruct-head ul li{
	list-style:none;
	margin-left:20px;
	min-width:100px;
	font-size:15px;
	line-height:25px;
	background-image:url('../../cpanel/images/list.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:13px;
}

.tooltip,.tooltip a{margin-left:5px;text-transform:none;color:Purple;font-weight:bold;}
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span { z-index:10;display:none;font-weight:normal; padding:14px 20px; margin-top:-30px; margin-left:15px; width:240px; line-height:16px; }
a.tooltip:hover span{ display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} /*CSS3 extras*/ 
a.tooltip span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; }


.resume-view ul{padding:20px 0px 20px 30px;}
.resume-view legend{border-bottom:solid 1px #9B9B9B;width:90%;padding:7px;}



.iframe-div
{
	width:100%;
	text-align:left;
}

.iframe-div iframe
{
	width:50px;
	height:50px;
	display:block;
	/* For vertical center - margin: 0 auto;
	For horizontal center - margin: auto 0px;*/
	margin: auto auto;
}



/* ---------- FOOTER ---------- */
div#footer {
	text-align: center;
	padding: 1.875em 0; /* 30/16 */
}
/* General styles for all menus */
.cbp-spmenu {
	background: #47a3da;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 12px;
	margin: 0;
	font-weight: 300;
	background: #2a2e36;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
.RBL label
{
    display: block;
    width: 100px;
}

.RBL td
{
    text-align: center;
    width: 5px;
}