HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.60.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Nov 5 05:00:59 EST 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/www/manage.beatleanalytics.com/theme/black/css new--/style - Copy.css
body {
	/* font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; */
	font: 100%/1.4 Calibri;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #43525B;
	width: 100%;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
/* font-family:'Montserrat Alternates',sans-serif; */
	/* margin-top: 0; */
	
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/*
	padding-right: 15px;
	padding-left: 15px; 
	*/
	
	/* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #fff;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	outline: 0;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	/* max-width: 1260px;
	/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	/*min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
/*	background-color: #FFF; */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {

	background: url(../images/header-bg.png);
	height: 90px;
	-webkit-box-shadow: 0 8px 6px -6px #c9c9c9;
	-moz-box-shadow: 	0 8px 6px -6px #c9c9c9;
	box-shadow: 		0 8px 6px -6px #c9c9c9;	
/*
background: rgba(98,154,186,1);
background: -moz-linear-gradient(top, rgba(98,154,186,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 24%, rgba(98,154,186,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,154,186,1)), color-stop(24%, rgba(255,255,255,1)), color-stop(24%, rgba(255,255,255,1)), color-stop(100%, rgba(98,154,186,1)));
background: -webkit-linear-gradient(top, rgba(98,154,186,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 24%, rgba(98,154,186,1) 100%);
background: -o-linear-gradient(top, rgba(98,154,186,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 24%, rgba(98,154,186,1) 100%);
background: -ms-linear-gradient(top, rgba(98,154,186,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 24%, rgba(98,154,186,1) 100%);
background: linear-gradient(to bottom, rgba(98,154,186,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 24%, rgba(98,154,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#629aba', endColorstr='#629aba', GradientType=0 );
*/
	
}

.header .header-top {
	height: 8px;
	width: 100%;
	background: #ff0;
}
.header-content {
	/* width: 80%; */
	margin: 0 auto;
	color: #fff;
	vertical-align: middle;
	height: 90px;
	line-height: 90px;
	font-weight: bold;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	*/
}
.header-left-content {
	width: 18%;
	float: left;
	text-align: left;
	margin: -5px 0 0 2%;
	height:90px;
}
.header-left-content h1 a {
	/* font-family: 'Montserrat Alternates', sans-serif; */
	font-family: 'Delius Swash Caps', cursive;
	font-size:40px;
	color:#fff;
	text-shadow:0px 0px 5px #fff;
}

.login-logo{
	font-family: 'Delius Swash Caps', cursive;
	font-size:40px;
	color:#0090CB;
	text-shadow:0px 0px 5px #0090CB;
	position:absolute;
	margin:11px 0 0 18px ;
	}

.header-middle-content {
	width: 60%;
	float: left;
	text-align: center;
	font-size:21px;
	font-family: 'Montserrat Alternates', sans-serif;
}
.header-right-content {
	width: 20%;
	float: left;
	text-align: center;
}
.header-right-content .first-row span {
	width:50px;
	float:right;
	/* margin-right:30px; */
}
.header-right-content .first-row i {
    float: left;
    font-size: 35px;
    margin: 27px auto;
    position: relative;	
}
.header-right-content .first-row i:hover{
	text-shadow: 0px 0px 5px #fff;
}
.header-right-content .first-row span a {
	color:#fff;
	font-weight:bold;
}
.main-content {
	width: 100%;
	margin: 0 auto;
	min-height:700px;
/*
background: -moz-linear-gradient(#fff 30%, #f4f4f4 79%);
background: -webkit-linear-gradient(#fff 30%, #f4f4f4 79%);
background: -o-linear-gradient(#fff 30%, #f4f4f4 79%);
background: -ms-linear-gradient(#fff 30%, #f4f4f4 79%);
background: linear-gradient(120deg, #fff 30%, #f4f4f4 79%);
*/	
	
}
.main-content .sub-content {
	margin: 0 auto;
	min-height: 700px;
	width: 95%;
}
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/

.left-navigation {
	float: left;
	width: 20%;
	padding-bottom: 10px;/*border: 1px solid #CCC; */
}
.left-navigation-content {
	float: none;
	margin: 20px 0 10px 0;
}
.nav-main {
	border: 1px solid #CCCCCC;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.nav-main p {
	padding:3%;
}
.nav-main-sub {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 100%;
}
.nav-main-sub a {
	text-decoration: none;
	color: #666;
	overflow: hidden;
	font-size: 15px;
	float: left;
	width: 95%;
	padding: 0 0 0 5%;
}
.nav-main-sub a:hover {
	color: #000 !important;
	background: #e5e5e5;
 transition: ease-in-out all .4s;
 -moz-transition: ease-in-out all .4s;
 -webkit-transition: ease-in-out all .4s;
	text-decoration:none;
	font-weight:bold;
}
.nav-main .nav-title {
	background: none repeat scroll 0 0 #E8EEF2;
	height: 35px;
	line-height: 35px;
	/* margin: 10px 0 10px 0; */
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	color: #999999;
	float:left;
}
.nav-title h4 {
	float:none;
	margin:0 0 0 0;
	font-family: 'Montserrat Alternates', sans-serif;	
	font-weight:normal;
}
.content-middle {
	width: 100%;
	float: left;
	margin-bottom:30px;
     /* padding: 2%; */
    /*position: relative;  width: 56%;	 */
}

.content-middle .content-title {
	background: url( ../images/title-bg.png) repeat-x;
    /* float: left; */
    height: 34px;
    line-height: 34px;
    margin: 0;
	/* width: 1280px; */
	 width: 100%;
	/*border:1px solid #cccccc; */
}
.content-middle .content-title h4{
	float:left;
	position:absolute;
	margin:0;
	padding-left: 10px;
	color:#fff;
	/* font-family: 'Montserrat Alternates', sans-serif; */
	font-weight:normal;
}
.right-navigation {
	float: left;
	width: 20%;
	padding-bottom: 10px;
}
/* ~~ This grouped selector gives the lists in the .content-middle area space ~~ */
.content-middle ul, .content-middle ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content-middle below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #6F7D94;
	color: #FFF;
	outline:0;
}
/* ~~The footer ~~ */
.footer {
	padding:0;
	background: url(../images/footer-bg.png);
	position: relative;/* this gives IE6 hasLayout to properly clear */
	float:left;
	color: #fff;
	text-align: center;
	width:100%;
	-webkit-box-shadow: 0px -3px 8px 0px #c9c9c9;
	-moz-box-shadow:    0px -3px 8px 0px #c9c9c9;
	box-shadow:         0px -3px 8px 0px #c9c9c9;
}
.footer p {
	width:100%;
}
.footer .footer-bottom {
	width: 100%;
}
.footer-bottom a{ 
	color:#fff;
	font-style:italic;
}
/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.frm-textbox-login {
	line-height:32px;
	height:25px;
	max-height:25px;
	margin-bottom:4px;
	border:2px solid #ccc;
	width:300px;
	padding: 6px 12px 6px 10px;
	font-size:15px;
	outline:0;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 2px solid #ccc;
}

