
/*
	========================================
	TABLE OF CONTENT
	========================================

	[1.]GLOBAL STYLE
	[2.]TOPBAR
	[3.]NAVBAR
	[4.]HEADER
	[5.]CONTENT
	[6.]SIDEBAR
	[7.]FEATURED
	[8.]PARTNERS
	[9.]SINGLE
	[10.]NEWS
	[11.]AGENTS
	[12.]GALLERY
	[13.]CONTACT
	[14.]FOOTER
	[15.]COPYRIGHT
	[16.]SOME OTHER CUSTOM STYLES

*/

/*
	==================
	[1. GLOBAL STYLE]
	==================
*/
body{
	margin: 0;
	padding: 0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #2a2b2d;
    background: #fff;
  overflow: initial !important;
}

body.md-dialog-is-showing {
  overflow: visible !important;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #0099ff;
}


::selection {
	color: #fff;
	text-shadow: none;
	background: #0099ff;
}


/*a{
	color: #0099ff;
	text-decoration: none;
}

a:hover{
	color: #2a2b2d;
	text-decoration: none;
}*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #9fa3a6;
	font-size: 15px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #0099ff;
	border-color: #e4e5ea;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

.btn,
.form-control{
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.form-control:focus{
	color: #0099ff;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

.clear-marg{
	margin: 0 !important;
}

.btn-success{
	background-color: #0099ff;
	border-color: #0099ff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.dropdown-toggle{
	background-color: #0099ff;
	border-color: #0099ff;
}

.btn-warning{
	background-color: #fe9900;
	border-color: #fe9900;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.dropdown-toggle{
	background-color: #fe9900;
	border-color: #fe9900;
}

.btn-lg { font-size: 16px; }

/*social icons*/
.social-icons a .fa {
	display: inline-block;
	margin: 0 5px 8px 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #0099ff;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
}
.social-icons a .fa-facebook { background: #3b5998; }
.social-icons a .fa-twitter { background: #55acee; }
.social-icons a .fa-youtube { background: #cc181e; }
.social-icons a .fa-skype { background: #01aef2; }
.social-icons a .fa-linkedin { background: #1b85bd; }
.social-icons a .fa-flickr { background: #ff0084; }
.social-icons a .fa-pinterest { background: #cb2027; }
.social-icons a .fa-google-plus { background: #d44032; }
.social-icons a .fa-dribbble { background: #ea4c89; }
.social-icons a .fa-instagram { background: #f4b97a; }

#map{
	width: 100%;
	height: 300px;
}

#map-property {
	width: 100%;
	height: 300px;
}

blockquote {
	background-color: #f6f6f6;
	padding: 30px;
	font-size: 16px;
	border-color: #0099ff;
	margin: 30px 0;
}

/*
	==================
	[2. TOPBAR]
	==================
*/
.topbar{
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	height: 40px;
}

.topbar .container{
	position: relative;
}

.topbar-right{
	float: right;
}

.topbar-left{
	float: left;
}

.topbar-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topbar-nav > li{
	float: left;
}

.topbar-nav > li > a{
	color: #4e4e4f;
	display: block;
	padding: 8px 12px;
	background-color: transparent;
}
.topbar-nav > li > a .fa { width: 15px; text-align: left; }

.topbar-nav > li > a:hover{
	color: #2a2b2d;
	background: transparent;
}

.topbar-nav > .active > a,
.topbar-nav > .active > a:hover,
.topbar-nav > .active > a:focus{
	background: transparent;
}

.topbar-nav > .disabled > a,
.topbar-nav > .disabled > a:hover,
.topbar-nav > .disabled > a:focus{
	color: #3a3b3d;
	background: transparent;
}


/*
	==================
	[3. NAVBAR]
	==================
*/
.navbar-inverse{
	background-color: #3949ab;
	border: 0;
	border-radius: 0px;
	margin: 0;
    overflow-y:hidden;
}

.navbar-inverse .navbar-brand img{
	height: 80px;
	width: auto;
	display: block;
}

.navbar-inverse .navbar-brand{
	position: relative;
    height: 80px;
	color: #8cc152;
	font-size: 26px;
	display: block;
	padding: 0px 20px 10px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-inverse .navbar-brand span{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
}

.navbar-inverse .navbar-brand:hover{
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.container .navbar-header .navbar-brand {
}
.container .navbar-header .navbar-brand {
}



.navbar-inverse .navbar-brand:hover > span{
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a{
	color: #f1f1f1;
	font-size: 16px;
	text-shadow: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #f1f1f1;
	background-color: #9fa8da;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover{
	position: relative;
	color: #f1f1f1;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 3px;
	width: 100%;
	background: #0099ff;
}

.navbar-inverse .navbar-nav > .active > a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 0px;
	width: 0px;
	margin-left: -8px;
	border-bottom: 8px solid #0099ff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.navbar.navbar-inverse .navbar-nav li.dropdown.open > a,
.navbar.navbar-inverse .navbar-nav li.dropdown.open > a:hover{
	color: #f1f1f1;
	background-color: #0099ff;
}

/*.dropdown-menu {
	background-color: #0099ff;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
		 -o-border-radius: 1px;
			border-radius: 1px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}*/

/*.dropdown-menu > li > a{
	color: #f1f1f1;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	color: #f1f1f1;
	background-color: #0386dd;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}*/

#modal-login .modal-header h4,
#modal-signin .modal-header h4{
	text-align: left;
	color: #0099ff;
}

#modal-login .modal-footer,
#modal-signin .modal-footer{
	margin-top: 0;
	background-color: #f1f1f1;
	text-align: left !important;
}

#modal-signin .modal-footer p,
#modal-signup .modal-footer p{
	margin-bottom: 15px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
  background-color: #f1f1f1;
}
/*
	==================
	[4. HEADER]
	==================
*/
#header {
	margin: 0 0 20px 0;
	width: 100%;
	min-height: 370px;
	height: auto;
}

#header .carousel-inner .item{
	min-height: 370px;
	height: auto;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-position: center 0;
	background-repeat: no-repeat;
}

#header .carousel-inner .item .carousel-caption{
	background-color: rgba(0,153,255,.9);
	right: 45%;
	left: 10%;
	bottom: 10%;
	color: #fff;
	text-shadow: none;
	text-align: left;
	padding: 25px;
}

#header .carousel-inner .item .carousel-caption h3{
	margin-top: 0;
	margin-bottom: 15px;
	padding: 5px 0;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#header .carousel-inner .item .carousel-caption .features{
	display: block;
	margin: 15px 0;
}

#header .carousel-inner .item .carousel-caption .features span{
	display: inline-block;
	padding: 5px 7px;
	margin-bottom: 4px;
	background-color: transparent;
	border: 1px solid transparent;
}

#header .carousel-inner .item .carousel-caption .features span.status{
	border-color: #fff;
	margin-right: 15px;
}

#header .carousel-inner .item .carousel-caption .property-btn{
	display: block;
	padding: 15px 0 10px;
	border-top: 1px solid #ccc;
}

#header .carousel-control > .glyphicon,
#header .carousel-control > .fa{
	font-size: 13px;
	line-height: 30px;
}

#header .carousel-control.left,
#header .carousel-control.right{
	position: absolute;
	background-image: none;
	width: 45px;
	height: 45px;
	margin-top: -25px;
	top: 50%;
	background-color: rgba(0,153,255,.8) !important;
	color: #fff;
	text-shadow: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

#header .carousel-control.left:hover,
#header .carousel-control.right:hover{
	background-color: #0099ff !important;
	color: #fff;
	text-shadow: none;
}

#header .carousel-control.left{
	left: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#header .carousel-control.right{
	right: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#header:hover > .carousel-control.left,
#header:hover > .carousel-control.right{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

