﻿@charset "utf-8";
/* CSS Document */

/*
1-> font face
2-> Default CSS
	2.1-> Reset CSS
	2.2-> Typography Css
3-> Menu Css
 -> media query
*/

/* 1-> font face*/

@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto-bold-webfont.eot');
	src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.eot');
	src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotomedium';
	src: url('../fonts/roboto-medium-webfont.eot');
	src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*-------2-> Default CSS--------- */
/* 2.1 reset css */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-ms-clear {
 display: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
	box-sizing: border-box;
}
body {
	position: relative;
	margin: 0;
	padding-bottom: 16px;
	min-height: 100%;
	font-size: 14px;
	font-family: 'robotoregular';
	background: #f0f3ec; /*body-color*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
 padding:7px !important; /*user agent stylesheet*/
}
/* 2.2-> typography css*/
html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre {
	display: block;
	unicode-bidi: embed;
	margin: 0px;
}
li {
	display: list-item;
}
head {
	display: none;
}
table {
	display: table;
}
tr {
	display: table-row;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
td, th {
	display: table-cell;
}
caption {
	display: table-caption;
}
caption {
	text-align: center;
}
h1, h2, h3, h4 {
	font-family: 'robotoregular';
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}
h5 {
	font-size: .83em;
	margin: 1.5em 0;
}
h6 {
	font-size: .75em;
	margin: 1.67em 0;
}
.strong, strong {
	font-family: 'robotobold';
}
blockquote {
	margin-left: 40px;
	margin-right: 40px;
}
i, cite, em, var, address {
	font-style: italic;
}
pre, tt, code, kbd, samp {
	font-family: monospace;
}
pre {
	white-space: pre;
}
button, textarea, input, select {
	display: inline-block;
}
big {
	font-size: 1.17em;
}
small, sub, sup {
	font-size: .83em;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}
table {
	border-spacing: 2px;
}
thead, tbody, tfoot {
	vertical-align: middle;
}
td, th, tr {
	vertical-align: inherit;
}
s, strike, del {
	text-decoration: line-through;
}
hr {
	border: 1px inset
}
ol, ul {
	list-style-type: none;
	margin: 0;
}
u, ins {
	text-decoration: underline;
}
br:before {
	content: "\A";
	white-space: pre-line;
}
center {
	text-align: center;
}
:link, :visited, :focus, a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
:focus {
	outline: none;
}
input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #000; /*link color*/
}
a:hover {
	color: #2a7d9d; /*hover color*/
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
}
/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}
BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}
*[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}
*[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}
 @media print {
h1 {
	page-break-before: always;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
ul, ol, dl {
	page-break-before: avoid;
}
}
.content-wrapper {
	position: relative;
}
.bootstrap-select > .dropdown-toggle {
    line-height: 20px;
}
/*Menu Css*/
#menu-toggle {
	background-color: #4ea3b8; /*background-dark*/
	color: #6ebbd9;
	font-size: 2em;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: 65px;
	float: left;
	z-index: 101;
}
#sidebar {
	background: #4ea3b8; /*background-dark*/
	border-right: 1px solid rgba(255,255,255,0.1);
	float: left;
	width: 65px;
	height: 100%;
	position: fixed;
	z-index: 99;
    top: 65px !important;
    left: 0;
	height: calc(100vh - 65px);
    padding-bottom: 22px;
    box-sizing: border-box;
    max-width: 65px;
    overflow: hidden;

}
#sidebarRight {
    min-height: 650px;
}
#sidebar .side-menu {
	background: #4ea3b8; 
    padding-bottom:50px;
}
.menu-toggled .side-menu {
	overflow: hidden;
}
.side-menu > li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	width: 100%;
}
.side-menu > li:before, .side-menu > li:after {
	content: "";
	clear: both;
	display: block;
}
.side-menu > li.main-menu a {
	background-color: #4ea3b8; /*background-dark*/
	height: 65px;
	padding: 9px 0px 8px;
	width: 65px;
	color: #6ebbd9;
	display: none;
}
.side-menu > li.main-menu a:hover {
	background-color: #4ea3b8; /*background-dark*/
	color: #6ebbd9;
}
.side-menu > li > a {
	font-size: 27px;
	font-size: 1.689em;
	height: 48px;
	position: relative;
	text-align: left;
	z-index: 10;
	color: #fff;
	width: 100%;
	padding: 0px 0px 8px 0px;
	float: left;
}
.side-menu > li:hover > a {
	width: 250px;
}
.side-menu > li > a .fa {
	padding: 12px 20px;
	width: 60px;
}
.side-menu .menu-item {
	display: block;
	line-height: normal;
	text-align: left;
	white-space: nowrap;
	width: 190px;
	z-index: 9;
	font-size: 15px;
	font-family: 'robotoregular';
	border: 1px solid #25738b;
	top: 48px;
	float: left;
	border: none;
	border-left: 1px solid rgba(255,255,255,0.1);
	margin-left: 0px;
	background: none;
	width: calc(100% - 60px);
	padding: 13px 0px 13px 10px;
}
.side-menu span.menu-item {
	width: calc(100% - 60px);
	padding: 14px 15px 14px 10px;
	top: -1px;
	-webkit-box-shadow: none; /*inset -5px 0px 4px 0 rgba(0, 0, 0, 0.25);*/
	-moz-box-shadow: none; /*inset -5px 0px 4px 0 rgba(0, 0, 0, 0.25);*/
	box-shadow: none; /*inset -5px 0px 4px 0 rgba(0, 0, 0, 0.25);*/
}
.side-menu span.menu-item {
/*background: #4ea3b8;*/
}
.side-menu ul li > a {
	float: left;
	padding: 4px 10px;
	width: 100%;
	font-size: 0.9em;
	color: #fff;
	background: #4ea3b8;
}
.side-menu ul li > a:hover {
	background: #33a6cd;
}
.side-menu > li.dropdown ul.menu-item {
	width: 190px;
	padding: 0px;
}
#top-menu .tm-icon, #top-menu .tm-icon span, .side-menu li .shortcut img, .drawer, .shortcut, .chat-list, .btn-alt, .profile-menu > li i {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}
/* Sidebar */
.side-menu > li > a:hover, .side-menu > li.side-menu-active > a, .side-menu > li > a.active:hover, .side-menu > li.hovered > a {
	background: #33a6cd;
	color: #fff;
	opacity: 1;
	-webkit-box-shadow: none; /* inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);*/
	-moz-box-shadow: none; /* inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);*/
	box-shadow: none; /*inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);*/
}
#container {
	min-height: 100%;
	height: 100%;
	position: relative;
}
/*header*/
#header {
	background: #ecf8f8; /*light-color*/
	box-shadow: 5px 0px 5px #c4c2c2; /*grey-color*/
	-webkit-box-shadow: 5px 0px 5px #c4c2c2; /*grey-color*/
	-moz-box-shadow: 5px 0px 5px #c4c2c2; /*grey-color*/
	-o-box-shadow: 5px 0px 5px #c4c2c2; /*grey-color*/
	-ms-box-shadow: 5px 0px 5px #c4c2c2; /*grey-color*/
	min-height: 65px;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 999;
}
#header a#menu-toggle {
	display: none;
}
.logo {
	padding: 11px 25px 0px;
	display: block;
	float: left;
	height: 65px;
}
.logo img {
	max-height: 40px;
	max-width: 170px;
}
@media(max-width: 767px){
	.logo img {
		max-width: 140px;
	}
}
.page-tittle {
	position: fixed;
	top: 0px;
	left: 215px;
	z-index: 1000;
}
.page-tittle {
	color: #008bb1;
	font-family: 'robotolight';
	font-size: 29px;
	float: left;
	line-height: 65px;
	font-weight: 100;
}
.page-tittle a {
	color: #008bb1;
}
.page-tittle a:after {
	content: "";
	width: 24px;
	height: 24px;
	float: right;
	position: absolute;
	top: 22px;
	right: -30px;
}
#dashboard:after {
	background: url("../image_new/download-icon.png") no-repeat;
}
.dropdown-menu {
	background: #f0f3ec; /*body-color*/
	border: 1px solid #c4c2c2; /*grey-color*/
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	margin-top: 0;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99;
}
.page-tittle .dropdown-menu {
	left: inherit;
	right: -210px;
	width: 210px;
}
.page-tittle .dropdown-menu > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.page-tittle .dropdown-menu .fa {
	color: #484e53;
	margin-right: 8px;
}
.user-profile > li > a {
	display: block;
	height: 65px;
	padding: 15px;
	font-size: 14px;
	color: #000;
}
.username {
	font-style: normal;
	color: #1084b0;
}
.user-profile img {
	margin-right: 5px;
}
.user-profile img, .user-profile span {
	display: inline-block;
	vertical-align: middle;
}
/*siderbar-Right*/
.ds {
	background: #fff;
	border: 1px solid #c4c2c2; /*grey-color*/
	padding: 0px;
    position: absolute;
    right: 0px;
    margin-bottom: 22px;
    height:100%;
}
h2.activity-stream-title {
	background: #4ea3b8; /*background-dark*/
	font-family: 'robotolight';
	font-size: 1.8em;
	margin: 0px;
	padding: 15px;
	color: #fff;
	font-weight: normal;
}
.nav-tabs {
	background: #4ea3b8; /*background-dark*/
}
.nav-tabs > li {
	width: 50%;
	text-align: center;
}
.nav-tabs > li > a {
	border-radius: 0px;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: #1faac5;
	color: #fff;
	border-color: #F0F3EC;
}
.nav-tabs > li:first-child a, .nav-tabs > li:first-child a:hover, .nav-tabs > li:first-child a:focus {
	border-left: none;
}
.tab-content {
	/*	 height: calc(100% - 120px);
    overflow: auto;*/
	padding: 20px;
	position: relative;
}
.media {
	border-bottom: 1px solid #c4c2c2; /*grey-color*/
	padding: 7px 0px;
	margin: 0px;
}
.media-body {
	line-height: 1.3em;
	font-size: 14px;
}
.media-body a {
	color: #000; /*link color*/
}
.media-body a:hover {
	color: #2a7d9d; /*hover color*/
}
.media-body small {
	font-size: 12px;
}
.media-body small span {
	color: #2a7d9d; /*hover color*/
}
/*content*/
#main-content {
	height: 100%;
	margin-left: 65px;
}
.menu-active #sidebar {
	width: 260px !important;
    max-width: 260px !important;
}
.wrapper {
	margin-top: 65px;
	padding: 0 10px 0px;
	width: 100%;
	position: relative;
	z-index: 9;
	float: left;
}
.main-chart {
	padding: 20px;
}
.paddingright0 {
	padding-right: 0px;
}
.paddingleft0 {
	padding-left: 0px;
}
.padding-container {
	padding: 10px 20px;
}
/*----form element----*/	
.form-ds {
	margin-bottom: 10px;
}
.form-group {
	margin-bottom: 10px;
}
.bootstrap-select .btn-default, .form-control {
	border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	background: #ecf8f8; /*light-color*/
	border: 1px solid #c4c2c2; /*grey-color*/
	box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.bootstrap-select .dropdown-menu {
	background: #fff;
	z-index: 9999;
	border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 150px !important;
}
.bs-caret {
	background: #f0f3ec; /*body-color*/
	border-left: 1px solid #c4c2c2; /*grey-color*/
	display: inline-block;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
}
.caret {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px dashed #2a7d9d;  /*hover color*/
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	background: #ecf8f8; /*light-color*/
	box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	position: relative;
	top: 0;
	left: 0px;
}
.input-group-addon {
	border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	background: #f0f3ec; /*body-color*/
	color: #2a7d9d;  /*hover color*/
	font-size: 18px;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
}
.btn {
	text-transform: uppercase;
}
.btn-default{
    line-height: 23px;
}
.btn-primary {
	background: #1faac5;
	box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	line-height: 23px;
}
.btn-primary span {
	position: relative;
	top: 0px;
	left: 0px;
}
button:focus {
	border: none;
	outline: none;
}
.btn-primary:hover, .btn-primary:visited, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	background-color: #2a7d9d; /*hover color*/
	border-color: #2a7d9d; /*hover color*/
	color: #fff;
}
.btn-xs, .btn-group-xs > .btn{
    border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border-color: #2a7d9d;  /*hover color*/
}
.form-ds .padding10 {
	padding-top: 0px;
	padding-bottom: 0px;
}
/*----graph panel----*/
.panel {
	border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	background: #fff;
	border: 1px solid #c4c2c2; /*grey-color*/
	box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.chart-panel {
	height: 270px;
	margin-bottom: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: none;
	margin-bottom: 20px;
}
.ui-state-highlight {
	height: 330px;
	border-style: dashed;
	background: #FCFAF2;
	float: left;
	width: 48%;
	width: calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	margin: 0px 10px;
	border: none;
	box-shadow: 0 0 2px #ead25c inset;
	-webkit-box-shadow: 0 0 2px #ead25c inset;
	-moz-box-shadow: 0 0 2px #ead25c inset;
	-ms-box-shadow: 0 0 2px #ead25c inset;
	-o-box-shadow: 0 0 2px #ead25c inset;
	margin-bottom: 20px;
}
.panel-default > .panel-heading {
	border-bottom: 1px solid #c4c2c2; /*grey-color*/
	background: #CDE6E9; /*Title Color*/
	border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}
.panel-heading {
	padding-top: 8px;
	padding-bottom: 8px;
}
.panel-default > .panel-heading h3 {
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px);
}
.panel-default > .panel-heading .right-action{
    width: 60px;
}
.panel-body {
	height: calc(100% - 36px);
	overflow-y: auto;
    overflow-x: hidden;
    padding: 14px !important;
}
.panel-body img {
	max-width: 100%;
}
.right-action span {
	vertical-align: middle;
	margin: 0px 5px;
}
.right-action a {
	color: #2a7d9d;  /*hover color*/
}
.sm-download {
	left: inherit;
	right: 0px;
	font-size: 13px;
}
.sm-download li .fa {
	margin-right: 5px;
}
#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	height: 22px;
	line-height: 22px;
	background-color: #f0f3ec; /*body-color*/
	font-size: 13px;
	color: #000;
	text-align: center;
	box-shadow: 3px 0px 3px #c4c2c2; /*grey-color*/
	-webkit-box-shadow: 3px 0px 3px #c4c2c2; /*grey-color*/
	-moz-box-shadow: 3px 0px 3px #c4c2c2; /*grey-color*/
	-o-box-shadow: 3px 0px 3px #c4c2c2; /*grey-color*/
	-ms-box-shadow: 3px 0px 3px #c4c2c2; /*grey-color*/
}
/*filter form*/
.filter-group .panel {
	height: auto;
}
.filter-group .panel-body {
	text-align: left;
}
.filter-group .panel-title .fa {
	font-size: 20px;
}
.panel-group .panel {
	border-radius: 0px;
}
/*table*/
.table-panel {
	background: #fff;
	padding: 20px;
	border: 1px solid #c4c2c2; /*grey-color*/
}
.table-hover > tbody > tr:hover {
	background-color: #ecf8f8; /*light-color*/
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	cursor: pointer;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background-position: right center;
	background-repeat: no-repeat;
}
table.dataTable thead .sorting {
	background-image: url("../image_new/sort_both.png");
}
table.dataTable thead .sorting_asc {
	background-image: url("../image_new/sort_asc.png");
}
table.dataTable thead .sorting_desc {
	background-image: url("../image_new/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
	background-image: url("../image_new/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
	background-image: url("../image_new/sort_desc_disabled.png");
}
table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting::after {
	content: "";
}
table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #c4c2c2; /*grey-color*/
}
.table > tbody > tr:first-child > td {
	border-top: none;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #c4c2c2; /*grey-color*/
}
.dataTables_length, .dataTables_filter {
	margin-bottom: 5px;
}
.dataTables_length .form-control {
	background: #fff;
}
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #c4c2c2; /*grey-color*/
	height: 30px;
}
.dataTables_info {
	font-family: 'robotobold';
	font-size: 13px;
}
.dtr-title {
	font-family: 'robotomedium';
	margin-right: 10px;
}
/*pagination*/	
.dataTables_wrapper .dataTables_paginate {
	padding: 0px;
}
.pagination {
	margin: 10px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0px;
	margin: 0px;
	border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: none;
}
.row-btn a {
	border: 1px solid #c4c2c2; /*grey-color*/
	color: #c4c2c2; /*grey-color*/
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	margin: 0px 3px;
	font-size: 13px;
}
.row-btn a:hover {
	background: #f0f3ec;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	border: none;
}
.pagination > li > a, .pagination > li > span {
	color: #000;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #ecf8f8; /*light-color*/
	border-color: #c4c2c2; /*grey-color*/
	color: #000;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	background: #f0f3ec; /*body-color*/
}
/*Add-user form*/
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background: #1faac5;
}
.form-group:before, .form-group:after {
	clear: both;
	content: "";
	display: block;
}
.control-label {
	text-align: right;
}
.fileNameTheme {
	color: blue;
	font-weight: bold;
	cursor: pointer;
}
.uploadModalWidth {
	width: 435px;
}
.DataEntryRequired {
	color: red;
}
.ReadyToUploadLabel {
	color: black;
}
#errors, #full_name_validate {
	border-left: 5px solid #a94442;
	padding-left: 15px;
}
#errors li:before {
	content: '\b7\a0';
}
#errors li a {
	color: #2a7d9d;
}
#errorsRegister, #full_name_validate {
	border-left: 5px solid #a94442;
	padding-left: 15px;
}
#errorsRegister li:before {
	content: '\b7\a0';
}
#errorsRegister li a {
	color: #2a7d9d;
}
#errorsForgot, #full_name_validate {
	border-left: 5px solid #a94442;
	padding-left: 15px;
}
#errorsForgot li:before {
	content: '\b7\a0';
}
#errorsForgot li a {
	color: #2a7d9d;
}
input.error, .bootstrap-select.error .btn, .checkbox .error + label::before {
	background: #f8ecef url("../image_new/cross-out-mark.png") no-repeat scroll right center / 25px auto;
	border-color: #cf4444;
}
select.error {
	background: #f8ecef;
	border-color: #cf4444;
}
input.valid, .bootstrap-select.valid .btn, .checkbox .valid + label::before {
	background: #eff5eb url("../image_new/verification-mark.png") no-repeat scroll right center / 25px auto;
	border-color: #649e3a;
}
.bootstrap-select.valid .btn, .bootstrap-select.error .btn, .checkbox .error + label::before, .checkbox .valid + label::before {
	background-image: none;
}
label.error {
	color: #cf4444;
	font-size: 12px;
	padding: 0px;
}
.bootstrap-select label.error {
	left: 0px;
}
.checkbox label.error {
	left: 0px;
	top: 20px;
}
/*custom checkbox*/
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	padding-left: 5px;
	position: relative;
}
.checkbox label::before {
	background-color: #ecf8f8;
	border: 1px solid #c4c2c2;
	border-radius: 0px;
	content: "";
	display: inline-block;
	height: 20px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	width: 20px;
}
.checkbox label::after {
	color: #555555;
	display: inline-block;
	font-size: 11px;
	height: 20px;
	left: 2px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	position: absolute;
	top: 2px;
	width: 20px;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus ~ label::before {
	outline: thin dotted;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked ~ label::after {
	content: "";
	font-family: "FontAwesome";
}
.checkbox input[type="checkbox"]:disabled ~ label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled ~ label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
/*login page*/

.mainbox .panel-heading {
	padding: 10px 15px;
	background: #ecf8f8;
	border-color: #c4c2c2;
}
.mainbox .panel-body h2 {
	margin-bottom: 15px;
}
.mainbox .sm-right-link {
	float: right;
	font-size: 12px;
	position: relative;
	top: -10px;
}
.mainbox .bottom-text {
	border-top: 1px solid #c4c2c2;
	padding-top: 15px;
	font-size: 85%;
}
.mainbox .bottom-text a {
	color: #2a7d9d;
}
#loginForm .input-group {
	margin-bottom: 10px;
}
/*popup content*/
.detail-activity {
	border-right: 1px solid #c4c2c2;
	font-size: 13px;
	margin-right: 20px;
	padding-bottom: 15px;
}
.detail-activity label, .detail-activity span {
	font-size: 13px;
	margin: 5px 0px;
	word-wrap: break-word;
}
.modal-content {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.modal .panel {
	border: none;
}
.modal-header {
	background: #CDE6E9;
	border-bottom: 1px solid #c4c2c2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-header h1 {
	font-size: 1.5em;
}
.modal-footer {
	background: #f0f3ec;
}
.modal-header .close {
	margin-top: 3px;
	opacity: 0.5;
}
.modal-header .close:hover, .modal-header .close:focus {
	opacity: 1;
}
.activity-table {
	padding: 20px 0px;
}
.activity-table .table > thead > tr > th {
	font-family: 'robotobold';
}
/*upload header*/
.uploader_container {
	font-family: 'robotoregular';
}
.uploaderpadding {
	padding-top: 10px;
}
.modalWidth {
	width: 1000px;
}
.modalWidthFilter {
	width: 700px;
}
.recentFileName {
	/*max-width: 100px;
	word-wrap: break-word;*/
}
#loadingModel {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
}
.loaderPage {
	width: 300px;
	height: 164px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	color: #fff;
	text-align: center;
}
.loaderPage i {
	color: #fff;
	font-size: 48px;
}
.filter-content-wrapper {
	margin-top: 15px;
}
.filter-btn {
	background-color: #1faac5;
	padding: 7px 10px;
	cursor: pointer;
	display: inline-block;
	z-index: 9;
}
.filter-btn:hover {
	background-color: #2a7d9d;
	border: 1px solid #2a7d9d;
}
.filter-btn i {
	color: #fff;
}
.filter-content {
	clear: right;
}
.content-visible {
	display: block !important;
}
.error-template {
	font-size: 2rem;
	margin: 30% 0px;
}
.error-template .error {
	color: #ff0000;
}
.menu-active #main-content {
	margin-left: 250px;
}
	
