.add-btn {
	text-align: right;
	margin-bottom: 5px;
}

.form-container {
	margin-top: 10px;
}

.add-member-input {
	width: 75%;
	margin-top: 10px;
}

.add-form {
	padding: 10px;
	width: 60%;
}

.post-new {
	margin-left: 15px;
}

.home-content-label {
	margin-top: 5px;
}

.cursor {
	cursor: pointer;
}

.home-content-input {
	margin-top: 5px;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.pagination {
	margin-left: 10px;
}

.pl-0 {
	padding-left: 0 !important;
}

.fl-right {
	float: right;
}

.fl-left {
	float: left;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.add-mem {
	height: 42px;
	line-height: 42px;
}

section.content-header small {
	font-size: 15px;
}

.btn-docs {
	text-align: left;
	width: 75%;
}

.docs-btn-coloumn {
	text-align: center;
	margin-top: 90px;
}

.add-mem-btn {
	margin-top: 15px;
}

.p-5 {
	padding: 5px !important;
}

.color-blue {
	color: #72afd2;
	cursor: pointer;
}

.invoice-btns {
	width: 25% !important;
}

.m-5 {
	margin: 5px !important;
}

.panel-0 {
	padding: 0px !important;
}

.content-delete {
	width: 36%;
	float: left;
}

.package-label {
	text-align: left !important;
	margin-left: 10px !important;
}

.right-side>.content-header>h1 {
	width: 78%;
}

.red {
	color: red !important;
}

.edit-save {
	padding-left: 25px !important;
}

@media ( min-width :768px) {
	.back-btn-admin {
		float: right;
	}
}

.tr-grid-header {
	background-color: #428bca;
	color: #fff;
}

.chng-password {
	float: left;
	margin-left: 30px;
}

.error-msg {
	color: red !important;
}

.w-100 {
	width: 100% !important;
}

.request-h4 {
	float: left;
	width: 300px;
	font-size: 15px;
}

.p-0 {
	padding: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.h3-color {
	color: #fff;
}

.my-class::after {
	left: 2% !important;
}

.head-sub-list {
	font-size: 20px;
	color: #000;
	margin-left: 10px;
}

.metric-box-top {
	width: 46px;
	height: 40px;
	border: 1px solid #acc6d6;
	float: left;
	padding: 3px 2px;
	font-size: 18px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	color: #000 !important;
}

.metric-box-bottom {
	width: 46px;
	height: 40px;
	border: 1px solid #acc6d6;
	float: left;
	padding: 3px 2px;
	font-size: 18px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	color: green !important;
}

.metric-text {
	text-align: center;
	font-size: 12px;
	float: left;
	width: 100%;
	line-height: 5px;
}

.metric-icon {
	float: left;
	width: 40px;
}

.mr-10 {
	margin-right: 10px !important;
}

.con-name {
	float: left;
	width: 100%;
	font-size: 22px;
}

.con-number {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.con-place {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.visitor-data {
	color: #888;
	line-height: 90px;
	font-style: italic;
}

.score-data {
	margin-top: 10px;
	font-size: 25px;
	float: left;
	width: 100%;
}

.score-text {
	font-size: 12px;
	width: 100%;
	float: left;
}

.audio-time {
	float: left;
	width: 85%;
}

.metric-name {
	float: left;
	width: 100%;
	font-size: 15px;
}

.metric-number {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.metric-place {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.ntmar {
	font-size: 11px;
	margin-top: 0;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 9px;
}

.dealer-summary-block {
	cursor: pointer;
	background: #F4F4F4;
	padding: 6px 6px 5px;
	text-align: center;
}

.text-xlg {
	font-size: 22px !important;
}

/************************************/
.admin-box,.admin-box-full-width {
	width: 45%;
	float: left;
	margin: 10px;
	clear: none !important;
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #cdcdcd;
	clear: both;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
}

.title,.admin-box .title {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd),
		to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0, #eaeaea 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0, #eaeaea 100%);
	background-image: -ms-linear-gradient(top, #fdfdfd 0, #eaeaea 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0, #eaeaea 100%);
	background-image: -linear-gradient(top, #fdfdfd 0, #eaeaea 100%);
	border-bottom: 1px solid #cdcdcd;
	height: 36px;
}

.admin-box .title h5 {
	color: #666;
	text-shadow: 0 1px 0 white;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 12px;
	line-height: 12px;
	margin: 0;
}

.admin-box .content {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	min-height: 280px;
}

.app .field {
	position: relative;
	border: 1px solid #5bbcd2;
	border: 1px solid rgba(91, 188, 210, 0.48);
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 14px;
}

.field label {
	display: block;
	margin-bottom: 5px;
}

input.string,input.text,input.password {
	padding: 7px;
	border: 1px solid #ccc;
	margin: 2px 0;
	border-radius: 0;
	line-height: 16px;
}

.field cite {
	font-size: 12px;
	display: block;
}

span.hint {
	font-size: 12px;
	line-height: 13.5px;
}

.admin-box .title .icon {
	margin-left: 10px;
	line-height: 35px;
	float: left;
}

#content ul.select2-choices {
	margin-bottom: 0;
}

#content ul.select2-choices li {
	padding: 0;
	margin: 0;
}

.ms-selectable {
	background: #fff;
	color: #555;
	float: left;
	width: 45%;
	min-height: 250px;
	margin-top: 10px;
}

.exclud-box {
	float: left;
	width: 75%;
	border: 1px solid;
	height: 200px;
	margin-left: 100px;
}

.admin-box1,.admin-box-full-width {
	float: left;
	margin: 10px;
	clear: none !important;
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #cdcdcd;
	clear: both;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
}

.title-now {
	height: 15px !important;
}

.facility-grid {
	margin-top: 10px;
}

/****************message_history********************/
.head-text {
	font-size: 24px;
	margin-left: 12px;
}

.anounce-content {
	margin: 4px 5px;
}

.content-header {
	border-bottom: 1px solid rgb(200, 200, 204);
}

.a-class {
	font-size: 18px;
	border-bottom: 1px solid #3c8dbc;
	color: #3c8dbc;
	margin-right: 30px;
	margin-top: 3px;
}

.add-mem-btn {
	margin-top: 15px;
}

.cancel-btn {
	margin-left: 20px
}

.button-clear {
	background-color: white;
	color: red;
	border-radius: 3px;
	width: 65px;
	height: 33px;
	border: 1px solid red;
}

/*********************Modifications******************/
.logo-style {
	height: 100%;
	height: 100%;
	float: left;
	margin-left: 10px;
}

.filter-btn {
	margin-top: 13px;
	padding-bottom: 3px;
	padding-top: 3px;
	border: 1px solid white !important;
}

.filter-btn-search {
	font-size: 15px;
	width: 95%;
}

.table-width {
	width: 100px;
}

.message-box {
	width: 60%;
	height: 100px !important;
}

/*************************************** vinay header **********/
.content-header-new {
	width: 100%;
	font-size: 30px;
	position: relative;
	padding: 15px 15px 10px 15px;
}

.content-header-new>h1 {
	margin: 0 !important;
	font-size: 24px !important;
	font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light",
		"Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
	font-weight: 600 !important;
}

.header-new-main {
	margin-top: 10px;
	margin-bottom: 20px;
	min-height: 50px;
	background: #eee;
	margin-left: 15px;
	padding: 9px 20px 8px 0px;
}

.header-icon-band {
	padding: 15px;
	background: #ff8c00;
	bottom: 0;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.icon-band {
	color: #fff !important;
	font-size: 25px !important;
}

.sub-header-new {
	float: left;
	margin-left: 60px;
	margin-bottom: 9px;
	margin-top: 9px;
	font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial,
		sans-serif;
	color: #505050;
	font-weight: 400;
	line-height: 1.5em;
}

/*************filter-background***********/
.filter-div-back {
	background: rgb(225, 245, 253);
}

#table-width1 {
	width: 124px;
}

.bg-none {
	background: transparent !important;
}

.border-none {
	border: transparent !important;
}

.imp_red {
	color: red;
}

/** pagination CSS **/
.pagination {
 background: none repeat scroll 0 0 #F8F8F8;
 border-top: 1px solid #EEEEEE;
 display: inline-block;
 margin-top: 10px;
 padding-right: 10px;
}

.pagination .links b {
 background: none repeat scroll 0 0 #FFFFFF;
 border: 1px solid #CCCCCC;
 color: #000000;
 font-size: 14px;
 padding: 4px 7px;
 text-decoration: none;
}

.pagination .links a {
 border: 1px solid #CCCCCC;
 color: #000000;
 font-size: 14px;
 padding: 4px 7px;
 text-decoration: none;
}

.pagination .links {
 float: left;
}

.pagination .links,.pagination .results {
 padding: 9px;
 float: left;
}

#filter_pages {
 float: left;
 margin-top: 9px !important;
}


.expiry_msg {
 color: gold;
 font-size: 20px;
 text-decoration: blink;
 margin-top: 9px;
}

#header{

margin-left:12% !important;
}
/*************************************************************/

li.dropdown.messages-menu {
    display: none;
}

li.dropdown.notifications-menu {
    display: none;
}

.fieldaddrembtn {
  margin:17px 0 0 10px;
}
.fieldaddmorebtncss {
  margin:12px 0 0 10px;
}
/** pagination CSS /
.pagination {
 background: none repeat scroll 0 0 #F8F8F8;
 border-top: 1px solid #EEEEEE;
 display: inline-block;
 margin-top: 10px;
 padding-right: 10px;
}

.pagination .links b {
 background: none repeat scroll 0 0 #FFFFFF;
 border: 1px solid #CCCCCC;
 color: #000000;
 font-size: 14px;
 padding: 4px 7px;
 text-decoration: none;
}

.pagination .links a {
 border: 1px solid #CCCCCC;
 color: #000000;
 font-size: 14px;
 padding: 4px 7px;
 text-decoration: none;
}

.pagination .links {
 float: left;
}

.pagination .links,.pagination .results {
 padding: 9px;
 float: left;
}

#filter_pages {
 float: left;
 margin-top: 9px !important;
}


.expiry_msg {
 color: gold;
 font-size: 20px;
 text-decoration: blink;
 margin-top: 9px;
}