/*search*/
.the-search {
	background: #f4f5f9;
	padding: 40px 0;
	margin: -20px 0 0 0;
}

/*bootstrap page-header*/
.page-header {
	position: relative;
	margin: 0;
	padding: 80px 0;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
}
.page-header::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.page-header-content {
	position: relative;
	z-index: 2;
}
.page-header .header-title { display: inline-block; }
.page-header h2 {
	margin: 0;
	padding: 0;
	color: #fff;
}
.page-header h3 {
	color: #fe9900;
	margin: 0;
	padding: 3px 0;
}
.page-header .property-location {
	display: block;
}
.page-header small {
	color: #fff;
}
.breadcrumb {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: transparent;
}
.breadcrumb a { color: #0099ff; }
.breadcrumb > .active {
	color: #fff;
}

/*
	==================
	[5. CONTENT]
	==================
*/
.content{
	position: relative;
	width: 100%;
	padding: 20px 0;
	background: #FFF;
}

.heading-title{
	display: block;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
}

.heading-title h2{
	position: relative;
	display: inline;
	padding: 12px 20px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: #212121;
}

.secondaryText {
	color: #727272;
}
.property-container{
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #d3d3d4;
}

.property-image{
	position: relative;
	overflow: hidden;
}

.property-image img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.property-status{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: auto;
	max-width: 80%;
	padding: 0px 10px;
	background: #0099ff;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.property-status h5{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.property-features{
	display: block;
	padding: 5px 10px;
	background: #2a2b2d;
	color: #fff;
}

.property-features span{
	padding: 2px 5px;
	font-size: 13px;
	display: inline-block;
}

.property-content{
	padding: 3px 15px;
}

.property-content h3,
.property-text h3{
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.property-price h2 {
	font-size: 22px;
	color: #fe9900;
}

.property-content h3 small,
.property-text h3 small{
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-style: italic;
}

.property-content-list{
	display: table;
}

.property-image-list{
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.property-image-list img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.property-image-list .property-price {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fe9900;
	display: inline-block;
	color: #fff;
	padding: 0px 10px;
}
.property-image-list .property-price h5 {
	color: #fff;
	font-weight: 400;
}

.property-text{
	position: relative;
	width: 50%;
	display: table-cell;
	padding: 5px 15px;
	vertical-align: top;
}

.property-footer{
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
}

.property-footer a{
	display: table-cell;
	width: 50%;
	padding: 8px 12px;
	text-align: center;
	background: #82b440;
	font-size: 18px;
	color: #6f9a37;
	overflow: hidden;
}

.property-footer a:hover,
.property-footer a:focus{
	color: #eee;
	background: #6f9a37;
	overflow: hidden;
	outline: none;
}

/*PAGINATION*/

ul.pagination{
  border: 1px solid #EEEEEE;
}

.pagination > li > a, .pagination > li > span {
	background: transparent;
	border: 0px solid #e3e7e9;
	color: #0099ff;
	font-weight: 600;
}

.pagination > li > a:hover, .pagination > li > span:hover {
	background: transparent;
	color: #0099ff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #0048fe;
	border-color: transparent;
	color: #ffffff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.sort{
	padding-bottom: 40px;
}

/*
	==================
	[6 SIDEBAR]
	==================
*/
.sidebar{
	padding: 30px 20px 0 20px;
	background-color: #f4f5f9;
}

.sidebar .widget{
	position: relative;
	padding: 15px;
	background: #fff;
	margin-bottom: 30px !important;
	border-bottom: 1px solid #fff;
}

.sidebar .widget{
	margin-bottom: 20px;
}

.sidebar .widget .widget-header{
	margin-bottom: 20px;
}

.sidebar .widget .widget-header h3{
	font-family: 'Oxygen', sans-serif;
	color: #2a2b2d;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}

/* default widget */
.sidebar .widget ul{
	list-style-type: none;
}

.sidebar .widget ul > li{
	display: block;
	padding: 3px 0;
	margin-left: -40px;
}

.sidebar .widget ul > li:first-child > a{
	padding-top: 0;
}

.sidebar .widget ul > li > a:before{
	font-family: 'Oxygen', sans-serif;
	content: "\f105";
	padding-right: 10px;
}

.sidebar .widget ul > li > a{
	display: inline;
	font-size: 14px;
}

.sidebar .widget-sidebar .nav-tabs {
	border-bottom: 2px solid #fff;
}

.sidebar .widget-sidebar .nav-tabs > li > a {
	color: #2a2b2d;
	font-size: 22px;
	border: none;
	position: relative;
	padding: 10px 20px;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover {
	color: #0099ff;
	border-color: transparent;
	background: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #b1b2b2;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus {
	color: #0099ff;
	cursor: default;
	background-color: transparent;
	border: none;
	border-bottom-color: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #0099ff;
}

.sidebar .widget-sidebar .tab-content{
	padding-top: 20px;
}

.post-container {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.post-container:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-img {
	position: relative;
	float: left;
	display: inline;
	width: 75px;
	height: 75px;
	margin-right: 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}


.post-img h3{
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	background: #0099ff;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.post-content {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 21px;
}

.post-content > .post-meta {
	display: block;
	padding-top: 0 !important;
	padding-bottom: 5px;
	font-size: 12px;
}

.post-content > .heading-title h2{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: none;
	border: none;
}

.post-content > .heading-title h2 span{
	font-weight: 400;
	font-size: 13px;
	color: #fe9900;
}
.post-content > .heading-title h2:hover span {
	color: #2a2b2d;
}

.post-content > .heading-title{
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*
	==================
	[7. FEATURED - SERVICES]
	==================
*/
#featured{
	position: relative;
	width: 100%;
	min-height: 450px;
	height: auto;
	padding-top: 120px;
	padding-bottom: 60px;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
}

#featured::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
  background-color: rgba(22, 29, 67,.65);
}

#featured h2{
	display: block;
	margin-bottom: 60px;
	font-size: 28px;
	color: #fff;
	line-height: 32px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

#featured h2 small{
	display: block;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.featured-container{
	color: #fff;
	z-index: 2;
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.featured-icon{
	display: block;
	margin-bottom: 20px;
}

.featured-icon a{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background: #0099ff;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

.featured-icon a > i{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.featured-content{
	text-align: center;
}

.featured-content h3{
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.featured-content a { color: #fff; }
.featured-content a:hover { color: #0099ff; }

/*
	==================
	[8. PARTNERS]
	==================
*/

/*partners*/
.partners {
	text-align: center;
	background: #f4f5f9;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
}

/*owl style*/
.owl-theme .owl-controls { margin-top: 40px; text-align: center; }
.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 15px 13px;
	border-radius: 4px;
	font-size: 14px;
	background: #25262a;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover { filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; text-decoration: none; }
.owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #25262a;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; }
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/*
	==================
	[9 SINGLE]
	==================
*/
/* carousel */
.slider .carousel-inner .item img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.slider .carousel-control{
	opacity: 1;
	filter: alpha(opacity=100);
}

.slider .carousel-control.left,
.slider .carousel-control.right{
	position: absolute;
	background-image: none;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background-color: rgba(0,153,255,.8) !important;
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

.slider .carousel-control.left:hover,
.slider .carousel-control.right:hover{
	background-color: #0099ff !important;
	color: #fff;
	text-shadow: none;
}

.slider .carousel-control.left{
	left: 30px;
}

.slider .carousel-control.right{
	right: 30px;
}

.slider .carousel-control > .glyphicon,
.slider .carousel-control > .fa{
	font-size: 13px;
	line-height: 30px;
}

.slider .carousel-indicators li{
	position: relative;
	width: 100px;
	height: 65px;
	margin: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		-ms-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	border-width: 1px;
	border-color: #fff;
	text-indent: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

.slider .carousel-indicators li img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.slider .carousel-indicators .active {
  border-color: #0099ff;
  border-width: 2px;
}

/*property featured*/
.property-features-single {
	background: #2a2b2d;
	color: #fff;
}

.property-features-single span {
	padding: 13px 25px;
	display: inline-block;
	margin: 0 -4px 0 0;
	border-right: 1px solid #434344;
}
.property-features-single span:last-child {
	border-right: 0;
}

.property-features-single span.status {
	background: #0099ff;
	border-right: 0;
}

ul.list-featured li {
	padding: 3px 0;
	margin-bottom: 10px;
}

ul.list-featured li .fa-check {
	width: 20px;
	color: #8fd035;
}

ul.list-featured li .fa-times {
	width: 20px;
	color: #d80000;
}

.team-container {
	padding: 0 20px 0 0;
}
.team-container .team-image img {
	width: 120px;
	height: 120px;
	float: right;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}
.team-container .team-description h4 {
	margin-bottom: 25px;
}

.team-container .team-description p {
	margin-bottom: 20px;
}

.agent-contact-form {
	padding: 20px;
}


.agent-contact-form textarea,
.agent-contact-form input[type="text"],
.agent-contact-form input[type="email"]{
	border-color: #e4e5ea;
	color: #2a2b2d;
	font-size: 15px;
}


.agent-contact-form textarea:focus,
.agent-contact-form input[type="text"]:focus,
.agent-contact-form input[type="email"]:focus{
	border-color: #e4e5ea;
	color: #2a2b2d;
}

/*
	==================
	[10. NEWS]
	==================
*/
.news {
	margin-bottom: 70px;
}
.news .news-image {
	position: relative;
}
.news .news-image img {
	width: 100%;
}
.news .news-image .date {
	background: #0099ff;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px;
}
.news .news-image .date .fa {
	margin-right: 5px;
}
.news .news-content {
	padding: 30px;
}
.news .news-content h3 {
	margin: 0 0 20px 0;
}
.news .news-content .fa {
	margin-right: 5px;
}
.news .news-content a {
	color: #2a2b2d;
}
.news .news-content a:hover {
	color: #0099ff;
}
.news .news-content .news-info {
	margin-bottom: 20px;
}
.news .news-content .news-info span {
	display: inline-block;
	margin-right: 20px;
}
.news .news-content p {
	margin-bottom: 10px;
	font-size: 17px;
	color: #6d6d6e;
}
.news .news-content .news-tags {
	border-top: 1px solid #e4e5ea;
	margin: 20px 0 0 0;
	padding: 10px 0;
}
.news nav .pager li a{
	background: #0099ff;
	color: #fff;
	border-radius: 4px;
	border: 0;
}
.news nav .pager li a:hover{
	color: #fff;
}

.news-comments{
	margin-top: 35px;
}
.news-comments h3 {
	display: block;
	margin: 0 0 30px 0;
	padding: 3px 0;
}
.news-comments ul{
	list-style-type: none;
	padding: 0;
}
.news-comments img.avatar {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}
.news-comments .post-comments{
	border: 1px solid #e4e5ea;
    margin-bottom: 20px;
    margin-left: 85px;
	margin-right: 0px;
    padding: 10px 20px;
    position: relative;
	background: #fff;
	color: #6b6e80;
	position: relative;
}
.news-comments .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #e4e5ea;
}
.news-comments ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-left: 85px;
}

.news-comment-form {
	overflow: hidden;
	margin-top: 40px;
}
.news-comment-form h3 {
	padding-left: 15px;
}
.news-comment-form textarea,
.news-comment-form input[type="text"],
.news-comment-form input[type="email"]{
	border-color: #e4e5ea;
	color: #2a2b2d;
	font-size: 15px;
}


.news-comment-form textarea:focus,
.news-comment-form input[type="text"]:focus,
.news-comment-form input[type="email"]:focus{
	border-color: #e4e5ea;
	color: #2a2b2d;
}

/*
	==================
	[11. AGENTS]
	==================
*/
.agents {
	padding: 10px;
	margin-bottom: 25px;
}

.agents .agent-image img {
	width: 100%;
}

.agents .agent-content {
	padding: 15px 15px;
}

.agents .agent-content .agent-name h3 {
	font-size: 22px;
	color: #2a2b2d;
	margin: 0 0 5px 0;
}
.agents .agent-content .agent-position p {
	font-size: 14px;
	color: #848484;
}

.agents .agent-content .agent-description {
	margin-bottom: 15px;
}

.agents .agent-content .social-icons a .fa {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

/*
	==================
	[12. GALLERY]
	==================
*/

.gallery .gallery-image {
	position: relative;
}

.gallery .gallery-image:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,153,255,.8);
	opacity: 0;
	filter: alpha(opacity=0);
}

.gallery:hover .gallery-image:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,153,255,.8);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.gallery .gallery-image img {
	width: 100%;
}

.gallery .gallery-look {
	width: 100%;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
	text-align: center;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.gallery:hover .gallery-look {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gallery .gallery-look a {
	color: #fff;
	font-size: 18px;
	margin-right: 7px;
}

.gallery .gallery-header {
	padding: 10px 15px;
}

.gallery .gallery-header h4 {
	margin: 7px 0 4px 0;
}

.gallery .gallery-header p {
	color: #848484;
}

/*
	==================
	[13. CONTACT]
	==================
*/
.contact-info {
	overflow: hidden;
	margin: 70px 0;
	text-align: center;
}

.contact-box .fa {
	font-size: 18px;
	background: #0099ff;
	color: #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

.contact-box:hover .fa {
	background: #dedede;
	color: #2a2b2d;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.contact-box h4 {
	font-weight: 600;
	margin: 20px 0;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"]{
	border-color: #e4e5ea;
	color: #2a2b2d;
	font-size: 15px;
}


.contact-form textarea:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus{
	border-color: #e4e5ea;
	color: #2a2b2d;
}

/*
	==================
	[14. FOOTER]
	==================
*/
#footer{
	width: 100%;
	padding: 45px 0 0;
	background-color: #3F51B5;
	color: #FFF;
}

#footer .widget:before,
#footer .widget:after{
	content: "";
	display: table;
	clear: both;
}

#footer .widget h2{
	font-family: 'Oxygen', sans-serif;
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
}

#footer .widget h3{
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 30px;
}

#footer .widget > ul,
#footer .widget ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#footer .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a{
	display: block;
	padding: 2px 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

#footer .widget > ul > li > a::before,
#footer .widget ul > li > a::before{

	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding-right: 9px;
}

#footer .widget > ul > li > a:hover,
#footer .widget > ul > li > a:focus,
#footer .widget ul > li > a:hover,
#footer .widget ul > li > a:focus{
	color: #0099ff;
}


/*
	==================
	[15. COPYRIGHT]
	==================
*/
.copyright{
	position: relative;
	margin-top: 45px;
	padding: 20px 0;
	border-top: 1px solid #fff;
}

.copyright a { color: #fff; }
.copyright a:hover { color: #0099ff; }

/*
	==================
	[16. Some Other Custom Styles]
	==================
*/

#gridViewSearchFormContainer{
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  border-radius:3px;
}

#gridViewSearchFormContainer, #gridViewSearchFormContainer input, #gridViewSearchFormContainer select{
  min-width: 100%;
}


#gridViewSearchForm > div:last-child button{
  background-color: #2a2b2d;
  color: #FFFFFF;
}

html,body{
  width: 100%;
  height: 100%;
}

#map-canvas{
  height: calc(100% - 80px);
}

.PrimarylogoColor{
	color: #f5a63c;
}

.SecondarylogoColor{
	color: #9674b1;
}

/**/

#homePageBannerNew{
  max-height: 300px;
  min-height: 150px;
  height: 300px;
/*  background-color:#3949AB;*/
  margin-top: 0px;
}

#homePageBannerNew h1{
  font-size: 52px;
  text-decoration: none;
}

#homePageHeatMapContainer{
  background:#ffffff url('../images/analyticsWhite50pcOpacity.png') no-repeat center;
  /*background: #fff url('../images/datascience2.jpg') no-repeat center;*/
  background-size: cover;
  width: 100%;
  min-height: 450px;
  height: auto;
  margin: 0;
  /*
  padding-top: 120px;
  padding-bottom: 60px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  */
}

/*div.transbox
{
  background-color: #ffffff;
  border: 1px solid white;
  opacity:0.8;
  filter:alpha(opacity=80);
}
*/

.footerLink:hover{
  color: #FFFFFF;
}

/*
* Gradient for Media Planning Page Controls.
*/

.hospitalsControl, .bank, .shoppingMall, .jewelryStore, .restaurant, .movieTheater, .shoeStore,
.electronicsStore, .hinduTemple, .school, .engCollege, .mbaCollege, .otherColleges{
  margin: 1rem 1px 1rem;
  background-color: #fafafa;
  border: 1px outset #f1f1f1;
  border-radius: 3px;
}

.hospitalsControl md-switch, .bank md-switch, .shoppingMall md-switch, .jewelryStore md-switch, .restaurant md-switch, .movieTheater md-switch,
.shoeStore md-switch, .electronicsStore md-switch, .hinduTemple md-switch, .school md-switch, .engCollege md-switch, .mbaCollege md-switch,
.otherColleges md-switch{
  margin-right: 2rem;
}

.mbaCollege md-switch{
  margin-right: 4rem;
}

.hospitalsControl md-switch.md-checked .md-container .md-bar,
.hospitalsControl md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left, rgba(239, 83, 80, 1), rgba(244, 67, 54, 1), rgba(229, 57, 53, 1), rgba(183, 28, 28, 1));
  background: -o-linear-gradient( left, rgba(239, 83, 80, 1), rgba(244, 67, 54, 1), rgba(229, 57, 53, 1), rgba(183, 28, 28, 1));
  background: -moz-linear-gradient( left, rgba(239, 83, 80, 1), rgba(244, 67, 54, 1), rgba(229, 57, 53, 1), rgba(183, 28, 28, 1));
  background: linear-gradient( left,rgba(239, 83, 80, 1), rgba(244, 67, 54, 1), rgba(229, 57, 53, 1), rgba(183, 28, 28, 1));
}