.frm-textbox-login-s {
	line-height:32px;
	height:25px;
	max-height:25px;
	margin-bottom:4px;
	border:2px solid #ccc;
	width:100px;
	padding: 6px 12px 6px 10px;
	font-size:15px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.frm-textbox-login-m {
	line-height:32px;
	height:25px;
	max-height:25px;
	margin-bottom:4px;
	border:2px solid #ccc;
	width:200px;
	padding: 6px 12px 6px 10px;
	font-size:15px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.frm-textarea {
	margin-bottom:4px;
	border:2px solid #ccc;
	width:400px;
	height:100px;
	padding: 6px 12px 6px 10px;
	font-size:17px;
	font-family:calibri;
	line-height:20px;
	resize:none;
	overflow:hidden;
		border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.frm-textarea:focus {
	
	border: 2px solid #0090CB;
	outline:0;
	
}


.frm-textarea-s {
	line-height:32px;
	margin-bottom:4px;
	border:2px solid #ccc;
	width:100px;
	padding: 6px 12px 6px 10px;
	font-size:15px;
	font-family:calibri;
	line-height:20px;
	resize:none;
	overflow:hidden;
}

.single-row .adding-title{
	width:100%; height:38px; line-height:38px; background:#f4f4f4; margin:-15px auto;
}
.adding-title > h3{
	width:100%;margin-left:10px;
}


.single-row {
	float:left;
	height:50px;
	width:100%;
}

.single-row-s {
	float:left;
	height:50px;
	width:335px;
}

.single-row-sml {
	float:left;
	height:50px;
	width:210px;
}

.frm-textbox-login:focus, .frm-textbox-login-s:focus, .frm-textbox-login-m:focus {
	border: 2px solid #0090CB;
	font-size:15px;
	outline:0;

	-webkit-box-shadow: 5px 8px 5px 0px #ccc;
	-moz-box-shadow: 5px 8px 5px 0px #ccc;
	box-shadow: 5px 8px 5px 0px #ccc;
	
}
.login{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid;
    height: 300px;
    margin: 130px auto;
    text-align: center;
    width: 53%;

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 10px solid #0090CB;

}
/*
select, input[type="file"] {
	border: none;
	height: 27px;
	line-height: 32px;
	margin-bottom: 4px;
	max-height: 32px;
	width: 380px;
} */
 .row-fluid [class*="span"]:first-child {
}
.form-horizontal .controls {
	margin-left: 180px;
}
.h3-heading {
	color:#000 !important;
}
.widget-box.transparent .widget-body {
	border:0;
	background-color:transparent
}
form {
	margin: 0 0 20px;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	display:table;
	line-height:0;
	content:""
}
.form-horizontal .control-group:after {
	clear:both
}
.form-horizontal .control-label {
	float:left;
	width:160px;
	padding-top:5px;
	text-align:left;
}
.form-horizontal .controls {
	display:inline-block;
	padding-left:20px;
	margin-left:180px;
	margin-left:0
}
.form-horizontal .controls:first-child {
*padding-left:180px
}
.form-horizontal .help-block {
	margin-bottom:0
}
.form-horizontal input+.help-block, .form-horizontal select+.help-block, .form-horizontal textarea+.help-block, .form-horizontal .uneditable-input+.help-block, .form-horizontal .input-prepend+.help-block, .form-horizontal .input-append+.help-block {
	margin-top:10px
}
.form-horizontal .form-actions {
	padding-left:180px
}
.error-div {
	display:none;
	background: url(../images/error-arrow.png) no-repeat scroll #E52020;
	border-radius:0 4px 4px 0px;
	color: #FFFFFF;
	float: right;
	height: 10px;
	line-height: 10px;
	margin: -45px 0 0 475px;
	padding: 15px;
	position: absolute;
	min-width: 22%;
	overflow:hidden;
}
.error-div .error-span {
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.error-span-emoji {
	float: right;
	font-size: 67px;
	font-weight: normal;
	margin:5px -28px 0 0;
	color:#BC2525;
}
.success-div {
	display:none;
	background: url(../images/success-arrow.png) no-repeat scroll #2dc638;
	border-radius:0 4px 4px 0px;
	color: #FFFFFF;
	float: right;
	height: 10px;
	line-height: 10px;
	margin: -45px 0 0 475px;
	padding: 15px;
	position: absolute;
	min-width: 22%;
	overflow:hidden;
}
.success-div .success-span {
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.success-span-emoji {
	float: right;
	font-size: 79px;
	font-weight: bold;
	margin:-13px -38px 0 0;
	color:#279f2f;
}
.common-error {
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	width: 100%;
	background: #E52020;
	overflow:hidden;
	color:#fff;
	font-family:'Montserrat Alternates', sans-serif;
}
.common-error-emoji {
	font-size:135px;
	color:#BC2525;
	float:left;
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
}
.common-success {
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	width: 100%;
	background: #2dc638;
	overflow:hidden;
	color:#fff;
	font-family:'Montserrat Alternates', sans-serif;
}
.common-success-emoji {
	font-size:135px;
	color:#279f2f;
	float:left;
	-webkit-transform: rotate(-75deg);
	-moz-transform: rotate(-75deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	margin-left:-25px;
}
.common-error-notification {
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	width: 100%;
	background: #FCEEA6;
	overflow:hidden;
	color:#4f4f4f;
	font-family:'Montserrat Alternates', sans-serif;
}
.common-error-emoji-notification{
	color: #F7D218;
    float: left;
    font-size: 90px;
    margin: 2px 0 0 15px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
}

.error-title-h1 {
	font-family:'Montserrat Alternates', sans-serif;
	font-size:35px;
	color:#0090CB !important;
}
.error-result {
	font-family:'Montserrat Alternates', sans-serif;
	text-align:center;
	position:relative;
	color:#fff;
	padding:2%;
}
.span-link {
	font-size:15px;
	color:#0090CB !important;
	position:relative;
	margin-left:10px;
	width:80%;
	font-size:20px;
	font-family:'Montserrat Alternates', sans-serif;
}
.span-link a {
	color:#0090CB !important;
}
.help-jobseeker {
}
.reload {
	background: url(../images/reload.png) no-repeat;
	position:absolute;
	height: 32px;
	margin: 7px 0 0 440px;
	position: absolute;
	width: 32px;
	cursor:pointer;
}
.sugnup-hint {
	background:url(../images/stamp-s.png) no-repeat;
	float: left;
	font-size: 17px;
	margin: 8px 0 0 -210px;
	position: absolute;
	text-align: center;
	height:165px;
	width:197px;
	line-height:27px;
}
.button {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: -ms-linear-gradient(top, #ffffff, #ffffff);
	background: -o-linear-gradient(top, #ffffff, #ffffff);
	
	padding: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	/* text-shadow: rgba(0,0,0,.4) 0 1px 0; */
    color: #0090CB;
	font-size: 15x;
	text-decoration: none;
	vertical-align: middle;
	min-width:10%;
	text-align:center;
	border: 2px solid #0090CB;
	cursor: pointer;
	font-weight:bold;
/*	background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
	background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
	background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
	background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
*/	

/* 	transition:	all 0.2s ease-in-out 0s;	 */
}
.button:hover {
	background: #0090CB;
	color: #ffffff;
	font-weight:bold;
}
.button:active {
	border : 2px solid #0090CB;
/*	background: #A0D6A1; */
	font-weight:bold;
}


.button-green {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: -ms-linear-gradient(top, #ffffff, #ffffff);
	background: -o-linear-gradient(top, #ffffff, #ffffff);
	padding: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* text-shadow: rgba(0,0,0,.4) 0 1px 0; */
    color: #04910D;
	font-size: 15x;
	text-decoration: none;
	vertical-align: middle;
	min-width:40%;
	text-align:center;
	border: 2px solid #04910D;
	cursor: pointer;
	font-weight:bold;
	/*	background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
	background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
	background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
	background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
*/	
 	transition:	all 0.2s ease-in-out 0s;
}
.button-green:hover {
	background: #04910D;
	color: #ffffff !important;
	font-weight:bold;
}
.button-green:active {
	border : 2px solid #04910D;
	/*	background: #A0D6A1; */
	font-weight:bold;
}

.button-green i {
	float:left;
	margin:1px 10px 0 4px;
}

.button-green-s{
	background: #ffffff;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #04910D !important;
	font-size: 15x;
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
	border: 2px solid #04910D;
	cursor: pointer;
	font-weight:bold;
 	/* transition:	all 0.2s ease-in-out 0s; */
	height:22px;
	line-height:21px;
}

.button-green-s-hover{
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 15x;
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
	border: 2px solid #04910D;
	cursor: pointer;
	font-weight:bold;
 	/* transition:	all 0.2s ease-in-out 0s; */
	height:22px;
	line-height:21px;
		
	background:#04910D;
	color:#fff !important;
}

.button-green-s i{
	float: left;
    font-size: 17px;
    font-weight: normal;
    margin: 1px auto;
    padding: 2px;
    width: 22px;
}
.button-green-s:hover{
	background:#04910D;
	color:#fff !important;
}

.button-yellow-s{

	background: #ffffff;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #FC8607 !important;
	font-size: 15x;
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
	border: 2px solid #FC8607;
	cursor: pointer;
	font-weight:bold;
 	/* transition:	all 0.2s ease-in-out 0s; */
	height:22px;
	line-height:21px;
}

.button-yellow-s i{
	float: left;
    font-size: 17px;
    font-weight: normal;
    margin: 2px auto;
    padding: 2px;
    width: 22px;
}

.button-yellow-s-hover{

	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 15x;
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
	border: 2px solid #FC8607;
	cursor: pointer;
	font-weight:bold;
 	/* transition:	all 0.2s ease-in-out 0s; */
	height:22px;
	line-height:21px;
	
	background:#FC8607;
	color:#fff !important;
}

.button-yellow-s:hover{
	background:#FC8607;
	color:#fff !important;
}

.button-blue-s{

	background: #ffffff;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #0961B5 !important;
	font-size: 15x;
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
	border: 2px solid #0961B5;
	cursor: pointer;
	font-weight:bold;
 	/* transition:	all 0.2s ease-in-out 0s; */
	height:22px;
	line-height:21px;
}

.button-blue-s i{
	float: left;
    font-size: 17px;
    font-weight: normal;
    margin: 2px auto;
    padding: 2px;
    width: 22px;
}
.button-blue-s:hover{
	background:#0961B5;
	color:#fff !important;
}

.profile-content-title{ float:left;  width:100%;  background:#f7f7f7; height:40px; line-height:10px; cursor:pointer; }
.profile-content-title h3{ padding:0 0 0 0px; color:#999; font-family:'Montserrat Alternates',sans-serif; font-size:15px; }

.profile-heading{ float:left; color:#4f4f4f; }


.altrow td { background:#fbfbfb; height:25px; }
.oddrow td { background:#f4f4f4; }
.bg td { background:#FCE4E3; }

.bg_ td { background:#FCF594; }

table th{ background:#ccc; }
table th a{ color:#43525B !important; }

table td a{ color:#43525B !important; }
.content-main-table{
	float:left;	
}

.content-main-table td ,tr ,th{
	height:25px;
	padding:5px;
	border-bottom:1px solid #ccc !important;
	border-right:1px solid #ccc !important;
}

.table-main-cls{
	margin:-68px auto;  width:100%; min-height:630px; border:0px solid #ccc;
}
.table-main-cls-sub{
	margin:0 auto;  width:1010px; min-height:100px;
}

.table-main-content {
	border:1px solid #ccc;  -webkit-box-shadow: 0 8px 6px -6px #ccc; -moz-box-shadow: 0 8px 6px -6px #ccc; box-shadow: 0 8px 6px -6px #ccc;
}

.accordion-title-db{
	height:35px;
	line-height:35px;
	background: url(../images/accordion-title.png);
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.accordion-title-db div{
	float:left;
	margin-left: 20px;
}

/* css for dropdown (select) start  */
.select:before {
    background: inherit;
    bottom: 0;
    right: 0;
    top: 0;
    width: 35px;
}
.select:after {
    border-color: #9095A0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 7px;
    height: 0;
    right: 10px;
    top: 17px;
    width: 0;
}
.select:before, .select:after {
    content: "";
    pointer-events: none;
    position: absolute;
}
.select {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #CCCCCC;
    border: 2px solid #CCCCCC;
    border-radius: 0;
    display: inline-block;
    height: 41px;
    position: relative;
    vertical-align: top;
    width: 325px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	
}
.select > select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #626262;
    display: block;
    height: 37px;
    line-height: 17px;
    margin: 0;
    padding: 8px 6px 6px 9px;
    width: 321px;

	
}
/* css for dropdown (select) end  */

.spacer-10 {
	float:left;
	height:10px;
	width:100%;
}
.spacer-20 {
	float:left;
	height:20px;
	width:100%;
}.spacer-30 {
	float:left;
	height:30px;
	width:100%;
}.spacer-40 {
	float:left;
	height:40px;
	width:100%;
}.spacer-50 {
	float:left;
	height:50px;
	width:100%;
}

.below-title-main{
	float:left; width:100%;
}
.below-title-main > .below-title-heading > h3{
	width:100%;height:38px; line-height:38px; background: url(../images/title-bg.png) repeat-x; margin:0px 0 0 0;
}
.below-title-contents {
	height:30px;width:98%; float:left; padding:1%;
}

/* Pagination css start */
#c_link, #link_next_true, #link_prev_true, #link_last_true, #link_first_true {
	background-color:#308194;
	margin: 2px 2px 2px 2px;
	vertical-align:middle;

	float:left;
	height:30px;
	width:35px;
	line-height:30px;	
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:15px;
	color: #fff !important;
}
#link_first_false, #link_prev_false, #link_next_false, #link_last_false {
	
	background-color:#999999;
	color:#fff !important;
	margin: 2px 2px 2px 2px;
	vertical-align:middle;

	float:left;
	height:30px;
	width:35px;
	line-height:28px;	
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:15px;
	cursor:default;
	
}
#link_prev_false font { font-size:17px; margin-left: -8px; }
#link_first_false font { font-size:17px; }

#link_next_false  font { font-size:17px; margin-left: -8px; }
#link_last_false  font { font-size:17px; }

#c_link:hover, #link_next_true:hover, #link_prev_true:hover, #link_last_true:hover, #link_first_true:hover {
	background-color:#A2D0DB;
	color:#000000;
	margin: 2px 2px 2px 2px;
	vertical-align:middle;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:15px;
}
.current_link{
	/* background-color:#A2D0DB; */
	border: 2px solid #308194;
	color:#000000;
	margin: 2px 2px 2px 2px;
	vertical-align:middle;

	float:left;
	height:27px;
	width:35px;
	line-height:27px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:15px;

}
select{
	height: 18px;
	width: 55px;
	border: white solid 1px;
}

#span_select{
	border:#CCCCCC solid 1px;
	padding: 2px 2px 2px 2px;
}
a{
	cursor:pointer;
}
#c_link a { color:#fff !important; }

/* Pagination css end */

.search-main-div{
	border: 2px solid #04910D;
	float:right;
	height:29px;
	width:350px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.search-main-div .text-search{
	border: 0px solid #ccc;	
}

.search-main-div input[type="text"]{
	border: 0px solid #ccc;	
	height: 27px;
	width: 258px;
	margin:0 0 0 5px;
	color:inherit;
	outline: 0;
}

.search-main-div .search-sumbit-div{
	background: none repeat scroll 0 0 #04910D;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	float: right;
	height: 29px;
	width: 81px;
	cursor:pointer;

/* background: rgb(32, 140, 39);
background: -moz-linear-gradient(328deg, rgb(32, 140, 39) 30%, rgb(0, 168, 53) 70%);
background: -webkit-linear-gradient(328deg, rgb(32, 140, 39) 30%, rgb(0, 168, 53) 70%);
background: -o-linear-gradient(328deg, rgb(32, 140, 39) 30%, rgb(0, 168, 53) 70%);
background: -ms-linear-gradient(328deg, rgb(32, 140, 39) 30%, rgb(0, 168, 53) 70%);
background: linear-gradient(58deg, rgb(32, 140, 39) 30%, rgb(0, 168, 53) 70%);
*/
	
}
.search-main-div .search-sumbit-div input[type="submit"]{
	background: inherit;
	border: medium none;
	height: 29px;
	width: 82px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.required { border-color:#E56262 !important; /* color:#ff0000; */}