/*media query*/
 @media (min-width: 1600px) {
.dashboard-content .col-lg-6 {
	width: 25%;
}
.dashboard-content .col-lg-6.ui-state-highlight {
	width: 23%;
	width: calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	width: -moz-calc(25% - 20px);
	margin: 0px 10px;
}
}
 @media (max-width: 980px) {
.detail-activity {
	border-right: none;
	margin-right: -10px;
	border-bottom: 1px solid #c4c2c2;
}
.filter-btn {
	top: -35px;
}
}
 @media (min-width: 780px) {
.menu-active #main {
	overflow: visible;
}
.menu-active #content {
	margin-left: 0;
}
/* Sidebar */
#sidebar.toggled {
	/* position: absolute;
	left: 0px; */
}
.side-menu .menu-item {
	position: absolute;
	left: 60px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: right 230ms;
	-moz-transition: all 230ms;
	-o-transition: all 230ms;
	display: none;
}
.menu-active .side-menu .menu-item{
	display: block;
}
.side-menu > li:hover .menu-item {
	left: 64px;
	opacity: 1;
	z-index: 20;
	visibility: visible;
	background-color: #33a6cd;
}
.menu-active .side-menu .menu-item {
	opacity: 1;
	visibility: visible;
}
.menu-active .side-menu .menu-item:hover, .menu-active .side-menu li.side-menu-active .menu-item, .menu-active .side-menu li.hovered .menu-item {
	background-color: #33a6cd;
}
.menu-active .side-menu ul.menu-item {
	left: 60px;
	border-bottom: none;
	top: 49px;
	padding: 0px;
}
.menu-active .side-menu > li:hover .menu-item, .menu-active .side-menu > li:hover ul.menu-item {
	left: 60px;
}
.menu-active .side-menu > li:hover ul.menu-item li a {
	background-color: #4ea3b8;
}
.menu-active .side-menu > li:hover ul.menu-item li a:hover {
	background-color: #33a6cd;
}
}
 @media (max-width: 800px) {
.btn-primary {
	padding-left: 25px;
	padding-right: 25px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;
	min-width: 160px;
}
}
 @media (max-width: 780px) {
/* Content */
#main {
	min-height: 100%;
	min-height: calc(100% - 65px);
}
.block-area {
	padding: 15px 10px 0;
}
/* Header */
#header {
	padding: 0;
}
#menu-toggle {
	display: block;
}
#header a#menu-toggle {
	display: block;
}
.side-menu > li.main-menu, .side-menu li a#menu-toggle {
	display: none;
}
.menu-active #main-content {
	margin-left: 0px;
}
/* Sidebar + Content */
#content {
	margin-left: 0;
}
#sidebar {
	-webkit-transform: translate3d(-270px, 0, 0);
	-moz-transform: translate3d(-270px, 0, 0);
	transform: translate3d(-270px, 0, 0);
	width: 270px;
}
.ie9 #sidebar {
	position: absolute;
	left: -270px;
}
     