.bank md-switch.md-checked .md-container .md-bar,
.bank md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left, rgba(66, 165, 245, 1), rgba(33, 150, 243, 1), rgba(30, 136, 229, 1), rgba(25, 118, 210, 1), rgba(21, 101, 192, 1), rgba(13, 71, 161, 1) );
  background: -o-linear-gradient( left,  rgba(66, 165, 245, 1), rgba(33, 150, 243, 1), rgba(30, 136, 229, 1), rgba(25, 118, 210, 1), rgba(21, 101, 192, 1), rgba(13, 71, 161, 1) );
  background: -moz-linear-gradient( left,  rgba(66, 165, 245, 1), rgba(33, 150, 243, 1), rgba(30, 136, 229, 1), rgba(25, 118, 210, 1), rgba(21, 101, 192, 1), rgba(13, 71, 161, 1) );
  background: linear-gradient( left,  rgba(66, 165, 245, 1), rgba(33, 150, 243, 1), rgba(30, 136, 229, 1), rgba(25, 118, 210, 1), rgba(21, 101, 192, 1), rgba(13, 71, 161, 1) );
}

.shoppingMall md-switch.md-checked .md-container .md-bar,
.shoppingMall md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left,   rgba(236, 64, 122, 1), rgba(233, 30, 99, 1), rgba(216, 27, 96, 1), rgba(194, 24, 91, 1), rgba(173, 20, 87, 1), rgba(136, 14, 79, 1));
  background: -o-linear-gradient( left,   rgba(236, 64, 122, 1), rgba(233, 30, 99, 1), rgba(216, 27, 96, 1), rgba(194, 24, 91, 1), rgba(173, 20, 87, 1), rgba(136, 14, 79, 1));
  background: -moz-linear-gradient( left,   rgba(236, 64, 122, 1), rgba(233, 30, 99, 1), rgba(216, 27, 96, 1), rgba(194, 24, 91, 1), rgba(173, 20, 87, 1), rgba(136, 14, 79, 1));
  background: linear-gradient( left,   rgba(236, 64, 122, 1), rgba(233, 30, 99, 1), rgba(216, 27, 96, 1), rgba(194, 24, 91, 1), rgba(173, 20, 87, 1), rgba(136, 14, 79, 1));
}

