body
{
	font-size: 14px;
	line-height: 22px;
	color: #666;
	/*background: #eee;*/
	/*padding-top: 9px;*/
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6
{
	padding: 2px 0px;
	margin: 2px 0px;
	color: #777;
	font-weight: 600;
}

h5.form-control-static.title {
	font-size: 20px;
}

h2
{
	font-size: 25px;
	line-height: 35px;
}

h3
{
	font-size: 18px;
	line-height: 23px;
}

h4
{
	font-size: 15px;
	line-height: 20px;
}

h5
{
	font-size: 13px;
	line-height: 18px;
}

h6
{
	font-size: 12px;
	line-height: 17px;
}

p
{
	padding: 0px;
	margin: 0px;
}

a
{
	color: #026b9c;
}

a:hover
{
	color: #003f5c;
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	outline: 0;
}

.bold
{
	font-weight: bold;
}

hr
{
	margin: 15px 0px 10px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #f4f4f4;
	height: 0px;
}

.center
{
	text-align: center;
}

a:hover, a:active, a:focus
{
	outline: 0;
}

:focus
{
	outline: none;
}

::-moz-focus-inner
{
	border: 0;
}

.badge
{
	padding-left: 7px !important;
	padding-right: 7px !important;
}

.well
{
	padding: 10px 15px;
}

button.close
{
	font-size: 30px !important;
	font-weight: normal;
}


.progress
{
	height: 15px;
	border-radius: 6px;
	margin: 15px 0px !important;
	line-height: 12px;
	background: #eee;
}

.progress-bar
{
	font-size: 11px !important;
	line-height: 16px !important;
}

i.ipad
{
	margin-right: 2px;
}

/* Form */

form
{
	margin: 0px;
}

.input-group-width
{
	max-width: 250px;
}

/* Modal */

.modal-header
{
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: move;
}

.modal-body > .tab-content
{
	padding-top: 15px;
}

.modal-body .alert .glyphicons
{
    line-height: inherit;
    vertical-align: baseline;
    margin-right: 10px;
}

/* Back to top */

.totop
{
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
	background: #e70012 !important;
}

.totop a, .totop a:visited
{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover
{
	color: #eee;
	text-decoration: none;
}

/* Image alignment*/

.alignleft, img.alignleft
{
	margin-right: 8px;
	margin-top: 5px;
	display: inline;
	float: left;
}

.alignright, img.alignright
{
	margin-left: 8px;
	margin-top: 5px;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter
{
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}


/* Half column */

.mcol-left
{
	width: 48%;
	float: left;
}

.mcol-right
{
	width: 48%;
	float: right;
}

.col-left
{
	width: 48%;
	float: left;
}

.col-right
{
	width: 48%;
	float: right;
}

/* Dropdown menu */

.dropdown-big .dropdown-menu
{
	min-width: 230px;
	padding: 8px 10px;
}

.dropdown-big .dropdown-menu p
{
	margin: 0px 0px;
	padding: 1px 0px;
	font-size: 11px;
	line-height: 16px;
	color: #999;
}

.dropdown-big .dropdown-menu a, .dropdown-big .dropdown-menu a:hover
{
	line-height: 16px;
	font-size: 12px;
	background: transparent;
	padding: 0px;
	color: #777;
}

.dropdown-big .dropdown-menu a:hover
{
	color: #777;
}

.dropdown-big .dropdown-menu .drop-foot
{
	text-align: center;
}

.dropdown-big .dropdown-menu .drop-foot a
{
	font-size: 11px !important;
	color: #777;
}

.dropdown-big .dropdown-menu hr
{
	padding: 0px;
	margin: 8px 0px;
	border-top: 0px solid #aaa;
	border-bottom: 1px solid #eee;
}

.dropdown-big .dropdown-menu i
{
	position: relative;
}

.dropdown-big .dropdown-menu h5
{
	color: #888 !important;
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
}

.dropdown-big .dropdown-menu h6, .dropdown-big .dropdown-menu h6 a
{
	color: #888 !important;
	font-size: 12px;
	line-height: 14px !important;
	font-weight: normal;
}

.dropdown-big .dropdown-menu h6 a:hover
{
	color: #555 !important;
	text-decoration: none;
}

.dropdown-big .dropdown-menu li
{
	line-height: 15px;
}

.dropdown-big .dropdown-menu li p
{
	padding: 5px 0px;
}

.dropdown-menu
{
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #d2d2d2;
	box-shadow: inset 0px 1px 2px #fff;
}

.dropdown-menu li
{
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.dropdown-menu li > a
{
	color: #000;
	line-height: 25px;
}

.dropdown-menu li > a:hover
{
	background: #f3f3f3 !important;
	filter: none;
	color: #777;
}

.dropdown-menu .progress
{
	height: 8px;
}

/* Navbar */

.navbar *
{
	font-weight: normal !important;
	text-shadow: none !important;
}
/*
.navbar
{
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: linear-gradient(top, #f8f8f8, #f2f2f2);
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0px 1px 1px #fff;
}
*/
.navbar .caret
{
	border-top-color: #666;
	border-bottom-color: #666;
}

.navbar-brand
{
	color: #777;
	font-size: 23px;
	font-weight: bold;
	padding-top: 15px;
}

.navbar-brand:hover
{
	color: #777;
}

.navbar-toggle
{
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.navbar-toggle:hover
{
	background: #ddd;
}

.navbar li a
{
	font-size: 14px !important;
	color: #777;
}

.navbar li a:hover
{
	color: #000;
	background-color:#fafafa;
}

.navbar i
{
	margin-right: 4px;
}

.navbar .btn
{
	color: #666 !important;
}

.navbar .label
{
	padding: 5px 7px !important;
	font-size: 11px;
	border-radius: 10px;
}

.navbar .label i
{
	margin-right: 0px;
}

.navbar .progress
{
	margin-bottom: 0px;
	padding: 0px !important;
	margin: 0px !important;
}

.nav-tabs > li.active > a
{
	background: transparent !important;
}

/* Header */

header
{
/*	border-top: 1px solid #ccc;*/
	padding: 25px 0px 25px 0px;
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

header .container
{
	width: 100%;
	max-width: 100%;
}

header .logo
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
}

header .logo h1 a, header .logo h1 a:visited, header .logo h1 a:hover
{
	font-size: 35px;
	color: #777;
	text-decoration: none;
	font-weight: normal;
}

header .logo .meta
{
	color: #888;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

/* Notification */

.noty_text
{
	font-size: 12px;
	line-height: 20px;
}

/* Sidebar */

.sidebar
{
	width: 230px;
	float: left;
	display: block;
	background: #f2f2f2;
	color: #777;
	position: relative;
}

.sidebar .sidebar-dropdown
{
	display: none;
}

.sidebar .sidebar-dropdown a
{
	color: #fff !important;
	box-shadow: inset 0px 0px 1px #000; /*  background-color : #343434;   background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929));   background: -webkit-linear-gradient(top, #343434, #292929);   background: -moz-linear-gradient(top, #343434, #292929);   background: -ms-linear-gradient(top, #343434, #292929);   background: -o-linear-gradient(top, #343434, #292929);   background: linear-gradient(top, #343434, #292929);   border-top: 1px solid #666;   border-bottom: 1px solid #333; */
	background-color: #2C809E;
	padding: 6px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	display: block;
}

.sidebar ul
{
	padding: 0px;
	margin: 0px;
}

.sidebar ul li
{
	list-style-type: none;
}

.sidebar ul.nav
{
	display: block;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 60;
}

.sidebar ul.nav li i
{
	display: inline-block;
	margin-right: 5px;
	/*background: #eee;
	color: #888;*/
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	/*border-radius: 30px;
	border: 1px solid #ccc;*/
	font-size: 18px;	
}

.sidebar ul.nav li span i
{
	margin: 0px;
	color: #999;
	background: transparent !important;
	border: 0px;
}


.sidebar ul.nav > li > a
{
	display: block;
	padding: 10px 0px 10px 20px;
	font-size: 14px;
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
	background: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
	background: -ms-linear-gradient(top, #f9f9f9, #f2f2f2);
	background: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
	background: linear-gradient(top, #f9f9f9, #f2f2f2);
	box-shadow: inset 0px 1px 1px #fff;
	line-height:38px;
}

.sidebar ul.nav > li > a:hover, .sidebar ul.nav > li.open > a, .sidebar ul.nav > li.active > a
{
	color: #e9e9e9 !important;
	border-bottom: 1px solid #df4c4d;
	border-top: 1px solid #df4c4d;
	background-color: #aaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAD0D8), to(#e70012));
	background: -webkit-linear-gradient(top, #FAD0D8, #e70012);
	background: -moz-linear-gradient(top, #FAD0D8, #e70012);
	background: -ms-linear-gradient(top, #FAD0D8, #e70012);
	background: -o-linear-gradient(top, #FAD0D8, #e70012);
	background: linear-gradient(top, #FAD0D8, #e70012);
	box-shadow: none;
	color: #fff;
	/*font-weight: bold;*/
}

.sidebar ul.nav li.has_sub.open > a, .sidebar ul.nav > li.has_sub.open:not(.active) > a > i, .sidebar ul.nav li ul li.has_sub.open > a > i
{
	color: #e70012;
}

.sidebar ul.nav > li > a:hover span i, .sidebar ul.nav > li.open > a span i
{
	color: #fff;
	background: transparent !important;
	border: 0px;
}

.sidebar ul.nav li li.current
{
	background: #f3f3f3;
}

.sidebar ul.nav li ul
{
	display: none;
	background: #efefef;
}

.sidebar ul.nav li ul li a
{
	display: block;
	background: none;
	padding: 10px 0px;
	padding-left: 30px;
	text-decoration: none;
	color: #777;
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.sidebar ul.nav li ul li ul li a
{
	padding-left: 50px;
}

.sidebar ul.nav li ul li a:hover
{
	background: #FFFFFF;
	border-color: #DDDDDD;
	border-width: 1px 0;
}

.sidebar ul.nav li.open > ul
{
	display: block !important;
}

.sidebar ul.nav li ul li.active > a
{
	font-weight: bold;
	color: Red;
}

.sidebar ul.nav li.open > a:focus
{
	border-color: #ddd;
}

/* Main */

.mainbar
{
	position: relative;
	margin-left: 230px;
	margin-right: 0px;
	width: auto; /*background:#eee url("../img/main-back.png") repeat;*/
	border-left: 1px solid #ccc;
	z-index: 50;
	min-height: 100%;
}

.mainbar .container
{
	max-width: 100% !important;
	width: 100% !important;
}

.needLogin .sidebar
{
	display: none;
}

.needLogin .mainbar
{
	margin-left: 0;
}
/* Pagination*/

.pagination
{
	margin: 10px 0px 5px 0px;
}

.pagination ul > li > a, .pagination ul > li > span
{
	border: 1px solid #aaa;
	margin-right: 2px;
	border-radius: 5px !important;
	padding: 2px 8px;
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: linear-gradient(top, #f8f8f8, #f2f2f2);
	box-shadow: inset 0px 2px 1px #fff;
	color: #666;
}

.pagination ul > li > a:hover
{
	color: #333;
}

/* Page head */

.mainbar .page-head
{
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: linear-gradient(top, #f8f8f8, #f2f2f2);
	padding: 8px 15px;
	border-bottom: 1px solid #fff;
	box-shadow: inset 0px 1px 1px #fff;
}

.mainbar .page-head h2
{
	font-weight: normal;
	font-size: 20px;
}

/* Matter */

.mainbar .matter
{
	border-top: 1px solid #ddd;
	padding: 15px 0px;
}

.mainbar .matter > .container
{
	display: none;
}
.mainbar .matter > .container.active
{
	display: block;
}


/* Error */

.error-page
{
	max-width: 500px;
	margin: 50px auto;
}

.error-page .container
{
	max-width: 100%;
	width: 100%:;
}

.error h1
{
	font-weight: normal;
}

/* Grid */

.show-grid div
{
	background: #eee;
	text-align: center;
	margin: 10px 0px;
	border: 1px solid #ddd;
}

/* Date & Time Picker */

.dtpicker
{
	max-width: 200px;
}

/* Slider */

#eq span
{
	height: 120px;
	float: left;
	margin: 15px;
}

.ui-slider .ui-slider-handle
{
	position: absolute;
	z-index: 2;
	width: 1.1em;
	height: 1.1em !important;
	cursor: default;
	border-radius: 50px;
	background: #fafafa !important;
	border: 1px solid #ccc !important;
}

.ui-slider-horizontal
{
	height: .6em;
	border: 1px solid #ccc !important;
	background: #fff !important;
	border-radius: 3px;
}

.ui-slider-vertical
{
	height: 100px;
	width: 0.6em;
	border: 1px solid #ccc !important;
	background: #fff !important;
	border-radius: 3px;
}

.ui-slider-vertical .ui-slider-handle
{
	margin-left: 0 !important;
	margin-bottom: -.6em !important;
}

/* Error log */

.error-log
{
	height: 300px;
	overflow: auto;
	font-family: "Courier New" , monospace;
}

.error-log ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.error-log .green
{
	color: #61c221;
}

.error-log .red
{
	color: #ff0000;
}

/* Footer */

footer
{
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: linear-gradient(top, #f8f8f8, #f2f2f2);
	color: #777;
	font-size: 12px;
	border-top: 1px solid #ddd;
}

footer .container
{
	width: 100%;
	max-width: 100% !important;
}

footer a, footer a:visited
{
	color: #444;
}

footer a:hover
{
	color: #333;
	text-decoration: underline;
}

footer .copy
{
	display: inline;
	font-size: 11px;
	border-bottom: 1px solid #B9B5B5;
	padding: 0 10px 5px;
}

/* Responsive */

@media (max-width: 480px)
{
	.mainbar .page-head h2
	{
		float: none;
	}
	.mainbar .bread-crumb
	{
		float: none;
		margin-top: 10px;
	}
	.col-left
	{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.col-right
	{
		width: 100%;
		float: none;
	}
}

@media (max-width: 767px)
{

	.form-inline button
	{
		margin-left: 0px;
	}
	header
	{
		padding-top: 0px !important;
		padding-bottom: 60px !important;
	}
	header .logo
	{
		padding: 0px;
		display: none;
	}

	.navbar
	{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.nav-collapse .dropdown-menu
	{
		padding: 10px 10px !important;
	}
	.nav-collapse .dropdown-menu > li
	{
		color: #999 !important;
	}
	.nav-collapse .dropdown-menu a
	{
		color: #777;
	}
	.nav-collapse .dropdown-menu a:hover
	{
		color: #888;
		background: transparent !important;
	}
	.nav-collapse .dropdown-menu hr
	{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
	}
	.sidebar
	{
		float: none;
		width: 100%;
	}
	.needLogin .sidebar
	{
		display: block;
		visibility: hidden;
	}
	.sidebar .sidebar-dropdown
	{
		display: block;
	}
	.sidebar ul.nav
	{
		display: none;
	}
	.sidebar ul.nav, header ul.nav
	{
		box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
	}
	.mainbar
	{
		float: none;
		margin: 0px;
		border: 0px;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.form
	{
		margin: 0px !important;
	}
	form .control-group
	{
		margin: 0px !important;
	}
	form .control-label
	{
		float: none !important;
		width: auto !important;
		text-align: left !important;
	}
	form .controls
	{
		float: none !important;
		margin-left: 0px !important;
	}
	form .form-actions
	{
		padding-left: 0px !important;
	}
	.navbar
	{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.nav-collapse .dropdown-menu
	{
		padding: 10px 10px !important;
	}
	.nav-collapse .dropdown-menu > li
	{
		color: #999 !important;
	}
	.nav-collapse .dropdown-menu a
	{
		color: #777;
	}
	.nav-collapse .dropdown-menu a:hover
	{
		color: #888;
		background: transparent !important;
	}
	.nav-collapse .dropdown-menu hr
	{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
	}
	.sidebar
	{
		width: 200px;
	}
	.mainbar
	{
		margin-left: 200px;
	}

	header
	{
		padding-top: 25px;
	}

	header .nav.nav-pills
	{
		margin-top: 30px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	header .header-data
	{
		margin-top: 15px;
		margin-left: 20px;
	}

	header .logo
	{
		padding: 0px;
		display: none;
	}
}

@media (min-width: 768px)
{
	.sidebar ul.nav
	{
		display: block !important;
	}
}
/*
.table>thead:first-child>tr:first-child>th
{
	border-bottom:0;
}
*/

.grid-header
{
	margin-bottom: 10px;
}

.grid-footer
{
	margin-top: 10px;
}

.grid-body .table
{
	margin-bottom: 0; /* override bootstrap default */
}

.modal-body .grid-body
{
	max-height: 400px;
	overflow: auto;
}

table.grid tbody td div.text {
	direction: rtl;
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
}

@media (min-width: 768px)
{
	.filter-panel
	{
		width: 600px;
	}
}

.form-inline input.form-control.numeric
{
	width: 100px;
}

.btn .glyphicons
{
	padding-right: 0.5em;
}

.btn.btn-primary.search
{
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.grid span.fa
{
	font-size: 1.3em;
	width: 1.5em;
}

.grid .alert
{
	text-align: center;
}

.grid.editable table.grid tbody tr
{
	cursor: pointer;
}

/*
.grid.selectable table.grid tbody tr
{
	cursor: default;
}
*/

.grid.selectable table.grid tbody > tr.selected > td
{
	background-color: #dff0d8;
	/*font-weight: bold;*/
}


.icon-approved
{
	color: #076E07;
}

.icon-warning
{
	color: #e70012;
}

.nav-tabs > li.active
{
	/*color: #e70012;*/
	position: relative;
}

.nav-tabs > li > .active-tab-triangle
{
	display: none;
	position: absolute;
	top: auto;
	bottom: -5px;
	left: 50%;
	margin-left: -7px;
	font-size: 15px;
}

.nav-tabs > li.active > .active-tab-triangle
{
	display: block;
}

.error
{
	color: #e70012;
}

.form-group .error
{
	white-space: nowrap;
}

span.required:before
{
	content: "* ";
	color: #FD2100;
}

.button-grid
{
	position: relative;
	padding: 6px 40px 6px 8px;
}

.button-grid span.circle
{
	display: inline-block;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	background-color: white;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 3px;
	padding: 4px;
}

.button-grid span.circle .glyphicons
{
	color: #406b7c;
	font-size: 16px;
}

.input-group-addon.count
{
	padding: 0 5px;
	background-color: #ffffff;
}

.input-group-addon.count input
{
	width: 40px;
	padding: 0;
	border: none;
}

.input-group-addon.time
{
	border: none;
}

.item-list
{
	margin: 5px auto;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 4px #888;
}

/*
.icon-book
{
	color: #AAD5F0;
}
.icon-video
{
	color: #FDD35D;
}
.icon-image
{
	color: #D5E264;
}
.icon-audio
{
	color: #E4BD77;
}
*/

.item-line
{
	border-bottom: 2px solid #dddddd;
	padding-left: 0;
	padding-right: 0;
}

.item-line:last-child
{
	border-bottom: none;
}

.item-separator
{
	border-bottom: 1px solid #dddddd;
	line-height: 30px;
}

.item-separator:last-child
{
	border-bottom: none;
}

.item-name
{
	color: #f37f88;
}
/*
.fileinput-button
{
	margin-bottom: 20px;
}
*/

th span.money,
td span.money
{
	display: block;
	text-align: right;
	padding-right: 1em;
	width: 10em;
}

.explorer .path
{
	overflow: auto;
}

.explorer .path .breadcrumb
{
	border: 1px solid #cccccc;
}

.explorer .list tbody > tr.selected > td
{
	background-color: #dff0d8;
}

.explorer .list tbody > tr > td:first-child
{
	border-right: none;
	width: 1px;
}

.explorer .active
{
	cursor: pointer;
}

i.fa.icon
{
	width: 1em;
}

i.fa.icon.collection:before
{
	content: "\f114"; /* .fa-folder-o */
}

i.fa.icon.collection.hasChildren
{
	color: #53869b;
}

i.fa.icon.collection.hasChildren:before
{
	content: "\f07b"; /* .fa-folder */
}

.explorer .active:hover i.fa.icon.collection:before
{
	content: "\f115"; /* .fa-folder-open-o */
}

.explorer .active:hover i.fa.icon.collection.hasChildren
{
	color: #53869b;
}

.explorer .active:hover i.fa.icon.collection.hasChildren:before
{
	content: "\f07c"; /* .fa-folder-open */
}

i.fa.icon.unit:before
{
	content: "\f016"; /* .fa-file-o */
}

.explorer .list tbody tr.recent
{
	color: Red;
}

.explorer .list .table
{
	margin-bottom: 5px;
}

.explorer .path .active
{
	font-weight: bold;
}

.explorer .op
{
	float: right;
	opacity: 0.5;
	cursor: pointer;
}

.explorer tr:hover .op
{
	opacity: 1.0;
}

.explorer .table > thead > tr > th
{
	padding: 0;
}

table.grid td .glyphicons
{
	margin-right: 10px;
	font-size: inherit;
}

input.ip-address
{
	padding: 4px;
}

.dashboard .chart
{
	height: 250px;
	margin: 0 50px 50px 0;
}

.report .chart
{
	min-height: 500px;
	/*margin: 0 50px 50px 0;*/
}

.report-title .text
{
	font-weight: normal;
}

.report-title .param
{
	font-weight: bold;
}

.dashboard .chart canvas.flot-base,
.report-chart .chart canvas.flot-base
{
	max-width: 100%;
}

.chart-tooltip
{
	position: absolute;
	display: none;
	border: 1px solid #fdd;
	color: black;
	padding: 2px 5px;
	size: 10px;
	background-color: #fff;
	opacity: 0.9;
	z-index: 50;
}
/*Start Google chart class*/
.google-visualization-tooltip .label {
    color: inherit;
    font-size: inherit;
    padding-left: 0;
}

.google-visualization-tooltip hr {
    margin: 5px 0;
}

.google-visualization-tooltip ul {

    margin: -5px 0;
}

.google-visualization-tooltip ul.data 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.google-visualization-tooltip ul.data li
{
	white-space: nowrap;
}

/*End Google chart class*/
#registrations-bar-chart
{
	/* pull left because of y axis labels */
	margin-left: -10px;
}

.flotTip
{
	padding: 3px 5px;
	background-color: white;
	z-index: 100;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

@media (min-width: 768px)
{
	.contact-details
	{
		width: 700px;
	}
}

/*
Readonly text input that looks like a label
The only styles we want to inherit from .label are text-align:center and white-space:nowrap
*/
input.label[type=text]
{
	display: block;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: inherit;
	cursor: default;
	background-color: inherit;
	font-size: 13px;
}

.netis
{
	color: Red;
}

.navbar-brand.left
{
	padding-left: 22px;
}

.dropdown-toggle.right
{
	padding-right: 22px;
}

.transaction-details .glyphicons
{
	line-height: inherit;
	margin-right: 5px;
	font-size: 12px;
}

.float-right
{
	float: right;
}
.full-width
{
	overflow: auto;
}

.ms-sel-ctn
{
	line-height: 16px;
}

/*=================================*/
.nav.nav-pills > li i
{
	font-size: 18px;
}

.nav.nav-pills > li > a
{
  color: #666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #c2c2c2;
  border-radius: 5px;
  *margin-left: .3em;
  margin-right: 5px;
  padding:7px 14px;
}

@media (max-width: 991px) {
	.nav.nav-pills > li > a 
	{
		margin: 0 5px 5px 0;
	}
	.nav-pills > li + li {
		margin-left: 0;
	}
	.stats 
	{
		margin: 0 5px 5px 0;
	}
}
.nav.nav-pills > li > a:hover, header .nav.nav-pills > li > a:focus{
  color: #444;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  border:1px solid #aaa;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;  
}

.nav.nav-pills > li > a span{
   border-radius:40px;
   padding:4px 6px;
   font-size:11px;
   display:inline-block;
   text-shadow:none !important;
}

.nav.nav-pills > li:last-child > a {
	margin-right: 0;
}

.dark_blue
{
	background: #2c809e;/*#1566a6*/ 
}

.purple
{
	background: #b963dc;/*#a759c7;*/
}

.bblue {
	background: #5eb2d9;
	color: White;
}

.bgreen {
	background: #4ac344;
}
.bred {
	background: #ff5d5e;
}
.groups
{
	background: #F8D97B;
}

.stats
{
	display: inline-block;
	margin-top: 3px;
	margin-right: 5px;
	vertical-align: top;
}
.stats i.fa
{
	font-size: 16px;
	padding: 8px;
	border-radius: 16px;
	vertical-align: top;
}
.stats p
{
	text-align: center;
	line-height: normal;
	display: inline-block;
	padding: 2px;
}
.stats p a
{
	font-weight: bold !important;
}

body.needLogin header dashboard-stats
{
	display: none;
}

table.customer-session-list .remove-icon
{
	padding: 0.2em 0.5em;
	cursor: pointer;
	opacity: 0.5;
}

table.customer-session-list tr:hover .remove-icon
{
	opacity: 1;
}

ul.contributorRole {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

ul.contributorRole li:not(:first-child):before {
    content: ', ';
}

ul.contributorRole li {
    display: inline;
}

button.notext .glyphicons
{
	padding-right: 0;
}

.input-group.date.disabled .input-group-addon
{
	cursor: auto;
}

.table > tbody > tr > td.icon
{
	padding-right: 0;
	border-right-color: transparent;
}

.table > tbody > tr > td.icon .glyphicons
{
	margin-right: -5px;
}

.alert .glyphicon{
    display:table-cell;
}

.alert span.glyphicons
{
    padding-left: 5px;
    display:table-cell;
}

.alert div
{
    padding-left: 15px;
    display:table-cell;
}

.row.ownerHeader {
    background-color: #f0f0f0;
    padding: 10px 0;
}

.money 
{
	text-align: right;
}

.row.item {
    margin-top: 10px;
    border-bottom: 1px solid #e3e2e2;
}

.explanation {
    color: #aaaaaa;
}

.row.ownerFooter {
    margin-top: 10px;
    margin-bottom: 10px;
}
.settlement .item 
{
	margin-top: 0;
    padding: 10px 0;
    border:none;
}

td[role=checkbox],
th[role=checkbox]
{
	width:1px;
}

@media (min-width: 768px) {
  .modal-dialog.dictionary 
  {
    width: 1000px;
  }
}   	

.modal-body .list
{
	max-height: 513px;
    overflow-y: auto;
}

div.path 
{
	white-space: nowrap;
	direction: rtl;
}

.path span.separator:not(:first-child)::after {
    content: "/";
}

.buttons-hidden button.hiding {
    display: none;
}

/* magicsuggest override */
.ms-ctn .ms-sel-item,
.ms-sel-ctn .ms-sel-item {
	font-size: inherit !important;
}