#sidebar.toggled {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.ie9 #sidebar.toggled {
	left: 0;
}
.side-menu {
	float: left;
	border-top: 1px solid rgba(255,255,255,0.1);
	width: 100%;
}
.side-menu > li.dropdown {
	overflow: audio;
	height: auto;
}
.side-menu > li.dropdown ul.menu-item {
	margin-left: 60px;
	margin-top: -4px;
	padding: 0px
}
.side-menu ul li > a:hover {
	background: #33A6CD;
}
.side-menu > li > a {
	opacity: 1;
}
.side-menu > li > a .fa {
	float: left;
}
.side-menu span.menu-item {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#main-content {
	margin-left: 0px;
}
.main-chart {
	padding: 15px;
}
.page-tittle {
	left: 215px;
}
.inlineName .form-control {
	margin-bottom: 10px;
}
.filter-btn {
	top: -30px;
	right: 10px;
}
}
@media (max-width: 768px) {
.ui-state-highlight {
	height: 330px;
	border-style: none;
	background: #FCFAF2;
	float: left;
	width: 98%;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	margin: 0px 10px;
}
}
 @media (max-width: 640px) {
.page-tittle {
	position: absolute;
	top: 70px;
	left: 15px;
	z-index: inherit;
}
.wrapper {
	margin-top: 120px;
}
#sidebar {
	overflow: auto;
	position: fixed;
}
.filter-btn {
	right: 10px;
	top: -85px;
}
}
@media (max-width: 420px) {
.user-profile span {
	display: none;
}
.user-profile .dropdown-menu {
	left: inherit;
	right: 10px;
}
.logo, .user-profile > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
.mainbox {
	margin-top: 30px;
}
}
.uploaderpadding {
	padding-top: 10px;
}
.plupload_header {
	background-color: #4ea3b8;
}
#errorsEmail {
	border-left: 5px solid #a94442;
	padding-left: 15px;
}
.fixed-table-body thead {
	display: none;
}
table.dataTables thead .sorting, table.dataTables thead .sorting_asc, table.dataTables thead .sorting_desc {
	cursor: pointer;
}
table.dataTables thead .sorting, table.dataTables thead .sorting_asc, table.dataTables thead .sorting_desc, table.dataTables thead .sorting_asc_disabled, table.dataTables thead .sorting_desc_disabled {
	background-position: right center;
	background-repeat: no-repeat;
}
table.dataTables thead .sorting {
	background-image: url("../image_new/sort_both.png");
}
table.dataTables thead .sorting_asc {
	background-image: url("../image_new/sort_asc.png");
}
table.dataTables thead .sorting_desc {
	background-image: url("../image_new/sort_desc.png");
}
table.dataTables thead .sorting_asc_disabled {
	background-image: url("../image_new/sort_asc_disabled.png");
}
table.dataTables thead .sorting_desc_disabled {
	background-image: url("../image_new/sort_desc_disabled.png");
}
table.dataTables thead .sorting_desc:after, table.dataTables thead .sorting_asc::after, table.dataTables thead .sorting::after {
	content: "";
}
table.dataTables thead th, table.dataTables thead td {
	border-bottom: 0px solid #c4c2c2; /*grey-color*/
}
.fixed-table-container {
	min-height: 250px;
}
.fixed-table-container tbody td, .bootstrap-table .table > thead > tr > th {
	border-left: 0px solid #dddddd !important;
}
.fixed-table-container .bootstrap-table .table > tbody {
	border-top: 1px solid #dddddd !important;
}
.fixed-table-container .bootstrap-table .table > thead > tr > th {
	border-bottom: 0px solid #dddddd !important;
}
.fixed-table-container, .bootstrap-table .table {
	border: 0px solid #dddddd !important;
}
.bootstrap-table .table > thead > tr > th .th-inner {
	padding-right: 20px !important
}
.ReportDetailTable {
	min-height: .01%;
	overflow-x: inherit;
}
.attachment {
	overflow-y: scroll;
	max-height: 500px;
}
.alert-upload {
	font-weight: normal;
	background-color: #dff0d8;
	font-color: white !important;
	color: white;
	border: solid 1px #d6e9c6;
	padding: 5px 10px;
    color: #3c763d;
}
.btn-upload {
	background: #1faac5 !important;
	box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 5px;
	outline: none;
	line-height: 16px !important;
	background: none;
	font-size: 8px !important;
	padding: 5px 10px;
	font-size: 9px;
	line-height: 1.5;
	color: white;
	font-weight: normal;
}
.btn-upload:hover, .btn-upload:active, .btn-upload:focus  {
	background: #2a7d9d !important;
	border-color: #2a7d9d;
	color: #fff;
}
.plupload_filelist_footer .btn-upload {
	font-size: 11px !important;
	margin-top: 2px;
	min-width: 80px;
	text-align: center;
}
.plupload_filelist_footer .btn-upload.btn-large {
	font-size: 14px !important;
	line-height: 20px !important;
	margin-top: 0;
	margin-left: 10px;
}
.plupload_filelist {
	width: 100%;
}
.plupload_filelist li {
	background: none;
}
.plupload_filelist_footer > .plupload_file_name {
	float: left;
	width: auto;
	margin-right: 10px;
}
.advSearchFields label {
	margin-bottom: 3px;
}
.login-page {
	padding-top: 18px;
}
.login-parent-wrapper .box-wrapper{
	text-align: center;
}
.login-parent-wrapper .box-wrapper > div{
	display: inline-block;
	vertical-align: top;
	width: 46%;
}
.additional-info-wrapper {
	min-height: 250px;
	margin-left: 15px;
	background-color: #fff;
}
.additional-info-wrapper {
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	border: 1px solid #c4c2c2;
}
.additional-info-wrapper p {
	margin: 6px 0;
}
.additional-info-wrapper h2, .additional-info-wrapper h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px;
}
.additional-info-wrapper .table {
	margin-bottom: 0;
}
.btn-space-left {
	margin-left: 20px;
}
#uploader_filelist {
	min-height: 200px;
}
@media(max-width: 767px) {
	.login-parent-wrapper .box-wrapper > div {
		width: 100%;
	}
	.additional-info-wrapper {
		margin-left: 0;
	}
	.plupload_filelist_footer {
		height: 100px !important;
	}
	.plupload_view_list .plupload_file_size, .plupload_view_list .plupload_file_status, .plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status {
		text-align: left !important;	
	}
	.plupload_filelist_footer .plupload_buttons {
		box-sizing: inherit !important;
		width: 100%;
	}
	.plupload_filelist_footer .plupload_buttons a {
		width: 100%;
		text-align: center;
	}
	.plupload_filelist_footer .btn-upload {
		display: block;
		width: 100%;
	}
	.btn-space-left {
		margin-left: 0;

	}

}
.fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}
.btn-wrapper .plupload_file_name {
	width: auto;
	margin-right: 10px;
}
@media(min-width: 768px) {
	.file-status-upload {
		float: right;
	}
}
.fixed-table-body table th, .fixed-table-body table td {
	white-space: nowrap;
}
.moxie-shim.moxie-shim-html5 {
	display: none;
}
.table-panel.report-detail-panel {
	padding: 20px 20px 10px;
}
.ReportDetailTable table tbody td {
	font-size: 12px;
}
.ReportDetailTable .fixed-table-container{
	padding-bottom: 0 !important;
}
.report-detail.pagination-wrapper {
	margin-top: 40px;
}
.report-detail.pagination-wrapper #Pagination {
	margin: 15px 0 0;
}
.report-detail.pagination-wrapper a.pagination {
	margin: 0;
}
.login-wrapper-tbl {
	display: table;
    width: 100%;
}
.login-wrapper-tbl .tbl-row{
	display: table-row;
}
.login-wrapper-tbl .tbl-row .box-wrapper {
	display: table-cell;
	vertical-align: middle;
}