.jewelryStore md-switch.md-checked .md-container .md-bar,
.jewelryStore md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left,  rgba(126, 87, 194, 1), rgba(103, 58, 183, 1), rgba(94, 53, 177, 1), rgba(81, 45, 168, 1), rgba(69, 39, 160, 1), rgba(49, 27, 146, 1));
  background: -o-linear-gradient( left,  rgba(126, 87, 194, 1), rgba(103, 58, 183, 1), rgba(94, 53, 177, 1), rgba(81, 45, 168, 1), rgba(69, 39, 160, 1), rgba(49, 27, 146, 1));
  background: -moz-linear-gradient( left, rgba(126, 87, 194, 1), rgba(103, 58, 183, 1), rgba(94, 53, 177, 1), rgba(81, 45, 168, 1), rgba(69, 39, 160, 1), rgba(49, 27, 146, 1));
  background: linear-gradient( left,  rgba(126, 87, 194, 1), rgba(103, 58, 183, 1), rgba(94, 53, 177, 1), rgba(81, 45, 168, 1), rgba(69, 39, 160, 1), rgba(49, 27, 146, 1));
}

.restaurant md-switch.md-checked .md-container .md-bar,
.restaurant md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left,  rgba(128, 203, 196, 1), rgba(77, 182, 172, 1), rgba(38, 166, 154, 1),  rgba(0, 150, 136, 1), rgba(0, 137, 123, 1), rgba(0, 121, 107, 1), rgba(0, 105, 92, 1), rgba(0, 77, 64, 1));
  background: -o-linear-gradient( left,   rgba(128, 203, 196, 1), rgba(77, 182, 172, 1), rgba(38, 166, 154, 1),  rgba(0, 150, 136, 1), rgba(0, 137, 123, 1), rgba(0, 121, 107, 1), rgba(0, 105, 92, 1), rgba(0, 77, 64, 1));
  background: -moz-linear-gradient( left,  rgba(128, 203, 196, 1), rgba(77, 182, 172, 1), rgba(38, 166, 154, 1),  rgba(0, 150, 136, 1), rgba(0, 137, 123, 1), rgba(0, 121, 107, 1), rgba(0, 105, 92, 1), rgba(0, 77, 64, 1));
  background: linear-gradient( left,  rgba(128, 203, 196, 1), rgba(77, 182, 172, 1), rgba(38, 166, 154, 1),  rgba(0, 150, 136, 1), rgba(0, 137, 123, 1), rgba(0, 121, 107, 1), rgba(0, 105, 92, 1), rgba(0, 77, 64, 1));
}

