 @charset "utf-8";
/* CSS Document */







@font-face {
	font-family: 'robotobold';
	src: url('fonts/roboto-bold-webfont.eot');
	src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bold-webfont.woff') format('woff'), url('fonts/roboto-bold-webfont.ttf') format('truetype'), url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('fonts/roboto-regular-webfont.eot');
	src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont.woff') format('woff'), url('fonts/roboto-regular-webfont.ttf') format('truetype'), url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratbold';
	src: url('fonts/montserrat-bold-webfont.eot');
	src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-bold-webfont.woff2') format('woff2'), url('fonts/montserrat-bold-webfont.woff') format('woff'), url('fonts/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0px;
	background-color: #FFF;
	font-family: 'robotoregular';
}
.container {
	margin: 0 auto;
}
.clear {
	clear: both;
}
/*top bar*/



.top-heading {
	float: left;
	display: inline-block;
	width: 80%;
}
.sublogo {
	padding-top: 23px !important;
	float: left;
}
.top-header h2 {
}
/*top bar*/







.topbar {
	float: left;
	text-align: center;
	padding: 0;
}
.topLinks-div {
	float: left;
	min-height: 11px;
	text-align: right;
}
.eliteRequest-head {
	min-height: 11px;
	float: left;
	font-family: 'robotobold';
	font-size: 24px;
	color: #139ddf;
	text-align: left;
	display: none;
}
.topLinks-div a {
	font-size: 14px;
	color: #a9a9a9;
	text-decoration: none;
}
.topLinks-div img {
	margin: 0px 5px 0px 5px;
}
.topLinks-div {
	min-height: 11px;
	float: right;
	text-align: right;
	padding-right: 0.5%;
	/* padding-top: 11px; */
	padding-top: 53px;
}
.hd-logo {
}
.hd-logo img {
	width: 229px;
	/*height: 65px;*/

	height: 85px;
}
.nav-cont li a {
	padding: 0;
	margin: 0;
	margin: 0px 12px;
}
.nav-cont li a {
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	margin: 0px 12px;
	display: inline-block;
	font-family: "montserratbold" !important;
	color: #FFF !important;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}
.nav-div {
	width: 100%;
	padding: 9px 0.5%;
	min-height: 15px;
	background: -webkit-linear-gradient(#1eaaed, #0a92d3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1eaaed, #0a92d3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1eaaed, #0a92d3); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#1eaaed, #0a92d3);*/ /* Standard syntax */



	background: linear-gradient(#E2E2E2, #AEAEAE);
	background-color: #1eaaed;
	box-shadow: 0px 0px 4px #ccc;
	clear: both;
}
.nav-cont {
	width: 100%;
	display: block;
}
.carousel .fa {
	margin-top: 50%;
}
.data-head {
	color: #139ddf;
	font-family: "robotobold";
	font-size: 24px;
	min-height: 11px;
	text-align: left;
	padding: 0;
}
.navbar {
	margin-bottom: 2px;
}
.num {
	background-color: #17a1e4;
	border-radius: 3px;
	box-shadow: 0 1px 7px #848484 inset;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	margin-top: 7px;
	padding: 4px 9px;
}
.notes-div {
	clear: both;
	color: #6f6f6f;
	padding: 15px 0;
	width: 100%;
}
p {
	color: #6f6f6f;
	font-family: "robotoregular";
	font-size: 15px;
	text-align: justify;
}
#footercover {
	background: #3d3d3d none repeat scroll 0 0;
	clear: both;
	margin: 0 auto;
}
.footer {
	color: #c4c4c4;
	font-size: 14px;
	line-height: 18px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.footer a {
	color: #c4c4c4;
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
/*notice board*/







.leftside {
	padding-left: 0;
}
.rightside {
	border: 1px solid #ccc;
	padding: 0;
	min-height: 600px;
}
.newstitle {
	font-size: 19px;
	color: #139ddf;
	margin-bottom: 5px;
}
.posted_date {
	color: #139ddf;
}
.newsdesc img {
	float: left;
	width: 250px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 5px;
	margin-right: 6px;
	margin-top: 7px;
}
.readmore a {
	color: #139ddf;
	float: right;
	text-decoration: none;
	clear: both;
}
.separator {
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.cat_name {
	background: #139ddf;
	color: #fff;
	padding: 6px;
	border-bottom: 1px solid #ccc;
}
.cat_name a {
	background: #139ddf;
	color: #fff;
	padding: 6px;
	text-decoration: none;
}
.cat_main {
	background: #282020;
	color: #fff;
	padding: 6px;
}
.tbl-tr td {
	background: #139ddf none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	color: #fff;
	padding: 10px 100px;
	text-decoration: none;
	font-family: "robotoregular";
	font-size: 15px;
	text-align: justify;
}
.tbl-tr td a {
	background: #139ddf none repeat scroll 0 0;
	text-decoration: none;
	font-family: "robotoregular";
	font-size: 15px;
	color: #fff;
	text-align: justify;
}
.bg-primary {
	border-bottom: thin solid #dfdfdf;
	border-right: thin solid #dfdfdf;
	text-align: center;
}
.table-bordered td {
	border-bottom: thin solid #dfdfdf;
	border-right: thin solid #dfdfdf;
	padding: 5px 3px;
	text-align: center;
}
/*dashboard**/



.dashboard {
	color: #139ddf;
	font-family: "robotobold";
	font-size: 24px;
	min-height: 11px;
}
.tabLinks-div a {
	background-image: url("../images/nav-sep.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #6f6f6f;
	display: inline-block;
	font-family: "montserratbold";
	font-size: 14px;
	padding: 15px 5% 15px 3.7%;
	text-decoration: none;
}
.tab-head {
	color: #139ddf;
	font-family: "robotobold";
	font-size: 24px;
	min-height: 21px;
	padding: 5px 0 5px 2%;
	text-align: left;
	width: 100%;
}
span.msgcount {
	background: red none repeat scroll 0 0;
	border-radius: 22px;
	color: rgb(255, 255, 255);
	float: right;
	font-size: 12px;
	margin-top: -9px;
	padding: 4px 7px 2px 6px;
}
/******contact*******/



.slider_inner img {
	width: 100%;
	height: 300px;
	border-style: none solid solid;
	border-color: -moz-use-text-color #CCC #CCC;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
.contact-bgDiv {
	width: 100%;
	min-height: 21px;
	background-color: #282828;
}
.contactPg-div {
	width: 100%;
	margin: 0 auto;
	font-family: 'robotolight';
	text-align: left;
}
.contactPg-head {
	width: 100%;
	min-height: 21px;
	font-size: 24px;
}
.contactPg-head span {
	font-family: 'robotobold';
	color: #139ddf;
}
.contactPg-cont {
	min-height: 21px;
	float: left;
	padding-top: 33px;
	padding-bottom: 33px;
}
.contactPg-txtfield {
	width: 77%;
	height: 31px;
	padding: 3px 3%;
	margin-bottom: 15px;
	outline: none;
	border: #f2f4f6 thin solid;
	background-color: #fcfcfc;
	box-shadow: inset 0 1px 7px #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotolight';
	font-size: 14px;
	color: #9f9f9f;
}
.contactPg-txtarea {
	width: 77%;
	height: 211px;
	padding: 9px 3%;
	margin-bottom: 15px;
	outline: none;
	resize: none;
	border: #f2f4f6 thin solid;
	background-color: #fcfcfc;
	box-shadow: inset 0 1px 7px #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotolight';
	font-size: 14px;
	color: #9f9f9f;
}
.subscribe-btn {
	width: 141px;
	/* min-height: 21px; */
	float: right;
	margin-right: 39px;
}
.subscribe-btn a {
	width: 100%;
	display: block;
	background: -webkit-linear-gradient(#1eaaed, #0a92d3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1eaaed, #0a92d3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1eaaed, #0a92d3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1eaaed, #0a92d3); /* Standard syntax */
	background-color: #1eaaed;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotoregular';
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 9px 0px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
}
.subscribe-btn input {
	width: 100%;
	display: block;
	background: -webkit-linear-gradient(#1eaaed, #0a92d3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1eaaed, #0a92d3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1eaaed, #0a92d3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1eaaed, #0a92d3); /* Standard syntax */
	background-color: #1eaaed;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotoregular';
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 9px 0px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	border: none;
}
.subscribe-btn a:hover {
	background-color: #00539b;
}
.subscribe-btn2 {
	width: 141px;
	/* min-height: 21px; */
	float: right;
	margin-right: 124px;
}
.subscribe-btn2 a {
	width: 100%;
	display: block;
	background: -webkit-linear-gradient(#1eaaed, #0a92d3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1eaaed, #0a92d3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1eaaed, #0a92d3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1eaaed, #0a92d3); /* Standard syntax */
	background-color: #1eaaed;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotoregular';
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 9px 0px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
}
.subscribe-btn2 input {
	width: 100%;
	display: block;
	background: -webkit-linear-gradient(#1eaaed, #0a92d3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1eaaed, #0a92d3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1eaaed, #0a92d3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1eaaed, #0a92d3); /* Standard syntax */
	background-color: #1eaaed;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotoregular';
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 9px 0px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	border: none;
}
.subscribe-btn2 a:hover {
	background-color: #00539b;
}
.contactPg-head02 {
	width: 100%;
	min-height: 11px;
	display: block;
	font-family: 'robotobold';
	font-size: 18px;
	color: #1e2022;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 15px;
}
.contact-detail {
	width: auto;
	background-image: url(ph-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 33px;
	color: #139ddf;
}
.contact-num {
	width: 100%;
	display: block;
	padding: 7px 0px;
	font-family: 'robotoregular';
	font-size: 31px;
	color: #000000;
}
.contact-detail a {
	color: #139ddf;
	text-decoration: none;
}
.contactPg-mapDiv {
	width: 100%;
	min-height: 21px;
}
.contactPg-mapDiv img {
	width: 100%;
	height: auto;
}
.site_content {
	color: #6F6F6F;
	font-family: "robotoregular";
	font-size: 15px;
	text-align: justify;
	padding: 0;
}
/*******Software*****/







.tbl-head {
	background-color: #139DDF;
	font-family: "robotobold";
	color: #FFF;
}
.tabsPanel-div {
	width: 100%;
	min-height: 11px;
	padding-bottom: 45px;
	min-height: 460px;
}
.tab-head img {
	margin-right: 7px;
	vertical-align: middle;
}
.tabLinks-div {
	width: 100%;  /*69%*/
	min-height: 21px;
	text-transform:uppercase;
	float: right;
	border: #dcdcdc thin solid;
	background: -webkit-linear-gradient(#e8e8e8, #f9f9f9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#e8e8e8, #f9f9f9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#e8e8e8, #f9f9f9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#e8e8e8, #f9f9f9); /* Standard syntax */
	background-color: #ededed;
}
.tabLinks-div a:hover, .tabactive {
	color: #149ee0 !important;
	background: url(images/nav-sep.png), url(images/tab-over.png);
	background-repeat: no-repeat;
	background-position: right bottom, bottom;
}
.tabLinks-div a:last-child {
	background-image: none;
}
.tabsPanel-cont {
	width: 100%;
	padding: 25px 1.5% 11px 1.5%;
	min-height: 35px;
	border-top: #8EC017 5px solid;
	border-bottom: #8EC017 5px solid;
	background-color: #FFF;
	box-shadow: 0px 0px 7px #ccc;
	float: left;
	font-size: 12px;
	color: #6f6f6f;
}
.tabsPanel-row {
	width: 100%;
	margin: 0 auto;
	min-height: 11px;
	clear: both;
	padding-bottom: 3px;
	margin-bottom: 11px;
}
.tabsPanel-divBig {
	width: 32%;
	min-height: 11px;
	float: left;
}
.tabsPanel-divSmall {
	width: 17%;
	min-height: 11px;
	float: left;
}
.divBig-title {
	width: 50%;
	float: left;
	display: inline-block;
	padding-top: 3px;
	text-align: left;
}
.divBig-field {
	width: 50%;
	float: left;
	display: inline-block;
	text-align: left;
}
.divSmall-title {
	width: 54%;
	float: left;
	display: inline-block;
	padding-top: 3px;
	text-align: left;
	padding-left: 8%;
}
.divSmall-field {
	width: 38%;
	float: left;
	display: inline-block;
	text-align: left
}
.txtfield01 {
	width: 90%;
	height: 30px;
	padding: 2px 5%;
	border: 0px;
	outline: none;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 7px #ccc;
	font-family: 'robotoregular';
	font-size: 12px;
	color: #6f6f6f;
}
.edit-btn {
	min-height: 15px;
	margin-right: 2px;
	margin-left: 2px;
	display: inline-block;
	padding: 7px 10px;
	background: #1EAAED linear-gradient(#1EAAED, #0A92D3) repeat scroll 0% 0%;
	border-radius: 3px;
	font-family: "robotobold";
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.table-bordered {
	border-top: #dfdfdf thin solid;
	border-left: #dfdfdf thin solid;
	font-size: 13px;
	color: #6f6f6f;/* border-collapse: separate;



  *border-collapse: collapse;



  border-left: 0;



  -webkit-border-radius: 4px;



     -moz-border-radius: 4px;



          border-radius: 4px;*/
}
.table-bordered th, .table-bordered td {
	border-right: #dfdfdf thin solid;
	border-bottom: #dfdfdf thin solid;
	padding: 5px 3px;
	text-align: center;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
/****Register***/



.continue-btn {
	width: 201px;
	min-height: 15px;
	float: left;
	padding-top: 5px;
}
.continue-btn2 {
	width: 201px;
	min-height: 15px;
	float: right;
	padding-top: 21px;
	text-align: center;
	margin-left: 7px;
}
.continue-btn3 {
	width: 125px;
	min-height: 15px;
	float: left;
	padding-top: 21px;
	text-align: center;
	margin-right: 7px;
}
.continue-btn4 {
	width: auto;
	min-height: 15px;
	float: left;
	padding-top: 21px;
	text-align: center;
	margin-right: 7px;
}
.continue-btn a, .continue-btn2 a, .continue-btn3 a {
	margin-top: 4px;
	display: block;
	width: 100%;
	padding: 7px 0px;
	background: -webkit-linear-gradient(#1eaaed, #0a92d3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1eaaed, #0a92d3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1eaaed, #0a92d3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1eaaed, #0a92d3); /* Standard syntax */
	background-color: #1eaaed;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotobold';
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.continue-btn4 a {
	display: block;
	margin-top: 4px;
	display: block;
	padding: 7px 19px;
	background: -webkit-linear-gradient(#1eaaed, #0a92d3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1eaaed, #0a92d3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1eaaed, #0a92d3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1eaaed, #0a92d3); /* Standard syntax */
	background-color: #1eaaed;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotobold';
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.addRestaurant-cont {
	float: left;
	min-height: 11px;
 margin:20px auto width:100%;
}
.div45-per {
	min-height: 21px;
	margin-bottom: 15px;
}
.notes-div {
	width: 100%;
	clear: both;
	color: #6f6f6f;
	padding: 15px 0px;
}
.num {
	display: inline-block;
	background-color: #17a1e4;
	padding: 4px 9px 4px 9px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 7px #848484;
	color: #FFF;
	margin-right: 5px;
	margin-top: 7px;
}
.blue-txt {
	font-size: 13px;
	font-family: 'robotobold';
	color: #139ddf;
}
.dataListing-div {
	width: 95%;
	max-width: 515px;
	min-height: 11px;
	float: left;
	margin-bottom: 13px;
}
.edit-btn {
	min-height: 15px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	display: inline-block;
	padding: 7px 10px;
	background: -webkit-linear-gradient(#1eaaed, #0a92d3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1eaaed, #0a92d3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1eaaed, #0a92d3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1eaaed, #0a92d3); /* Standard syntax */
	background-color: #1eaaed;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: 'robotobold';
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.pagination-div {
	width: 100%;
	min-height: 11px;
	clear: both;
	text-align: left;
}
.pagination-div a {
	display: inline-block;
	background-color: #17a1e4;
	padding: 3px 9px 3px 9px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 7px #848484;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
}
.transaction-cont {
	width: 100%;
	min-height: 11px;
	margin: 0 auto;
	padding: 25px 0px;
	font-size: 12px;
	color: #6f6f6f;
}
.graphImg-div {
	width: 100%;
	clear: both;
}
.graphImg-div img {
	width: 100%;
	height: auto;
}
.image_gallery {
/*text-align:center;*/







}
.image_gallery img {
	border-radius: 5px;
	border: 1px solid #ccc;
	height: 170px;
	padding-left: 0;
	width: 170px;
	padding: 5px;
	margin-right: 12px;
	margin-bottom: 20px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100% !important;
}



/*********/



@media only screen and (min-width: 200px) and (max-width: 320px) {
.footer a {
	font-size: 80%;
	padding: 15px 0 !important;
}
.topLinks-div a {
	font-size: 80% !important;
}
.data-head {
	font-size: 100% !important;
}
.topLinks-div {
	padding: 10px 0 !important;
	float: left;
}
.data-div {
	text-align: center !important;
}
.topbar {
	padding: 0 !important;
	float: left;
	margin-bottom: 20px;
}
.hd-logo img {
	width: 100% !important;
	height: 45px;
}
.topLinks-div a {
	font-size: 52% !important;
}
.topLinks-div img {
	width: 8px !important;
}
.divBig-title {
	font-size: 80% !important;
}
.pull-right {
	float: left !important;
}
.divBig-field {
	width: 100% !important;
}
.image_gallery img {
	width: 100% !important;
	height: 230px !important;
}
.slider_inner img {
	height: 120px !important;
}
}
 @media only screen and (min-width: 320px) and (max-width: 480px) {
.topbar {
	padding: 0 !important;
	float: left;
	margin-bottom: 20px;
	margin-left: 10% !important;
}
.topLinks-div a {
	font-size: 80% !important;
}
.footer a {
	font-size: 80%;
	padding: 15px 0 !important;
}
.topLinks-div a {
	font-size: 80% !important;
}
.topLinks-div {
	padding: 10px 0 !important;
}
.data-head {
	font-size: 130% !important;
	width: 100% !important;
}
.divBig-title {
	font-size: 80% !important;
}
.pull-right {
	float: left !important;
}
.data-div {
	text-align: center !important;
}
.divBig-field {
	width: 100% !important;
}
.image_gallery img {
	width: 100% !important;
	height: 230px !important;
}
.slider_inner img {
	height: 170px !important;
}
}
 @media only screen and (min-width: 480px) and (max-width: 595px) {
.footer a {
	font-size: 80%;
	padding: 15px 0 !important;
}
.topLinks-div a {
	font-size: 80% !important;
}
.topLinks-div {
	padding: 10px 0 !important;
}
.data-head {
	font-size: 130% !important;
	width: 100% !important;
}
.topbar {
	padding: 0 20% !important;
	float: left;
	margin-bottom: 20px;
}
.divBig-title {
	font-size: 80% !important;
}
.pull-right {
	float: left !important;
}
.divBig-field {
	width: 100% !important;
}
.div45-per {
	width: 50% !important;
}
.data-div {
	text-align: center !important;
}
.slider_inner img {
	height: 170px !important;
}
}
 @media only screen and (min-width: 596px) and (max-width: 768px) {
.footer a {
	font-size: 80%;
	padding: 15px 0 !important;
}
.topLinks-div a {
	font-size: 80% !important;
}
.topbar {
	width: 100%;
	margin: auto;
}
.eliteRequest-head {
	width: 25%;
	font-size: 20px !important;
}
.eliteRequest-head {
	font-size: 80% !important;
}
.topLinks-div a {
	font-size: 80% !important;
}
.sublogo {
	padding-top: 10% !important;
}
.topLinks-div img {
	margin: 0px 5px 0px 5px;
}
.topLinks-div {
	padding-top: 2%;
}
.hd-logo {
	float: left;
	width: 25%;
}
.hd-logo img {
	width: 150px !important;
	height: 45px;
}
.divBig-title {
	font-size: 80% !important;
}
.divBig-field {
	width: 100% !important;
}
.div45-per {
	width: 50% !important;
}
.data-div {
	text-align: center !important;
}
.slider_inner img {
	height: 250px !important;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.nav-cont li a {
	font-size: 80% !important;
}
.hd-logo {
	float: left;
	width: 30%;
}
}
 @media only screen and (min-width: 991px) and (max-width: 1024px) {
.nav-cont li a {
	font-size: 80% !important;
}
}
.data-div {
	min-height: 499px;
}
#group_id {
  width: 90%;
  padding: 2px 5%;
  height: 30px;
  font-family: 'robotoregular';
  box-shadow: inset 0 1px 7px #ccc;
  color: #6f6f6f;
  border:none;
}
.newsurl {
	font-size: 15px;
	color: #139ddf;
}
.newsurl a {
	font-size: 15px;
	color: #139ddf;
	margin-bottom: 5px;
}
.notice_folder{
	float:left;
	margin-right:15px;
}
.notice_folder a img
{
  width: 25px;
  height: 25px
}
#alert_msg
{
	color: green;
    font-size: 14px;
    background-color: #A8DCA8;
    padding: 12px;
    width: 96.2%;
    margin-bottom: 20px;
    border-radius: 2px;
}