.margin-left30 {
	margin-left: 30px;
}

.setupguest_holder {
	padding: 20px 20px 20px 20px;
	background-repeat: no-repeat;
	color: #ffffff;
	background-image: url("../images/setup_guest.png");
	border-color: #213038 #213038 #213038;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	height: 220px;
	padding-top: 50px;
}

.setupaction_holder {
	padding: 20px 20px 20px 20px;
	background-repeat: no-repeat;
	color: #000;
	background-image: url("../images/setup_create.png");
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	height: 220px;
}

.setupaction_send_holder {
	padding: 20px 20px 20px 20px;
	background-repeat: no-repeat;
	color: #000;
	background-image: url("../images/setup_send.png");
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	height: 220px;
}

.msg-bar {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	height: 30px;
	width: 100%;
	font-size: 14px;
	background-image: url("../images/vin.png");
	border-color: #344046 #344046 #344046;
}

.right-solid-border {
	border-right: 2px solid #364b56;
}

.left-solid-border {
	border-left: 2px solid #364b56;
}

.right-dotted-border {
	border-right: 2px dotted rgba(65, 65, 65, 0.2);
}

.user-icon {
	margin-top: 10px;
}
/* sidebar */
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: auto;
	height: auto;
}

#wrapper.toggled {
	padding-left: 250px;
}

#sidebar-wrapper {
	z-index: 1000;
	position: absolute;
	left: 0px;
	width: auto;
	height: 100%;
	margin-left: 0%;
	overflow-y: auto;
	background: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
	width: 160px;
}

#page-content-wrapper {
	width: 100%;
	position: inherit;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -160px;
}
/* Sidebar Styles */
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}

.sidebar-nav li a {
	text-decoration: none;
	color: #fff;
}

.sidebar-nav li a:hover {
	text-decoration: underline;
	color: #fff;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
	color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: none;
}

@media ( min-width :768px) {
	#wrapper {
		padding-left: 10px;
	}
	#wrapper.toggled {
		padding-left: 0;
	}
	#sidebar-wrapper {
		width: 250px;
	}
	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}
	#page-content-wrapper {
		padding: 0px;
		position: relative;
	}
	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
}

.content-side {
	width: 100%;
	height: auto;
	margin-top: 0%;
	color: #fff;
	padding: 10% 10% 35%;
	font-size: 10px;
}

#left-sidebar {
	font-size: 15px;
	line-height: 45px;
}

#left-sidebar_nav {
	background-color: #000;
}

#left-sidebar a {
	color: #fff;
}
/*0511*/
.listdemoListControls md-divider {
	margin-top: 10px;
	margin-bottom: 10px;
}

.selectdemoOptionGroups {
	position:;
}

a {
	text-decoration: none;
}

i {
	vertical-align: middle;
	font-size: 24px;
}

.JCLRgrip:first-child {
	left: 105px !important;
	display: none !important;
}

.JColResizer th:first-child {
	width: 105px !important;
}
/* css for ng-table */
.ng-table tr.notAdded {
	background-color: #f5f5f5;
	border-bottom: 1px solid #000;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #000;
	padding-bottom: 1em;
}

.numberCircle {
	border-radius: 0%;
	behavior: url(PIE.htc);
	/* remove if you don't care about IE8 */
	width: 25px;
	height: 25px;
	padding-top: 4px ! important;
	background: rgba(19, 10, 10, 0.18);
	color: #000;
	font: 15px Arial, sans-serif;
	display: inline-block;
}

/*.ng-table-pager {
	display: none;
}*/

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0px;
}
/* css for app suite demo*/
.userNameStyling {
	color: #ddd;
}

#viewAllStyling {
	text-align: right;
}

#backButtonStyling {
	text-align: right;
	font-size: 1.2em;
}

#summaryPadding {
	padding-left: 50px ! important;
}

.left-sidebar_nav{
	padding-left: 20px ! important;
}

#ajaxLoaderDiv {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:rgba(165,164,164,0.5);

 }

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;
}