.movieTheater md-switch.md-checked .md-container .md-bar,
.movieTheater md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left,  rgba(102, 187, 106, 1), rgba(76, 175, 80, 1), rgba(67, 160, 71, 1), rgba(56, 142, 60, 1), rgba(46, 125, 50, 1), rgba(27, 94, 32, 1));
  background: -o-linear-gradient( left,  rgba(102, 187, 106, 1), rgba(76, 175, 80, 1), rgba(67, 160, 71, 1), rgba(56, 142, 60, 1), rgba(46, 125, 50, 1), rgba(27, 94, 32, 1));
  background: -moz-linear-gradient( left,   rgba(102, 187, 106, 1), rgba(76, 175, 80, 1), rgba(67, 160, 71, 1), rgba(56, 142, 60, 1), rgba(46, 125, 50, 1), rgba(27, 94, 32, 1));
  background: linear-gradient( left,  rgba(102, 187, 106, 1), rgba(76, 175, 80, 1), rgba(67, 160, 71, 1), rgba(56, 142, 60, 1), rgba(46, 125, 50, 1), rgba(27, 94, 32, 1));
}

.shoeStore md-switch.md-checked .md-container .md-bar,
.shoeStore md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left,   rgba(205, 220, 57, 1), rgba(192, 202, 51, 1), rgba(175, 180, 43, 1), rgba(158, 157, 36, 1), rgba(130, 119, 23, 1));
  background: -o-linear-gradient( left,  rgba(205, 220, 57, 1), rgba(192, 202, 51, 1), rgba(175, 180, 43, 1), rgba(158, 157, 36, 1), rgba(130, 119, 23, 1));
  background: -moz-linear-gradient( left,  rgba(205, 220, 57, 1), rgba(192, 202, 51, 1), rgba(175, 180, 43, 1), rgba(158, 157, 36, 1), rgba(130, 119, 23, 1));
  background: linear-gradient( left,   rgba(205, 220, 57, 1), rgba(192, 202, 51, 1), rgba(175, 180, 43, 1), rgba(158, 157, 36, 1), rgba(130, 119, 23, 1));
}

.electronicsStore md-switch.md-checked .md-container .md-bar,
.electronicsStore md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left,  rgba(255, 241, 118, 1), rgba(255, 238, 88, 1), rgba(255, 235, 59, 1), rgba(253, 216, 53, 1), rgba(251, 192, 45, 1), rgba(249, 168, 37, 1), rgba(245, 127, 23, 1));
  background: -o-linear-gradient( left,   rgba(255, 241, 118, 1), rgba(255, 238, 88, 1), rgba(255, 235, 59, 1), rgba(253, 216, 53, 1), rgba(251, 192, 45, 1), rgba(249, 168, 37, 1), rgba(245, 127, 23, 1));
  background: -moz-linear-gradient( left,   rgba(255, 241, 118, 1), rgba(255, 238, 88, 1), rgba(255, 235, 59, 1), rgba(253, 216, 53, 1), rgba(251, 192, 45, 1), rgba(249, 168, 37, 1), rgba(245, 127, 23, 1));
  background: linear-gradient( left,   rgba(255, 241, 118, 1), rgba(255, 238, 88, 1), rgba(255, 235, 59, 1), rgba(253, 216, 53, 1), rgba(251, 192, 45, 1), rgba(249, 168, 37, 1), rgba(245, 127, 23, 1));
}

.hinduTemple md-switch.md-checked .md-container .md-bar,
.hinduTemple md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left,  rgba(186, 104, 200, 1), rgba(171, 71, 188, 1), rgba(156, 39, 176, 1), rgba(142, 36, 170, 1), rgba(123, 31, 162, 1), rgba(106, 27, 154, 1),rgba(74, 20, 140, 1));
  background: -o-linear-gradient( left,  rgba(186, 104, 200, 1), rgba(171, 71, 188, 1), rgba(156, 39, 176, 1), rgba(142, 36, 170, 1), rgba(123, 31, 162, 1), rgba(106, 27, 154, 1),rgba(74, 20, 140, 1));
  background: -moz-linear-gradient( left,  rgba(186, 104, 200, 1), rgba(171, 71, 188, 1), rgba(156, 39, 176, 1), rgba(142, 36, 170, 1), rgba(123, 31, 162, 1), rgba(106, 27, 154, 1),rgba(74, 20, 140, 1));
  background: linear-gradient( left,  rgba(186, 104, 200, 1), rgba(171, 71, 188, 1), rgba(156, 39, 176, 1), rgba(142, 36, 170, 1), rgba(123, 31, 162, 1), rgba(106, 27, 154, 1),rgba(74, 20, 140, 1));
}

.school md-switch.md-checked .md-container .md-bar,
.school md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left, rgba(161, 136, 127, 1), rgba(141, 110, 99, 1), rgba(121, 85, 72, 1), rgba(109, 76, 65, 1), rgba(93, 64, 55, 1), rgba(78, 52, 46, 1), rgba(62, 39, 35, 1));
  background: -o-linear-gradient( left, rgba(161, 136, 127, 1), rgba(141, 110, 99, 1), rgba(121, 85, 72, 1), rgba(109, 76, 65, 1), rgba(93, 64, 55, 1), rgba(78, 52, 46, 1), rgba(62, 39, 35, 1));
  background: -moz-linear-gradient( left, rgba(161, 136, 127, 1), rgba(141, 110, 99, 1), rgba(121, 85, 72, 1), rgba(109, 76, 65, 1), rgba(93, 64, 55, 1), rgba(78, 52, 46, 1), rgba(62, 39, 35, 1));
  background: linear-gradient( left, rgba(161, 136, 127, 1), rgba(141, 110, 99, 1), rgba(121, 85, 72, 1), rgba(109, 76, 65, 1), rgba(93, 64, 55, 1), rgba(78, 52, 46, 1), rgba(62, 39, 35, 1));
}

.engCollege md-switch.md-checked .md-container .md-bar,
.engCollege md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left, rgba(255, 183, 77, 1), rgba(255, 167, 38, 1), rgba(255, 152, 0, 1), rgba(251, 140, 0, 1), rgba(245, 124, 0, 1), rgba(239, 108, 0, 1), rgba(230, 81, 0, 1));
  background: -o-linear-gradient( left, rgba(255, 183, 77, 1), rgba(255, 167, 38, 1), rgba(255, 152, 0, 1), rgba(251, 140, 0, 1), rgba(245, 124, 0, 1), rgba(239, 108, 0, 1), rgba(230, 81, 0, 1));
  background: -moz-linear-gradient( left, rgba(255, 183, 77, 1), rgba(255, 167, 38, 1), rgba(255, 152, 0, 1), rgba(251, 140, 0, 1), rgba(245, 124, 0, 1), rgba(239, 108, 0, 1), rgba(230, 81, 0, 1));
  background: linear-gradient( left, rgba(255, 183, 77, 1), rgba(255, 167, 38, 1), rgba(255, 152, 0, 1), rgba(251, 140, 0, 1), rgba(245, 124, 0, 1), rgba(239, 108, 0, 1), rgba(230, 81, 0, 1));
}

.mbaCollege md-switch.md-checked .md-container .md-bar,
.mbaCollege md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left, rgba(77, 208, 225, 1), rgba(38, 198, 218, 1), rgba(0, 188, 212, 1), rgba(0, 172, 193, 1), rgba(0, 151, 167, 1), rgba(0, 131, 143, 1), rgba(0, 96, 100, 1));
  background: -o-linear-gradient( left,  rgba(77, 208, 225, 1), rgba(38, 198, 218, 1), rgba(0, 188, 212, 1), rgba(0, 172, 193, 1), rgba(0, 151, 167, 1), rgba(0, 131, 143, 1), rgba(0, 96, 100, 1));
  background: -moz-linear-gradient( left,  rgba(77, 208, 225, 1), rgba(38, 198, 218, 1), rgba(0, 188, 212, 1), rgba(0, 172, 193, 1), rgba(0, 151, 167, 1), rgba(0, 131, 143, 1), rgba(0, 96, 100, 1));
  background: linear-gradient( left,  rgba(77, 208, 225, 1), rgba(38, 198, 218, 1), rgba(0, 188, 212, 1), rgba(0, 172, 193, 1), rgba(0, 151, 167, 1), rgba(0, 131, 143, 1), rgba(0, 96, 100, 1));
}