/*.loaderPage > div:first-child {
    width: 300px;
    height: 164px;
    background: url(/Content/Image_New/IPSLogo_grey.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.loaderPage > div:first-child:after {
    content: '';
    background: url(/Content/Image_New/IPSLogo.png);
    width: 0;
    height: 164px;
    background-size: 300px auto;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    overflow: hidden;
}
.loaderPage.active > div:first-child:after {
    width: 300px;
    transition: width 5s linear 0s;
}
.loaderPage > div:first-child i {
    display: none;   
}*/

.loaderPage > div:first-child {
    width: 300px;
    height: 164px;
    background: url(/Content/Image_New/IPSLogo_grey.png);
    background-size: contain;
    background-repeat: no-repeat;
    position:relative;
}
.loaderPage > div:first-child:after {
    content: '';
    background: url(/Content/Image_New/IPSLogo.png);
    width: 0px;
    height: 164px;
    background-size: 300px 164px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: width 10s linear 0s;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
}
@-webkit-keyframes mymove {
    from {width: 0px;}
    to {width: 300px;}
}
@keyframes mymove {
    from {width: 0px;}
    to {width: 300px;}
}
.overlayPage {
  background:rgba(0,0,0,0.7)
  
}.loaderPage > div:first-child i {
    display: none;   
}
.checkbox-wrapper{
    position: relative;
    padding-left: 20px;
}
.checkbox-wrapper input[type="checkbox"]{
    position: absolute;
    top: 0;
    left: 0;
}