.otherColleges md-switch.md-checked .md-container .md-bar,
.otherColleges md-switch.md-checked .md-thumb{
  background: -webkit-linear-gradient( left, rgba(144, 164, 174, 1), rgba(120, 144, 156, 1), rgba(96, 125, 139, 1), rgba(84, 110, 122, 1), rgba(69, 90, 100, 1), rgba(55, 71, 79, 1), rgba(38, 50, 56, 1));
  background: -o-linear-gradient( left,  rgba(144, 164, 174, 1), rgba(120, 144, 156, 1), rgba(96, 125, 139, 1), rgba(84, 110, 122, 1), rgba(69, 90, 100, 1), rgba(55, 71, 79, 1), rgba(38, 50, 56, 1));
  background: -moz-linear-gradient( left,  rgba(144, 164, 174, 1), rgba(120, 144, 156, 1), rgba(96, 125, 139, 1), rgba(84, 110, 122, 1), rgba(69, 90, 100, 1), rgba(55, 71, 79, 1), rgba(38, 50, 56, 1));
  background: linear-gradient( left,  rgba(144, 164, 174, 1), rgba(120, 144, 156, 1), rgba(96, 125, 139, 1), rgba(84, 110, 122, 1), rgba(69, 90, 100, 1), rgba(55, 71, 79, 1), rgba(38, 50, 56, 1));
}

/*
.hospitalsControl p, .shoppingMall p, .hinduTemple p, .bank p, .mbaCollege p, .engCollege p, .school p, .jewelryStore p, .restaurant p, .shoeStore p, .restaurant p, .movieTheater p, .electronicsStore p {
  color: #FFFFFF;
}*/