/******** Dropdown Menu ********/
.panel-action > span.dropdown {
    width: 30px;
    float: left;
    text-align: right;
    padding: 0;
    margin: 0;
}
.panel-action .dropdown-menu{
    margin-top: 8px;
    left: inherit;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 160px;
}
.panel-action > span.dropdown .dropdown-toggle{
    color: #2a7d9d;
    text-align: right;
}
.panel-action > span.dropdown .dropdown-toggle > img{
    margin-top: 2px;
    float: right;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: #1faac5;
    color: #fff;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media(max-width: 767px){
    .dropdown-submenu>.dropdown-menu{
        left: inherit;
        right: 100%;
    }
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
@media(min-width: 540px) and (max-width: 767px){
    .dt-bootstrap > .row > .col-sm-6{
        width: 50%;
        float: left;
    }
}
.filter-group .bs-caret{
    height: 35px;
}
.filter-group .input-group-addon{
    line-height: 23px;
}
.filter-group .spConfigRow{
    border-bottom: solid 1px #e6e6e6;
}
.filter-group .btn-group{
    min-height: 37px;
}
.security-controls{
    display: inline-block;
    max-width: 140px;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}
.security-controls input{
    width: 100%;
}
.security-controls.width80{
    width: 80px;
    max-width: 80px;
}
.security-controls.width100{
    width: 100px;
    max-width: 100px;
}
.security-controls.width120{
    width: 120px;
    max-width: 120px;
}
.security-controls.width180{
    width: 180px;
    max-width: 180px;
}
.security-controls.width200{
    width: 200px;
    max-width: 200px;
}

@media(max-width: 767px){
    .security-controls{
        width: 49% !important;   
        margin-right: 0;
        margin-bottom: 8px;
        max-width: 48% !important;
    }
    .security-controls:nth-child(even){
        float: right;
    }
    .security-controls.key-wrapper {
        width: 80px !important;
        max-width: 80px !important;
        float: right;
    }
}
@media(max-width: 480px){
    .security-controls{
        width: 100% !important;   
        max-width: 100% !important;
    }
}
.select2-input {
    min-height:35px;
}
textarea {
    resize:none !important;
}