.testimonialContainer{
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.testimonialContainer img{
  text-align: center;
}



/*Additional style from the new homepage design this is a trial thing or rather a temporary thing*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);


/**, *:after, *:before{
  margin: 0;
  padding:0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
body{ background-color: #fafafa !important; font-family: 'Source Sans Pro', sans-serif;}
*/

/*
a, a:hover, a:active, a:focus{
  text-decoration: none; outline: 0;
}
*/
.clear{ clear: both;}
/*button:focus, button:active, button.btn:focus, button.btn:active, button.btn.btn-default:focus, button.btn.btn-default:active{ outline: 0;}*/
.std-yellow-btn{ height: 46px;  width: 130px; background: #fdb813; border-color: #fdb813; font-weight: 500; font-size: 14px; color: #151515;}
.text-center{ text-align: center;}



header{ height: 60px; position: fixed; display: inline-block; width: 100%; z-index: 5;}
.oi-header{ display: inline-block; width: 100%; padding: 0px 98px; background: rgba(0, 0, 0, 0.5);}
.oi-header nav.navbar-default{ background: transparent; border: none; border-radius: 0; margin-bottom: 0;}
.oi-header a.navbar-brand{ height: auto; padding: 0;}
.oi-header nav.navbar-default .navbar-nav>li>a{ padding: 20px; color: #fff; font-size: 14px; font-weight: 500;}
.oi-header nav.navbar-default .navbar-collapse{ border: none;}
.oi-header nav.navbar-default .navbar-toggle{ margin-top: 13px;}
.oi-header nav.navbar-default .navbar-nav>li>a.active-menu{ color: #fdb813;}
.oi-header nav.navbar-default .navbar-nav>li>a:hover, .oi-header nav.navbar-default .navbar-nav>li>a:focus, .oi-header nav.navbar-default .navbar-nav>li>a:active{ color: #fdb813;}


.banner-wrap{ background-image: url("/images/banner3.jpg"); min-height: 667px; background-attachment: fixed; background-repeat: no-repeat;}
.banner-wrap1{ background-image: url("/images/media.png"); min-height: 667px; background-attachment: fixed;}
.banner-form{ display: inline-block; width: 100%; padding-top: 11px; padding-bottom: 10px; position: relative; top: 519px; background: rgba(10, 8, 8, 0.74); text-align: center;}
.banner-form form{ display: inline-block;}
.banner-form form > div.form-group{ float: left; margin-bottom: 0;}
.banner-form form > div:first-child, .banner-form form > div:nth-child(2){ position: relative; margin-right: 12px;}
.banner-form form > div i{ position: absolute; left: 17px; top: 17px; font-size: 16px; color: #b5b5b5;}
.banner-form form > div input{padding-left: 35px; height: 46px; line-height: 46px; width: 255px; border-radius: 8px;}
.banner-form form > div:nth-child(3) button{ margin-right: 7px;}
.banner-form form > div:last-child button{ height: 46px; width: 160px; background: #333; border-color: #333; color: #fff; font-weight: 500; font-size: 14px;}
.banner-form form > div:last-child button:hover{ background: #ffca28; border-color: #ffca28; color: #333;}
.banner-form form > div:last-child button:hover span{ color: #333;}
.banner-form form > div:last-child button span{ color: #ffca28;}
.banner-form form > div:nth-child(2) a{ text-align: right; color: #ffca28; float: right; font-size: 13px; color: #ffca28; margin-top: 4px;}
.banner-form form > div:nth-child(2) a:hover{ text-decoration: underline;}


.yellow-wrap{ background: url("/images/yellow-bg.jpg") no-repeat; background-size: cover;}
.yellow-content{padding: 8px 150px 88px; display: inline-block; text-align: center; width: 100%;}
.yellow-content h2{ position: relative; font-family: 'Roboto Condensed'; font-size: 45px; font-weight: 300;}
.yellow-content h2:after{ content: ""; width: 50px; display: inline-block; border-top: 1px solid #fff; position: absolute; top: 56px; right: 48%;}
.yellow-content > div:nth-child(2){ padding: 15px 0 30px; font-size: 21px; font-weight: 400;}
.slide1-fstbox, .slide1-scndbox, .slide1-thrdbox{ padding: 0 25px;}
.slide1-fstbox img, .slide1-scndbox img, .slide1-thrdbox img{ width: 100%; max-height: 173.781px;}
.box-img{ position: relative;}
.box-img span{ position: absolute; bottom: 0px; left: 0px; color: #fff; font-size: 20px; font-family: 'Roboto Condensed'; display: inline-block; width: 100%; text-align: left; padding: 3px 0 8px 12px; background: rgba(0, 0, 0, 0.2);}
.box-content{ background: #fff; text-align: left; padding: 15px; min-height: 243px;  }
.box-content h5{ margin-top: 0; margin-bottom: 15px; line-height: 22px; font-weight: 500; font-size: 15px;}
.box-content ul{ padding: 0 20px; margin-bottom: 0; font-size: 14px; font-weight: 300;}
.box-content p{ font-size: 14px; font-weight: 300;}
.carousel-indicators.yellow-carousel-indicators li{ background-color: #eee; margin: 0; margin-right: 4px; width: 12px; height: 12px; border: none;}
.carousel-indicators.yellow-carousel-indicators .active{ background-color: #333; width: 12px; height: 12px;}
#carousel-example-generic .carousel-control.left, #carousel-example-generic .carousel-control.right{background-image: none;}
#carousel-example-generic .carousel-control.left span{ color: #eee; font-size: 80px; left: -48px; position: absolute; top: 150px;}
#carousel-example-generic .carousel-control.right span{ color: #eee; font-size: 80px; right: -48px; position: absolute; top: 150px;}


.features-wrap{ background-image: url("/images/monetise-bg.jpg");}
.features-content{ display: inline-block; width: 100%; text-align: center; padding: 0 80px;}
.features-content h2{ font-family: 'Roboto Condensed'; font-size: 45px; font-weight: 300;}
.features-content h2:after{ content: ""; width: 30px; background: #333;}
.features-content > div:nth-child(2){ padding: 15px 0 30px; font-size: 21px; font-weight: 400;}
/*.feature1-icon img{ width: 100%;}*/
.feature1-img img{ width: 100%;}
.feature1-content{ text-align: left;}
.feature1-content h3{ font-size: 30px; font-weight: 400; font-family: 'Roboto Condensed';}
.feature1-content p{ line-height: 23px; font-size: 16px; font-weight: 400;}
.features-content h2{ position: relative;}
.features-content h2:after{ content: ""; width: 50px; display: inline-block; border-top: 1px solid #afafaf; position: absolute; top: 56px; right: 48%;}
div#carousel-example-generic1{ padding: 5px 0 56px;}
#carousel-example-generic1 .carousel-control.left, #carousel-example-generic1 .carousel-control.right{background-image: none;}
#carousel-example-generic1 .carousel-control.left span{ color: #eee; font-size: 80px; left: -35px; position: absolute; top: 90px;}
#carousel-example-generic1 .carousel-control.right span{ color: #eee; font-size: 80px; right: -35px; position: absolute; top: 90px;}


.pricing-wrap{ background-image: url("/images/pricingbg.png"); background-repeat: no-repeat; background-position: right bottom; padding: 25px 0 50px;}
.pricing-content{ display: inline-block; width: 100%; text-align: center; padding: 0 80px;}
.pricing-content h2{ position: relative; font-family: 'Roboto Condensed'; font-size: 45px; font-weight: 300; color: #7e57c2;}
.pricing-content h2:after{ content: ""; width: 50px; display: inline-block; border-top: 1px solid #afafaf; position: absolute; top: 56px; right: 48%;}
.small-business{ padding: 20px 0; float: right;}
.small-business > div:first-child{ background: url("/images/pricingbgyel.png") no-repeat; display: inline-block; width: 372px; height: 177px; text-align: center;}
.small-business > div:nth-child(2){ background: #fdb813; width: 364px; margin: 0 auto; text-align: center;}
.sb-top-content{ position: relative; top: 45px;}
.sb-top-content h3{ font-size: 29px; font-family: 'Roboto Condensed'; font-weight: 400;}
.sb-para{ border-bottom: 1px solid #ffd061; padding: 25px 25px 11px; margin: 0 50px;}
.sb-para.sb-para-last{ border-bottom: 0; padding-top: 12px; padding-bottom: 22px;}
.sb-para > div:first-child{ color: #fff; font-weight: 500; font-size: 15px;}
.sb-para > div{ font-size: 15px; font-weight: 300;}
.sb-para > div span{ font-weight: 600;}
.small-business > div:last-child{ background: #fdb813; width: 364px; margin: 0 auto; text-align: center;}
.small-business > div:last-child span{ background: #fda700; display: inline-block; width: 100%; padding: 14px; color: #fff; font-weight: 500; font-size: 23px;}
.btn.sb-btn{ background: #fda700; width: 100%; padding: 10px; font-size: 23px; color: #fff; font-weight: 500; border: none;}
.enterprise{ padding: 20px 0; float: left;}
.enterprise-top-content h3{ font-size: 29px; font-family: 'Roboto Condensed'; font-weight: 400; color: #fff;}
.enterprise > div:first-child{ background: url("/images/pricingbgblu.png") no-repeat; display: inline-block; width: 372px; height: 177px;}
.enterprise > div:nth-child(2){ background: #7e57c2; width: 364px; margin: 0 auto;}
.enterprise-top-content{ position: relative; top: 45px;}
.enterprise-para{ border-bottom: 1px solid #9069d2; padding: 25px 25px 11px; margin: 0 50px;}
.enterprise-para.enterprise-para-last{ border-bottom: 0; padding-top: 12px; padding-bottom: 22px;}
.enterprise-para > div:first-child{ color: #fdb813; font-weight: 500; font-size: 15px;}
.enterprise-para > div{ font-size: 15px; font-weight: 300; color: #fff;}
.enterprise-para > div span{ font-weight: 600;}
.enterprise > div:last-child{ background: #7e57c2; width: 364px; margin: 0 auto;}
.btn.enterprise-btn{ background: #151515; width: 100%; padding: 10px; font-size: 23px; color: #fff; font-weight: 500; border: none; border-radius: 0;}
.btn.enterprise-btn i{ font-size: 14px; padding-left: 7px; position: relative; top: -3px; left: 5px;}
.btn.enterprise-btn:hover{ background: #eee; color: #333; border-color: #eee;}


.contact-left{ border-right: 1px solid #5b4e49;}
.contact-content h2{ position: relative; font-family: 'Roboto Condensed'; font-size: 45px; font-weight: 300; color: #fff; margin-bottom: 35px;}
.contact-content h2:after{ content: ""; width: 50px; display: inline-block; border-top: 1px solid #fff; position: absolute; top: 56px; right: 48%;}
.phone-content{ margin-bottom: 40px;}
.phone-content div{ width: 70px; height: 70px; border-radius: 50%; background: #7e57c2; text-align: center; line-height: 76px; margin: 0 auto;}
.phone-content p, .email-content p{ text-align: center; margin-top: 5px; font-size: 16px; font-weight: 400;}
.phone-content i{ font-size: 22px;}
.email-content a{ color: #fff;}
.email-content div{ width: 70px; height: 70px; border-radius: 50%; background: #151515; text-align: center; line-height: 73px; margin: 0 auto;}
.email-content i{ font-size: 22px;}
.contact-form-content{ width: 60%; margin: 0 auto;}
.contact-form-content input{ margin-bottom: 12px; border-radius: 0; height: 44px;}
.contact-form-content button{ float: right; margin-top: 5px;}
.contact-wrap{ background-image: url("/images/contactbg.jpg"); padding: 25px 0 50px;}
.contact-content{ display: inline-block; width: 100%; text-align: center; color: #fff;}


.footer-content{ display: inline-block; width: 100%; background: #151515; padding: 25px 0px;}
.footer-content a{ color: #fdb813; font-size: 13px; font-weight: 300;}
.footer-content a:hover{ text-decoration: underline;}
.footer-content div.col-md-9.col-sm-9.col-xs-12{ text-align: right; color: #a1a1a1; font-size: 13px; font-weight: 300;}
#features, #pricing{ position: relative; top: -50px;}

/*Additional style from the new homepage design this is a trial thing or rather a temporary thing*/


/*Calendar Styles*/

#calendar-md .md-toolbar-tools h2{
  overflow-x: visible;
}

/* Show Inventory page grid view */

#materialGridViewList li{
  width:49%;
}

/* Display loading Screen for angular components with ng-cloak attribute */

[ng-cloak].splash {
  display: block !important;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.splash {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}

.splash {
  background-color: #3949ab;
}

.splash h1{
  color: #FFC107;
  display: block;
  text-align: center;
  margin: 30px auto;
}


.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display:inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}


/*
-----------------------------
New Design for Ambient Styles
------------------------------
*/

#MyToolBar{
  min-height: 55px;
  max-height: 55px;
}
#headerMenuItemContainer p{
  margin: 0px;
  border-left:1px solid rgb(63,81,181); border-right:1px solid rgb(63,81,181);
}

#headerMenuItemContainer p:hover{
  border-left:1px solid #8C9EFF; border-right:1px solid #8C9EFF; background-color: #8C9EFF;
}


a{
  text-decoration: none;
  color: #696969;
}


#headerMenuItemContainer p a{
  color:#fff;
  font-size:15px;
  font-weight:400;
  padding:0 25px;
  height: 58px;
  line-height: 60px;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 64px;
  text-decoration: none;
}

#headerMenuItemContainerRight p{
  margin: 0px;
  /*border-left: 1px solid rgb(63, 81, 181);
  border-right: 1px solid rgb(63, 81, 181);*/
}

#headerMenuItemContainerRight p a{
  color:#fff;
  font-size:15px;
  font-weight:400;
  height: 58px;
  line-height: 60px;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 64px;
  text-decoration: none;
}

md-chips .md-chips {
  box-shadow: 0 0;
}

#MenuDropDownIcon {
  padding-top: 10px;
  padding-right: 5px;
}

.btn1 {
  border-radius: 20px;
  font-size: 12px;
}

/*--------------------------------------------------*/
#demo {
  margin: 20px auto;
  max-width: 960px;
}
#demo h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-weight: 300;
  color: #212121;
  text-transform: inherit;
  margin-bottom: 1rem;
  text-align: center;
}
#demo h2 {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.01rem;
  font-weight: 400;
  color: #212121;
  text-align: center;
}
.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
/* -- Material Design Table style -------------- */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 0 none;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
  background-color: #fff;
}
.table .no-border {
  border: 0 none;
}

table.dataTable.no-footer{
  border: 0 none;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
  background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb;
  }
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
  background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0;
  }
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
  background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
    background-color: #f3e5f5;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
    background-color: #e1bee7;
  }
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
  background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
    background-color: #ede7f6;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
    background-color: #d1c4e9;
  }
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
  background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
  background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9;
  }
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
  background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff;
  }
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
  background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc;
  }
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
  background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
  background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
    background-color: #e0f7fa;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
    background-color: #b2ebf2;
  }
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
  background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb;
  }
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
  background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4;
  }
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
  background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8;
  }
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
  background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3;
  }
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
  background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4;
  }
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
  background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3;
  }
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
  background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2;
  }
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc;
  }
}

md-icon a{
  color: #696969;
  text-decoration: none;
}


md-icon a:visited, md-icon a:hover, md-icon a:active, md-icon a::selection{
  color: #797979;
  text-decoration: none;
}

#showAllCampaignButtonHolder md-icon{
  margin: 0 0.5% ;
}


/*getInventoryAvalable list page styles*/

.subHeaderControls div:first-child, .subHeaderControls div:nth-child(2), .subHeaderControls div:nth-child(3){
  padding: 6px;
}

.calendarPagePropertyIdDisplay{
  cursor: pointer;
  margin: 0;
  height: 100%;
  min-height: 35px;
}

.calendarPagePropertyIdDisplay:active, .calendarPagePropertyIdDisplay:hover{
  background-color: #fec107;
}

ul.pagination {
  margin: 0;
}


/**************Gray Back ground on each page**********/

.appContainer{
  background-color: #f5f5f5;
  min-height:calc(100% - 55px);
}

.md-dialog-is-showing{
  min-height:99%;
}

/*
Datepicker Css*/

md-datepicker{
  padding-left: 30px;
}

md-datepicker button:first-child{
  display: none;
}

.md-datepicker-input-container{
  padding-top: 18px;
  margin-left: 12px;
}

.md-datepicker-input-container button:first-child{
  margin-top: 18px;
}

.md-datepicker-input-mask{
  width: auto;
  height: auto;
}

.md-datepicker-expand-triangle{
  margin-top: 0.65rem;
}


#customSidebar{
  position: fixed;
  left: -300px;
  top: 55px;
  margin: 0;
  width: 300px;
  min-height: 100%;
  z-index: 49;
  background-color: #fafafa;
  display: none;
}

.sidebarEnter{
  -ms-transform: translate(300px,100px); /* IE 9 */
  -webkit-transform: translate(300px,100px); /* Safari */
  transform: translate(300px,100px);
  display: block;
}


/*
Custom popup box style  */

.myCustomPopupBoxContainer{
  position: fixed;
  top:0;
  left:0;
  z-index:9999999;
  min-width:100%;
  min-height: 100%;
  margin:0 auto;
  background-color: rgba(0,0,0, 0.65);
  text-align: center;
  display: none;
}

.homepageDemandSidePopupBoxContainer{
  position: fixed;
  top:0;
  left:0;
  z-index:9;
  min-width:100%;
  min-height: 100%;
  margin:0 auto;
  background-color: rgba(0,0,0, 0.65);
  text-align: center;
  display: none;
}

.homepageDemandSidePopupBoxContent{
  position: relative;
  top:4rem;
  background-color: #FFFFFF;
  max-width: 756px;
  max-height:756px;
  margin: 4rem auto;
  border-radius: 3px;
}

#sendAllInventoryPopup{
  position: relative;
  top:10rem;
  background-color: #FFFFFF;
  max-width: 512px;
  max-height:756px;
  margin: 4rem auto;
}

#showPopUpForShot{
  position: relative;
  top:10rem;
  background-color: #FFFFFF;
  max-width: 712px;
  max-height:756px;
  margin: 4rem auto;
}

#mapPagePopupBoxContainer{
  position: fixed;
  top:0;
  left:0;
  z-index:99;
  min-width:100%;
  min-height: 100%;
  margin:0 auto;
  background-color: rgba(0,0,0, 0.65);
  text-align: center;
  display: none;
}

#mapPageAddToCampaignDialog{
  position: relative;
  top:10rem;
  background-color: #FFFFFF;
  max-width: 512px;
  max-height:756px;
  margin: 4rem auto;
}

/*
Datatable Search Input cross browser look
*/

.dataTables_length > label > input[type="search"]{
  border: 1px solid #a9a9a9;
}


.emphasizeNumberLinks{
  background-color: #FFFFFF;
  color: #111111;
  padding:1rem;
  border-radius: 50%;
  border: 2px dotted #0000ff;
}


#inventoryViewTypeList{
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

#inventoryViewTypeList li{
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

#inventoryViewTypeList li a:nth-of-type(odd){
  margin: 0 5px;
}


.my-back-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 19rem;
  left: 0.3rem;
  border-radius: 50%;
  background-color: #f1f1f1;
  z-index: 99;
}

.my-next-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 19rem;
  float: right;
  border-radius: 50%;
  background-color: #f1f1f1;
  z-index: 99;
}


/*Fiscal Calendar Styles*/

.monthsList{
  padding: 10px;;
  min-width: 100%;
  margin: 0 auto;
}

.monthsList li{
  padding: 1rem;
  margin: 1rem;
  display: inline-block;
  max-width: 350px;
  min-height: 312px;
}
.monthsList li p{
  display: inline-block;
  padding: 5px;
  margin: 10px;
  text-align: left;
}

/*Make Paragraphs bold again*/

.md-body-2{
  font-weight:bold;
}

/*Darken the label colors and border colors for each input*/

/*Text Inputs */

/* md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder */

md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder{
  /*color : rgba(96,125,139,1);*/
  color : rgba(66,66,66 ,1);
  font-weight: normal;
}

md-input-container.md-default-theme .md-input, md-input-container .md-input{
  /*color : rgba(96,125,139,1);*/
  color : rgba(66,66,66 ,1);
  font-weight: normal;
  border-color : rgba(96,125,139,1);
}

/*Select Inputs*/
md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder{
  color : rgba(66,66,66 ,1);
  font-weight: normal;
  /*color : rgba(96,125,139,1);*/
}

/*Select Input Border Color*/
md-select.md-default-theme .md-select-value, md-select .md-select-value{
  border-bottom-color : rgba(96,125,139,1);
}


/*Transit Styles*/

.transit-icons {

  max-width:128px;
  max-height: 128px;
  margin: 0 auto;
  display: block;

}
.slick-prev:before, .slick-next:before
{
  color:#000;
}
.selected {
  background-color: rgb(63,81,181);
}
