/*-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
		2.a Message Box
		2.b Notification Box
		2.c Config Box
		2.d Profile Box
	3.	Main Styles
	4.	Menu Styles
		4.a Main Menu 
		4.b additional menu
	4.2	Menu Widgets
		4.2.a New Files
		4.2.b Drop files here to upload
		4.2.c Media Files
		4.2.d Add New Widget
	5.	Content Elements
		5 Basic (Grids)
		5.a Page Title
		5.b Info Box
		5.c Active Users
		5.d Quick Stats
		5.e Visitor Statistics
		5.f Friends Box
		5.g Information Box 3
		5.h Twitter Widget 
		5.i Take Notes
		5.j Processes Box
		5.k Gallery
		5.l Page icons
		5.ll Tables
		5.m Forms
		5.n UI
		5.o Widgets
		5.p Buttons
		5.p Pages Error
		5.q Page Typography
		5.r Page Charts
		5.s Contact LIST
	6.	Footer
	7.	Mobile version
	8.	IE8 STYLE


-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	-1.	CSS Custom Added Styles
/*-----------------------------------------------------------------------------------*/

.tablepaginationdiv{
	margin-top: 5px;
	margin-bottom: -5px;
	width:32%;
	float: left;

	vertical-align: middle
}

.tablepaginationdiv16{
	margin-top: 5px;
	margin-bottom: -5px;
	width:16%;
	float: left;

	vertical-align: middle
}


#newtablestyle-container {
	overflow-x: auto;
	width: 100%;
}

.newtablestyle {
	margin: 0;
	table-layout:fixed;
    width:99.99%;
	/*overflow: auto;*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.newtablestyle td {
	width: 125px;
	padding: 2px 8px;
	white-space:nowrap;
	vertical-align: middle;
	font-size: 12px;
}

.newtablestyle tr.input-text td {
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.newtablestyle tr.input-text td input[type="text"] {
	width: 90%;
	height: 16px;
	font-size: 12px;
	border-radius: 0;
	border: none;
	border-left: 1px solid #ccc;
	padding: 5px 5px 5px 8px;
	margin: 0;
}

.newtablestyle tr.header td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.newtablestyle tr.header td.first {
	border-left: none;
}

.newtablestyle td.first {
	width: 70px;
	max-width: 70px;
	min-width: 70px;
	padding: 2px 2px 2px 5px;
	text-align: left;
	white-space:nowrap;
	vertical-align: middle;
}
.newtablestyle tr.odd {
	background: #eee;
	white-space:nowrap;
}
.newtablestyle tr.even {
	background: #fff;
	white-space:nowrap;
}

.chart-button-wrapper {

	background: #fff;
	top: 2px;
	left: 10px;
	width: 480px;
	height: 32px;
	margin-bottom: -20px;
	float: left;

}
.chart-button {

	width: 100px;
	background: #ccc;
	height: 30px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 0px solid #c0c0c0;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
}



.megawrapper {

	width:100%;
	margin: 0 auto 0 auto;
}

.megaleft {
	z-index: 5;
	float: left;
	border-right: 1px solid black;
}

.megaright {
	float: right;
}


.submenu-invis {
display:none;
 opacity: 0;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;

}



.submenu-vis {
display:block;
 opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.topmenulink-first {
	padding-left: 10px;
	padding-right: 5px;
	border-left: none;
}

.topmenulink-first:hover {
	color: #595959;
	text-decoration: none;
}

.topmenulink:hover {
	background: #e7e7e7;
}

.topmenulink-last {
	padding-left: 10px;
	padding-right: 15px !important;
	display: inline-block;
	background-image: none !important; 
}

.topmenulink {
	color: #595959;
	padding: 15px 8px;
	/*border-left: 1px solid #000000;*/
	/*border-right: 1px solid #5B5B5B;*/
	margin: 0px; 
	font-weight: 300;
}

.topmenulink.current {
	font-weight: bold;
}

.topmenulink-dd {
	display: inline-block;
	color: #aaa;
	/*border-right: 1px solid #555;*/
}

.topmenulink-dd2 {
	display: inline-block;
	color: #aaa;

}
.topmenulink-dd:focus {
	display: inline-block;
	color: #aaa;
	
	border-right: 1px solid #555;
}

.center-this {
	text-align: center;
	vertical-align: middle;
}

.make-this-red {
	color: #d00;
}

.additional-menu ul li ul {
	display: block;
}

.additional-menu ul li ul:active {
	display: none;
}

.topmenu {
/*	margin-left:112px;
	margin-top:20px; */
	float:left;
	line-height:53px;
	
}

.padding100 {
padding-right: 100px
}

.dot-green {
	background: url(../images/dot-green.png) no-repeat;
	padding-left: 15px;
}

.dot-white {
	background: url(../images/dot-white.png) no-repeat;
	padding-left: 15px;
}

.dot-red {
	background: url(../images/dot-red.png) no-repeat;
	padding-left: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/
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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }
a:active, a:focus, img { outline: 0; text-decoration:none; outline:0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: block; clear:both; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
.left { float:left; }
.right { float:right; }

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	font-size:13px;
	overflow-x:hidden;
	height:100%;
	min-height:100%;
	color:#5f5f5f;
}

body {
	min-width: 400px;
}

table.table {
	margin-bottom: 10px;
}

h3 strong {
	font-weight: 400;
}

h3 span {
	color: #f0681c;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/
#header { 
	color: #fff; 
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */
	border-bottom: 1px solid #c3c3c3;
	min-height:53px;
}
.logo {
	background:url(../images/logo.png) no-repeat;
	display:block;
	margin-top:8px;
	margin-left:20px;
	float:left;
	text-decoration:none;
	color:#535457;
}
.logo h1 {
	text-indent:-9999px;
}

.header-icon {
	display: inline-block;
	margin-right: 5px;
}

.header-title {
	padding: 20px 0;
}

.header-title h3 {
	font-size: 21px;
	line-height: 21px;
	vertical-align: middle;
	display: inline-block;
	margin: 0;
}

.search input[type="text"], .search input[type="text"]:focus {
	color:#9a9a9a;
	font-size:14px;
	border:1px solid #292929;
	width:206px;
	height:35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:0px 22px;
	background:url(../images/search.png) #fff right bottom no-repeat;
	background-size:30px 30px;
}

.head-button-link {
	width:32px;
	height:32px;
	display:block;
	background-image:url(../images/icon_message.png);
	background-size:32px 96px;
	margin-top:14px;
	margin-right:20px;
	float:left;
	color:#fff;
}
.head-button-link:hover, .head-button-link:focus, .head-button-link:active  {
	text-decoration:none;
	color:#fff;
	outline:0;
}
.head-button-link:hover {
	background-position:0px -32px;
}
.head-button-link:active, .head-button-link:focus {
	background-position:0px -64px;
}
.head-button-link.notification {
	background-image:url(../images/icon_notification.png);
}
.head-button-link.config {
	background-image:url(../images/icon_config.png);
}
.head-button-link.menu-hide {
	background-image:url(../images/icon_menu.png);
	text-indent:-99999px;
	margin-left:20px;
}
.notice-red {
	color: white;
	background: #d00  ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5d31', endColorstr='#d04419',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:2px 5px 2px 5px;
	font-size:11px;
	height:16px;
	top:-8px;
	left:-8px;
	position: relative;
}
.notice-yellow {
	color: white;
	background: #dd0  ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5d31', endColorstr='#d04419',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:2px 5px 2px 5px;
	font-size:11px;
	height:16px;
	top:-8px;
	left:-8px;
	position: relative;
}
.notice-green {
	color: white;
	background: #0a0  ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5d31', endColorstr='#d04419',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:2px 5px 2px 5px;
	font-size:11px;
	height:16px;
	top:-8px;
	left:-8px;
	position: relative;
}





/* 2.a Message Box ***************************/
div.messages-list {
	width:300px;
	border:1px solid #c9c9c9;
	background:#fff;
	-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 18px rgba(50, 50, 50, 0.2);
	margin-top:25px;
	padding:0px 0px 10px 0px;
	color:#5f5f5f;
	font-size:13px;
}
.triangle {
	background-image:url(../images/triangle.png);
	background-size:14px 7px;
	width:14px;
	height:7px;
	margin-top:-7px;
	margin-left:260px;
}
.notice-title {
	font-weight:bold;
	margin:10px 10px 0px 10px;
}
.notice-message:hover {
	background:#fafafa;
}
.notice-message .box{
	padding:10px 0px;
	margin:0px 10px;
	border-bottom:1px solid #e0e0e0;
	display:block;
}
.notice-message .avatar {
	float:left;
	border:1px solid #6d6d6d;
	width:45px;
	height:45px;
}
.notice-message .avatar img{
	width:45px;
	height:45px;
}
.notice-message .info {
	float:left;
	margin-left:10px;
	margin-top:1px;
	width:220px;
}
.notice-message .author {
	float:left;
	font-weight:bold;
	color:#5f5f5f;
}
.notice-message .date {
	float:right;
	color:#b2b2b2;
}
.notice-message .text {
	color:#6d6d6d;
}
a.notice-more, a.notice-more:hover {
	font-weight:bold;
	color:#5f5f5f;
	margin:10px 10px 0px 10px;
	display:block;
}
/* 2.b Notification Box ***************************/
.follow-link {
	text-decoration:underline;
	color:#05a705;
}
.comment-link {
	text-decoration:underline;
	color:#2d8aeb;
}
.like-link {
	text-decoration:underline;
	color:#ff6868;
}
/* 2.c Config Box ***************************/
div.settings-box {
	width:140px;
	border:1px solid #c9c9c9;
	background:#fff;
	-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 18px rgba(50, 50, 50, 0.2);
	margin-top:25px;
	padding:0px 10px 10px 10px;
	color:#5f5f5f;
	font-size:13px;
}
.triangle-2 {
	background-image:url(../images/triangle.png);
	background-size:14px 7px;
	width:14px;
	height:7px;
	margin-top:-7px;
	margin-left:130px;
}
.settings-link {
	float:left;
	display:block;
	width:30px;
	height:30px;
	background-image:url(../images/settings/6.png);
	background-size:30px 30px;
	margin-top:10px;
	margin-left:12px;
	margin-right:11px;
}
.settings-link.yellow {
	background-image:url(../images/settings/1.png);
}
.settings-link.red {
	background-image:url(../images/settings/2.png);
}
.settings-link.purple {
	background-image:url(../images/settings/3.png);
}
.settings-link.green {
	background-image:url(../images/settings/4.png);
}
.settings-link.blue {
	background-image:url(../images/settings/5.png);
}
/* 2.d Profile Box ***************************/
.profile {
	margin-top:10px;
	margin-right:20px;
}
.triangle-3 {
	background-image:url(../images/triangle.png);
	background-size:14px 7px;
	width:14px;
	height:7px;
	margin-top:-7px;
	margin-left:120px;
}
.double-spacer {
	float:left;
	display:block;
	height:40px;
	border-left:1px solid #555555;
	border-right:1px solid #292929;
}
.profile-avatar {
	float:left;
	margin-left:9px;
	margin-top:3px;
	width:32px;
	height:32px;
}
.profile-avatar img{
	border:1px solid #292929;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:32px;
	height:32px;
}
.profile-username {
	float:left;
	margin-top:10px;
	color:#f3f3f3;
	margin-left:15px;
}
.profile-username span {
	color:#b7b7b7;
}
.profile-caret {
	float:left;
	margin-top:10px;
	margin-right:8px;
	padding-left:8px;
}
.profile-caret span.caret {
	border-top: 4px solid #f3f3f3;
}

div.profile-box {
	width:150px;
	border:1px solid #c9c9c9;
	background:#fff;
	-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 18px rgba(50, 50, 50, 0.2);
	margin-top:25px;
	padding:0;
	color:#5f5f5f;
	font-size:13px;
}
.profile-navigation {
	margin:2px 0px;
	padding:0;
	list-style:none;
}
.profile-navigation li:hover {
	background:#fafafa;
}
.profile-navigation li:last-child a{
	border:0;
}
.profile-navigation li a{
	color:#535457;
	padding:10px 0px;
	margin:0px 10px;
	display:block;
	border-bottom:1px solid #e0e0e0;
}
.profile-navigation li a:hover{

	text-decoration:none;
}
.profile-navigation li a i {
	padding-right:10px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Main Styles
/*-----------------------------------------------------------------------------------*/

#main .block {
	padding:0px 200px 0px 20px; 
}

#wrap {
	position: relative; 
	height: calc(100% - 55px);
}
/*-----------------------------------------------------------------------------------*/
/*	4.	Menu Styles
/*-----------------------------------------------------------------------------------*/
#menu-link { display:none;}
#menu { 
  position: absolute;
  /*overflow: hidden; */
  top: 0; 
  left:-180px;
  width: 180px; 
  min-height: 100%; 
  color:#fff;
  z-index: 999;
  background: #E6E6E6;
  border-right: 1px solid #ccc;

}
/* 4.a Main Menu */


/* 4.b additional menu */
.additional-menu {
	margin: 0px;
	list-style:none;
	width:180px;
}
.additional-menu li {
	/*border-right: 1px solid #CCC;*/
}

.additional-menu li a {
	display:block;
	height:12px;
	padding:2px 9px 8px 9px;
	color:#444444;
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #ffffff;
	background: #e6e6e6 url(../images/chrght.png) no-repeat right;
	font-size:12px;
}

.additional-menu li.current-parent a {
	background: #e6e6e6 url(../images/chdown.png) no-repeat right;
}

.additional-menu li a:hover{
	text-decoration:none;
	background: #efefef;
	background-image: url(../images/chrght.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.additional-menu li li a{
	display:block;
	height:102px;
	padding:5px 15px 10px 15px;
	color:#000;
	border-bottom:1px solid #c9c9c9;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 1%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fafafa), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #fafafa 1%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #fafafa 1%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #fafafa 1%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #fafafa 1%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
	font-size:12px;
}

.additional-menu li a li:hover{
	text-decoration:none;
	color: black;
	background: #ffffff;
	
}

.additional-menu li a i{
	padding-right:8px;
}
.additional-menu li.active a, .additional-menu li.active a:hover {
	-webkit-box-shadow: inset 0px 2px 5px 0px #bfbfbf;
	box-shadow: inset 0px 2px 5px 0px #bfbfbf;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f5f5f5',GradientType=0 );
}

.additional-menu ul {
	display: none;
	margin-left: 0px;
}

.additional-menu ul li a {
	padding-left: 25px;
	background: #efefef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #efefef 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efefef), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #efefef 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #efefef 0%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #efefef 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to right, #efefef 0%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-8 */
}

.additional-menu ul li:hover, .additional-menu ul li a:hover {
	background: #ffffff;
}

.additional-menu ul li.current, .additional-menu ul li.current a {
	border-right: none;
	background: #ffffff;
	position: relative;
	left: 1px;
}

.additional-menu ul li a span {
	font-weight: bold;
	border-left: 8px solid #ed592b;
	padding-left: 5px;
}

.additional-menu img {
	float: right;
	margin-top: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.2	Menu Widgets
/*-----------------------------------------------------------------------------------*/
/* 4.2.a New Files ***************************/
.new-files-container {
	padding: 20px 10px;
	background: #e6e6e6;
}

.new-files {
	background:#fff;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#5c5c5c;
}
.new-files .title {
	padding: 10px;
	font-size:12px;
	line-height: 12px;
	font-weight:400;
	border-bottom: 1px solid #ccc;
}

.new-files .pull-right {
	margin-top: -3px; 
}

.file {
	padding: 10px;
	border-bottom:1px solid #dcdcdc;
}
.file .file-format {
	float:left;
	width:18px;
	height:19px;
}

.file .file-format img{
	width:18px;
	height:19px;
}
.file .file-info {
	margin-left:25px;
	position: relative;
	top: 1px;
}
.file .file-name {
	font-size: 12px;
}
.file .file-name a {
	display:block;
	float:right;
	color:#5c5c5c;
}
.file .file-name [class^="icon-"]:before, [class*=" icon-"]:before {
	font-size:12px;
}
.file-date {
	font-size:12px;
}

/* 4.2.b Drop files here to upload ***************************/
.upload-box {
	margin-top:30px;
	margin-left:82px;
	margin-right:12px;
	background:#f1f1f1;
	border:2px dashed #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#b2b2b2;
	font-weight:bold;
	width:140px;
	height:105px;
	text-align:center;
	padding:65px 20px 0px 20px; 
}

/* 4.2.c Media Files ***************************/
.media-files {
	margin-top:30px;
	margin-left:80px;
	margin-right:12px;
	background:#fff;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#5c5c5c;
	padding:10px;
	font-size:13px;
}
.media-files .title{
	font-size:14px;
	font-weight:bold;
}
.media-files p {
	margin-top:10px;
	margin-bottom:15px;
}
.media-files-info-box {
	margin-bottom:20px;
}
.media-files-info-box i {
	padding-right:5px;
}

/* 4.2.d Add New Widget ***************************/
.add-widget-link {
	font-weight:bold;
	color:#fff;
	text-align:center;
	display:block;
	background:#2d8aeb;
	height:27px;
	margin-top:30px;
	margin-left:80px;
	margin-right:12px;
	padding-top:8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.add-widget-link:hover {
	opacity:0.9;
	color:#fff;
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------*/
/*	5.	Content Elements
/*-----------------------------------------------------------------------------------*/
/* 5 Basic (Grids) */
.grid {
	background:#fff;
	/*-webkit-border-radius: 3px;*/
	/*-moz-border-radius: 3px;*/
	/*border-radius: 3px;*/
}
.grid-transparent {
		margin-top:40px;
}
.grid-title {
	height:31px;
	overflow:hidden;
	padding-left: 10px;

}
.grid-title .pull-left .icon-title {
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	height:30px;
	margin-top:-2px;
	margin-right:8px;
	padding-top:12px;
	float:left;
	color:#5f5f5f;
}
.grid-title .pull-left span {
	color:#5f5f5f;
	font-size:14px;
	font-weight:bold;
	height:14px;
	display:block;
	padding-top:8px;
	width:200px;
}
.grid-title .pull-right .icon-title {
	padding-left:10px;
	padding-right:10px;
	height:30px;
	margin-top:2px;
	padding-top:12px;
	float:left;
}
.grid-title .pull-right .icon-title a{
	color:#5f5f5f;
}
.grid-title .pull-right .icon-title a:hover {
	color:#3c3b3b;
}

.grid-info {
	margin-top: -8px;
	height: 18px;
}

.grid-info .box-icon {
	width: 30px;
	height: 25px;
}

.grid-info img {
	margin-top: 4px;
}

.grid-content {
	padding: 0;
	border: 1px solid #CCC;
	margin-top: 6px;
}
.grid-content.padding-none {
	padding:0;
}

.grid-chart {
	border: 1px solid #CCC;
	border-left: none;
	margin-left: -8%;
	padding: 10px;
	height: 220px;
}

.grid-chart.first {
	margin-left: 0px;
}

.grid-chart.last {
	border-right: none;
}

.grid-chart-title h4 {
	font-size: 17px;
	line-height: 30px;
}

.grid-chart-title .box-icon {
	height: 30px;
}

.grid-chart img {
	max-width: 90%;
	margin-left: 3%;
}

.grid-chart-title {
	height: 30px;
	overflow: hidden;
	padding: 0px 5px 0 15px;
	border-right: 1px solid #CCC;
	margin-left: -8%;
}

.grid-chart-title.first {
	margin-left: 0px;
}

.grid-chart-title.last {
	border-right: none;
}

.overflow {
	overflow:auto;
}
/* 5.a Page Title ***************************/
.pagetitle {
	width: 100%;
	height:50px;
}
.pagetitle h1{
	float:left;
	font-size:24px;
	color:#5f5f5f;
}
.pagetitle .btn-group {
	float:right;

}
.pagetitle .btn{
	color: #5f5f5f;
	border-color:#c9c9c9;
	background-color: #fafafa;
    *background-color: #eaeaea;
    background-image: -moz-linear-gradient(top, #fafafa, #eaeaea);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea);
    background-image: -o-linear-gradient(top, #fafafa, #eaeaea);
    background-image: linear-gradient(to bottom, #fafafa, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffeaeaea', GradientType=0);
}

/* 5.b Info Box ***************************/
.info-box {
	background:#ffffff;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:-4px;
	margin-bottom: 15px;
	
}

.stats-box {
	padding: 15px;
	color:#5f5f5f;
	font-size: 12px;
	line-height: 18px;
}
.stats-box-title {
	text-align:left;
	display: inline-block;
	vertical-align: middle;	
	margin-left: 15px;
}
.stats-box-all-info {
	text-align:center;
	font-weight:bold;
	font-size: 56px;
	line-height: 56px;
	margin-top: -10px;
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}

.stats-box-all-info2 {
	text-align:center;
	font-weight:bold;
	font-size: 56px;
	line-height: 172px;
	margin-top:20px;
}
.stats-box-all-info img{
	width:60px;
	height:60px;
}
.wrap-chart {
	height:80px; 
	overflow:hidden;
	margin-top:20px;
}
.chart{
    width: 100%;
    height: 100px;
    overflow: hidden;
	padding-left:10px;
	padding-right:10px;
}
#tooltip {

	background:#000;
	color:#fff;
	font-size:13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.information-data {
	overflow:hidden;
	width:100%;
	border-top:1px solid #c9c9c9;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
}
.data25 {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
	float:left;
	width:25%;
	text-align:center;
	padding-top:10px;
	border-right:1px solid #c9c9c9;
	margin-left:-1px;
}

.data33 {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
	float:left;
	width:33%;
	text-align:center;
	padding:10px 0;
	border-left:1px solid #c9c9c9;
	margin-left:-1px;
}

.data75 {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
	float:left;
	width:75%;
	text-align:center;
	padding-top:10px;
	border-left:1px solid #c9c9c9;
	margin-left:-1px;
}

.data-figures {
	font-size:14px;
	line-height: 17px;
	color:#5f5f5f;
	font-weight: 300;
}

.data-figures-bold {
	font-size: 16px;
	line-height: 17px;
	font-weight: 500;
	color: #5f5f5f;
}

.data-title {
	margin-bottom: 8px;
	color:#5f5f5f;
	display: block;
}

/* 5.c Active Users ***************************/
.chart-active {
	width:100%;
	height:215px;
	margin-top:20px;
}
.information-data-2 {
	overflow:hidden;
	width:100%;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
}
.information-data-2 .data {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
	float:left;
	width:33.33333%;
	text-align:center;
	padding-top:15px;
	border-left:1px solid #c9c9c9;
	margin-left:-1px;
}
.information-data-2 .date-figures {
	font-size:30px;
	font-weight:bold;
	color:#5f5f5f;
}
.information-data-2 .date-title {
	margin-top:-5px;
	color:#5d5d5d;
}

.dates-active { float:left; margin-top:15px;  margin-bottom:15px;}
.dates-active .input-append{
	margin-right:6px;
	margin-bottom: 0px;
}
.def {
	display: inline-block;
	color:#5f5f5f;
	margin-right:6px;
}
input[type="text"].input-date {
	width:100px;
	background:#fbfbfb;
	border-color:#dcdcdc;
}
span.add-on { background-color::#f2f2f2; }
.add-on i { padding-top:3px; color:#5f5f5f; }
.select-active { float:right; margin-top:15px; margin-bottom:15px; }

/* 5.d Quick Stats ***************************/
.quick-stats-box .span3{
	height:100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	text-transform:uppercase;
	background:#2d8aeb;
	color:#ffffff;
}
.quick-stats-box .span3 span{
	display:block;
	font-size:30px;
	font-weight:bold;
	padding-top:25px;
	margin-bottom:15px;
}
.quick-stats-box .red{
	background:#ff6868;
}
.quick-stats-box .orange{
	background:#ffa93c;
}
.quick-stats-box .green{
	background:#05a705;
}

/* 5.e Visitor Statistics ***************************/
.list-visitor {
	list-style:none;
	margin:0;
	margin-top:-30px;
}
.list-visitor li{
	margin-top:50px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
.list-visitor li .linecustom {
	padding-right:20px;
}
.list-visitor li .sparkbar {
	padding-right:40px;
	padding-left:20px;
}
.list-visitor li .number {
	color:#3b91eb;
	font-size:24px;
	font-weight:bold;
	float:right;
}
.list-visitor-2 li .number {
	color:#5f5f5f;
}
/* 5.f Friends Box ***************************/
.friends {
	overflow:hidden;
}
.friend {
	border-top:1px solid #e0e0e0;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:-1px;
}
.f-avatar{
	border: 1px solid #5d5d5d; height: 60px; width: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	float:left;
}
.f-info {
	margin-left:80px;
}
.f-name {
	color:#5f5f5f;
	font-size:14px;
	font-weight:bold;
	margin-top:8px;
}
.f-name img { width:8px; height:8px; }
.f-text {
	margin-top:5px;
	color:#5f5f5f;
}
.f-actions {
	float:right;
	margin-top:15px;
}
.f-actions a {
	background:#2d8aeb;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	padding:10px 25px;
}
.f-actions a:hover {
	text-decoration:none;
	color:#fff;
	opacity:0.9;
}

/* 5.g Information Box 3 ***************************/
.information-box-3 {
	overflow:hidden;
	width:100%;
	color:#5f5f5f;
	border:1px solid #c9c9c9;
	background: #fff;
	margin-top:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.information-box-3 .item {
	float:left;
	width:33.33333%;
	padding-top:30px;
	padding-bottom:30px;
	border-left:1px solid #c9c9c9;
	margin-left:-1px;
}
.information-box-3 .item img{
	float:left;
}
.box-figures {
	font-size:18px;
	font-weight:bold;
	padding-left:80px;
	padding-top:8px;
}
.box-title {
	font-size:14px;
	text-transform:uppercase;
	padding-left:80px;
	padding-top:5px;
}
.box-info {
	width:160px;
	margin:auto;
}
.box-info img{
	width:60px;
	height:60px;
}
/* 5.h Twitter Widget ***************************/
.t-foot {
	margin-top:10px;
	margin-left:80px;
}
.t-date {
	float:left;
	color:#b2b2b2;
}
.t-retweet {
	float:right;
}
.t-retweet a,.t-retweet a:hover{ color:#b2b2b2; }
/* 5.i Take Notes ***************************/
.notes {
	height: 420px;
	overflow-y:scroll;
}
.note {
	border-top:1px solid #c9c9c9;
	margin-top:-1px;
}
.note-status {
	border-right:1px solid #c9c9c9;
	padding:18px 12px;
	width:10px;
	float:left;
}
.note-done {
	display:block;
	background:url(../images/icon/icon_cont_check.png);
	width:12px; height:12px;
	background-size:12px 12px;
}
.no-done .note-done {
	background:url(../images/icon/icon_cont_close.png);
	background-size:12px 12px;
}
.note-name {
	float:left;
	width:50%;
	height:20px;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	color:#5f5f5f;
	padding-top:14px;
	padding-left:10px;
}
.no-done .note-name {
	color:#b2b2b2;
}
.note-date {
	float:right;
	width:65px;
	background:#ff6868;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding:3px 0px;
	font-weight:bold;
}
.note-date.blue {
	background:#2d8aeb;
}
.note-date.orange {
	background:#ffa93c;
}
.note-date.green {
	background:#05a705;
}

/* 5.j Processes Box ***************************/
.process-box {
	margin-top:40px;
	padding:10px 20px;
	background:#fff;
	border:1px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#5d5d5d;
}
.process-name {
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}
.process-name i{
	padding-top:2px;
	padding-right:20px;
}
.process-info {
	padding-top:5px;
}
.process-progress {
	margin-top:10px;
	background:#fbfbfb;
	width:100%;
	height:8px;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.process-progress .advance {
	margin-top:-1px;
	height:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.process-progress .advance.blue {
	background:#2d8aeb;
	border:1px solid #1465b5;
}
.process-progress .advance.red {
	background:#ff6868;
	border:1px solid #d44646;
}
.process-progress .advance.green {
	background:#06a706;
	border:1px solid #028602;
}
a.process-action {
	width:150px;
	background:#2d8aeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	text-align:center;
	color:#fff;
	padding:10px 0px;
	float:right;
	margin-top:10px;
}
a.process-action:hover {
	text-decoration:none;
	color:#fff;
	opacity:0.9;
}
a.process-action.red {
	background:#ff6868;
}
a.process-action.green {
	background:#06a706;
}

/* 5.k Gallery ***************************/
.thumbnails {
	clear:both;
}
.thumbnails-full {
	margin-top:-20px;
}
.thumbnail {
	width:150px;
}
ul.thumbnails li {
	 position: relative;
	 margin-bottom:0;
	 margin-top:20px;
}
.thumbnails li span {
	background:#000;
	display:block;
}
.thumbnails li:hover  img{
	opacity: 0.5;
}
.thumbnails .p_actions {
	width: 32px;
	position: absolute;
	top:5px;
	left:135px;
	opacity: 0;
	-moz-transition: opacity 0.3s ease-in-out;
}
.thumbnails li:hover .p_actions {
	opacity: 1;
}
.p_actions a.p_delete{
	width:20px;
	height:20px;
	display:block;
	background:url(../images/icon/photo_delete.png);
	background-size:20px 20px;
}
.p_actions a.p_edit{
	width:20px;
	height:20px;
	display:block;
	background:url(../images/icon/photo_edit.png);
	background-size:20px 20px;
	margin-top:1px;
}
.p_actions a.p_zoom{
	width:50px;
	height:50px;
	display:block;
	background:url(../images/icon/photo_zoom.png);
	background-size:50px 50px;
	margin-top:30px;
	margin-left:-78px;
}

ul.nav-pills {
	margin-top:10px;
}
ul.nav-pills > .active > a, .nav-pills > .active > a, ul.nav-pills > .active > a:hover, ul.nav-pills > .active > a:focus  { background-color:#218ffc; }
ul.nav-pills > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#535457;
}

a.p_link_upload {
	background: #2d8aeb;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin-top:12px;
	padding: 7px 10px;
	float:right;
}
a.p_link_upload:hover {
	opacity:0.9;
	color:#fff;
	text-decoration:none;
}
div.pagination {
	margin:0;
}
div.pagination ul > li > a, div.pagination ul > li > span {
	padding: 7px 13px;
	color:#5f5f5f;
	background:#fbfbfb;
}
a.link_pagination{
	display:block;
	padding: 7px 13px;
	color:#5f5f5f;
	background:#fbfbfb;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:9px;
	float:left;
}
a.link_pagination:hover{
	color:#5f5f5f;
	text-decoration:none;
	background:#f5f5f5;
}
a.link_pagination.right{
	float:right;
	margin-top:-40px;
}

/* 5.l Page icons ***************************/
.the-icons {
  list-style-type: none;
  margin-left: 0;
}
.the-icons li {
  cursor: pointer;
  line-height: 42px;

  padding-left: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.the-icons li [class^="icon-"],
.the-icons li [class*=" icon-"] {
  width: 32px;
  font-size: 16px;
}
.the-icons li:hover {
  background-color: #f0faff;
}
.the-icons li:hover [class^="icon-"],
.the-icons li:hover [class*=" icon-"] {
  *font-size: 24px;
  *vertical-align: middle;
}
.the-icons li:hover [class^="icon-"]:before,
.the-icons li:hover [class*=" icon-"]:before {
  font-size: 24px;
  vertical-align: middle;
}

/* 5.ll Tables ***************************/
.table {
	color:#5f5f5f;
}
.table-mod-2 {
	background:#fbfbfb;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-mod-2 a {
	color: #2d8aeb ;
}
.table-mod-2  thead tr th{
 color:#5f5f5f;
 font-size:14px;
}
.table-mod-2 tr td {
	padding-top:10px;
}
.table-mod-2 tr .t_center {
	text-align:center;
}
.s_green {
	background:#05a705;
	padding:2px 5px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.s_blue {
	background:#2d8aeb;
	padding:2px 5px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.s_orange {
	background:#ffa93c;
	padding:2px 5px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.s_gray {
	background:#6d6d6d;
	padding:2px 5px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.right_info { display:block; float:right;}
.table-mod-2 tr td.t_b_blue { border-left:2px solid #2d8aeb;}
.table-mod-2 tr td.t_b_red { border-left:2px solid #ff6868;}
.table-mod-2 tr td.t_b_orange { border-left:2px solid #ffa93c;}
.table-mod-2 tr td.t_b_green { border-left:2px solid #05a705;}
.table-mod-2 tr td.t_b_purple { border-left:2px solid #b258ff;}

/* 5.m Forms ***************************/
input[type="text"].input, input[type="password"].input, textarea.input {
  display: inline-block;
  height: 20px;
  padding: 5px 6px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #606060;
  background:#fbfbfb;
  border-color:#dcdcdc;
}
input.input.span, textarea.input.span {
	display: block;
	width: 100%;
	height:30px;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
 textarea.span.same-height-1 {
	min-height:100px;
}
.formRow  { clear:both;
	padding-top:10px; }
.formRow label{
	float:left;
}
.formRow .formRight { display: block; float: right; width: 80%; }
.distance p{
	float:left;
	width:25%;
	display:block;
}
.distance p label{
	margin-top:2px;
	float:left;
}
.width-100 {
	width:100%;
}
.input-valid-default input[type="checkbox"],.input-valid-default  input[type="radio"] {
	display:block;
}
input[type="checkbox"] {
	display:none;
}

input[type="checkbox"] + label {
	font-size:13px;
}
input[type="checkbox"] + label span {
	display:inline-block;
	width:19px;
	height:21px;
	vertical-align:middle;
	background:url(../images/check_radio_sheet.png) -1px top no-repeat;
	background-size:89px 20px;
	cursor:pointer;
}
input[type="checkbox"][disabled="disabled"] + label span {
	display:inline-block;
	width:19px;
	height:21px;
	vertical-align:middle;
	background:url(../images/check_radio_sheet-disabled.png) -1px top no-repeat;
	background-size:89px 20px;
	cursor:pointer;
}
input[type="checkbox"]:checked + label span {
	background:url(../images/check_radio_sheet.png) -23px top no-repeat;
	background-size:89px 20px;
}
input[type="checkbox"][disabled="disabled"]:checked + label span {
	background:url(../images/check_radio_sheet-disabled.png) -23px top no-repeat;
	background-size:89px 20px;
}
input[type="radio"] {
	display:none;
}	
input[type="radio"] + label {
	font-size:13px;
}
input[type="radio"] + label span {
	display:inline-block;
	width:19px;
	height:21px;
	vertical-align:middle;
	background:url(../images/check_radio_sheet.png) -53px top no-repeat;
	background-size:100px 24px;
	cursor:pointer;
}
input[type="radio"][disabled="disabled"] + label span {
	display:inline-block;
	width:18px;
	height:18px;
	margin:-1px 3px 0 0;
	padding-top:6px;
	vertical-align:middle;
	background:url(../images/check_radio_sheet-disabled.png) -53px top no-repeat;
	background-size:100px 24px;
	cursor:pointer;
}
input[type="radio"]:checked + label span {
	background:url(../images/check_radio_sheet.png) -78px top no-repeat;
	background-size:100px 24px;
} 
input[type="radio"][disabled="disabled"]:checked + label span {
	background:url(../images/check_radio_sheet-disabled.png) -78px top no-repeat;
	background-size:100px 24px;
} 
.text-center {
	text-align:center;
}
.text-center img {
	width:25%;
}
.text-right {
	text-align:right;
}
#amount, #amount2, #amount3, #amount4 {
	border:0;
	box-shadow:none;
	width:100px;
}
	
/* 5.n UI ***************************/	
/* accordion */
div.accordion {
	border:1px solid #c9c9c9;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin-bottom:0;
}

div.accordion-group {
	border:0;
	margin-bottom:0px;
}
div.accordion-titleing {
	background: #f2f9fe;
	background: -moz-linear-gradient(top, #f2f9fe 0%, #fafafa 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f9fe), color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #f2f9fe 0%,#fafafa 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #f2f9fe 0%,#fafafa 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #f2f9fe 0%,#fafafa 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #f2f9fe 0%,#fafafa 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#e9e9e9',GradientType=0 );
	border-bottom:1px solid #c9c9c9;
	font-weight:bold;
	font-size:14px;
}

div.accordion-titleing a {
	color:#525356;
	display:block;
	height:27px;
	padding-top:8px;
	padding-left:10px;
}
div.accordion-titleing a:hover { text-decoration:none; }
div.accordion-inner {
  padding:10px;
  background:#fff;
  border-bottom:1px solid #c9c9c9;
}
/* tabs */
.tabs-nav {
	margin-left:0;
	margin-top:-31px;
}
.tabs-nav li{
	float:left;

}
.tabs-nav li a{
	position: relative;
	top: 4px;
	color:#5f5f5f;
	background: #fff;
	font-weight:normal;
	font-size:12px;
	padding:5px;
	border-right:1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-top:1px solid #c9c9c9;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tabs-nav li a:hover{
	text-decoration:none;
}
.tabs-nav li.active a{
	background:#fff;
	border-bottom: 1px solid white;
}

.tabs-nav li:first-child a {
	border-left:1px solid #c9c9c9;
}

.tabs-nav.tabs-nav-right {
	float:right;
	margin-bottom:-20px;
}
.tabs-nav.tabs-nav-right li a{
	border-left:1px solid #c9c9c9;
	border-right:0;
}
/* alerts */
div.alert {
  color: #fff;
  background-color: #ffa93c;
  border: 1px solid #e48002;
  padding: 7px 35px 7px 14px;
  text-shadow: none;
}
div.alert .close {
  color:#fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.alert .close:hover {
  opacity: 1.0;
  filter: alpha(opacity=100)
}
div.alert-success {
  background-color: #05a705;
  border-color: #028602;
}

div.alert-danger,
div.alert-error {
  background-color: #ff6757;
  border-color: #d44646;
}
div.alert-info {
  background-color: #2d8aeb;
  border-color: #1465b5;
}


/* popovers */
.show-grid{
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #eee;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
.show-grid:hover [class*="span"]
{
	background: #ddd;
}
.show-grid .show-grid
{
	margin-top: 0;
	margin-bottom: 0;
}
.show-grid .show-grid [class*="span"]
{
	background-color: #ccc;
}
.show-grid a { cursor:pointer; }

/* pagination */
.pagination-desc {
	color:#353535;
	margin-top:10px;
	margin-bottom:10px;
}
/* pager */
ul.pager li > a,
ul.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  color:#5f5f5f;
  background-color: #fbfbfb;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
ul.pager .disabled > a,
ul.pager .disabled > a:hover,
ul.pager .disabled > a:focus,
ul.pager .disabled > span {
  color: #b2b2b2;
  cursor: default;
  background-color: #fbfbfb;
}

/* 5.o Widgets ***************************/	
/*chat */
.chat {
	height:277px;
	overflow-y:scroll;
	padding:0px 10px;
}
.chat .f-text {
	font-size:13px;
}
.chat .f-name span{
	float:right;
	font-weight:normal;
	color:#b2b2b2;
}
.chat-form {
	margin-top:10px;
	padding:10px 10px 0px 10px;
	border-top:1px solid #c9c9c9;
}
/* modal box */
div.modal-backdrop {
	position:static;
}
.btn-modal {
	text-align:center;
}
.btn-modal button {
	margin-left:5px;
	margin-right:5px;
}

/* comments */
.comments {
	overflow:hidden;
}
.comment {
	border-top:1px solid #e0e0e0;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:-1px;
}
.comment-info-1 {
	float:left;
}
.comment-avatar{
	border: 1px solid #5d5d5d; height: 60px; width: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	margin-bottom:10px;
}
.comment-info-2 {
	margin-left:80px;
}
.comment-name {
	color:#5f5f5f;
	font-size:14px;
	font-weight:bold;
	margin-top:8px;
}
.comment-date {
	margin-top:5px;
	color:#5f5f5f;
}
a.comment-link {

	color:#2d8aeb;
	display:block;
	margin-top:5px;
}
a.comment-link:hover {
	text-decoration:none;
	color:#2d8aeb;
}

/* news */
.news-list {
	overflow:hidden;
}
.news {
	border-top: 1px solid #e0e0e0;
	padding:15px 0 5px 0;
}
.news:first-child {
	border-top: none;
	padding:0 0 5px 0;
}

.news .date {
	display: block;
	margin-bottom: 2px;
}

.news strong {
	color: #f0681c;
}

.news-info-1 {
	float:left;
}
.news-avatar{
	border: 1px solid #5d5d5d; height: 60px; width: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	margin-bottom:10px;
}
.news-info-2 {
	margin-left:80px;
}
.news-text {
	margin-top:5px;
	color:#5f5f5f;
}
a.news-link {
	color:#2d8aeb;
	display:block;
	margin-top:5px;
}
a.news-link:hover {
	text-decoration:none;
	color:#2d8aeb;
}

/* 5.p Buttons ***************************/	
.seperator_dashed {
	border-top:1px dashed #E7E7E7;
	margin-top:10px;
	margin-bottom:10px;
}
.metro.btn, .metro.btn.dropdown-toggle .metro.btn:active,
.metro.btn.active,
.metro.btn.disabled,
.metro.btn[disabled] {
  background-color: #fafafa;
  *background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fafafa, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #fafafa, #fafafa);
  background-image: -o-linear-gradient(top, #fafafa, #fafafa);
  background-image: linear-gradient(to bottom, #fafafa, #fafafa);
  border-color: #d4d4d4 #d4d4d4 #d4d4d4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fffafafa', GradientType=0);
}
.metro.btn:hover, .metro.btn:focus {
	background-color: #fafafa;
	opacity:0.9;
}
.metro.btn-primary, .metro.btn-primary:hover, .metro.btn-primary:focus, .metro.btn-primary.dropdown-toggle .metro.btn-primary:active,
.metro.btn-primary.active,
.metro.btn-primary.disabled,
.metro.btn-primary[disabled] {
  background-color: #0393ec;
  *background-color: #0393ec;
  background-image: -moz-linear-gradient(top, #0393ec, #0393ec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0393ec), to(#0393ec));
  background-image: -webkit-linear-gradient(top, #0393ec, #0393ec);
  background-image: -o-linear-gradient(top, #0393ec, #0393ec);
  background-image: linear-gradient(to bottom, #0393ec, #0393ec);
  border-color: #006cb7 #006cb7 #006cb7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0393ec', endColorstr='#ff0393ec', GradientType=0);
}
.metro.btn-success, .metro.btn-success:hover, .metro.btn-success:focus, .metro.btn-success.dropdown-toggle .metro.btn-success:active,
.metro.btn-success.active,
.metro.btn-success.disabled,
.metro.btn-success[disabled] {
  background-color: #00a501;
  *background-color: #00a501;
  background-image: -moz-linear-gradient(top, #00a501, #00a501);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a501), to(#00a501));
  background-image: -webkit-linear-gradient(top, #00a501, #00a501);
  background-image: -o-linear-gradient(top, #00a501, #00a501);
  background-image: linear-gradient(to bottom, #00a501, #00a501);
  border-color: #008500 #008500 #008500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a501', endColorstr='#ff00a501', GradientType=0);
}
.metro.btn-warning, .metro.btn-warning:hover, .metro.btn-warning:focus, .metro.btn-warning.dropdown-toggle .metro.btn-warning:active,
.metro.btn-warning.active,
.metro.btn-warning.disabled,
.metro.btn-warning[disabled] {
  background-color: #fea734;
  *background-color: #fea734;
  background-image: -moz-linear-gradient(top, #fea734, #fea734);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fea734), to(#fea734));
  background-image: -webkit-linear-gradient(top, #fea734, #fea734);
  background-image: -o-linear-gradient(top, #fea734, #fea734);
  background-image: linear-gradient(to bottom, #fea734, #fea734);
  border-color: #e68000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffea734', endColorstr='#fffea734', GradientType=0);
}
.metro.btn-danger, .metro.btn-danger:hover, .metro.btn-danger:focus, .metro.btn-danger.dropdown-toggle .metro.btn-danger:active,
.metro.btn-danger.active,
.metro.btn-danger.disabled,
.metro.btn-danger[disabled] {
  background-color: #ff6666;
  *background-color: #ff6666;
  background-image: -moz-linear-gradient(top, #ff6666, #ff6666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6666), to(#ff6666));
  background-image: -webkit-linear-gradient(top, #ff6666, #ff6666);
  background-image: -o-linear-gradient(top, #ff6666, #ff6666);
  background-image: linear-gradient(to bottom, #ff6666, #ff6666);
  border-color: #d64242;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6666', endColorstr='#ffff6666', GradientType=0);
}
.metro.btn-inverse, .metro.btn-inverse:hover, .metro.btn-inverse:focus, .metro.btn-inverse.dropdown-toggle .metro.btn-inverse:active,
.metro.btn-inverse.active,
.metro.btn-inverse.disabled,
.metro.btn-inverse[disabled]  {
  background-color: #2d2d2d;
  *background-color: #2d2d2d;
  background-image: -moz-linear-gradient(top, #2d2d2d, #2d2d2d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d2d2d), to(#2d2d2d));
  background-image: -webkit-linear-gradient(top, #2d2d2d, #2d2d2d);
  background-image: -o-linear-gradient(top, #2d2d2d, #2d2d2d);
  background-image: linear-gradient(to bottom, #2d2d2d, #2d2d2d);
  border-color: #1c1c1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2d2d2d', endColorstr='#ff2d2d2d', GradientType=0);
}

/* 5.p Pages Error ***************************/	
.error-s {
	width: 400px;	
	margin: auto;
	clear:both;
	padding-top:130px;
}
.error-number {
	font-weight:bold;
	line-height: 1em;
	color: #ff6857;
	font-size: 160px;
	text-shadow:0px 0px 0 rgb(248,97,80),0px 1px 0 rgb(240,89,72),0px 2px 0 rgb(233,82,65),0px 3px 0 rgb(225,74,57),0px 4px 0 rgb(218,67,50),0px 5px 0 rgb(211,60,43),0px 6px 0 rgb(203,52,35),0px 7px 0 rgb(196,45,28),0px 8px 0 rgb(189,38,21),0px 9px 0 rgb(181,30,13),0px 10px 0 rgb(174,23,6),0px 11px 0 rgb(166,15,-2),0px 12px 0 rgb(159,8,-9), 0px 13px 0 rgb(152,1,-16),0px 14px 13px rgba(0,0,0,0),0px 14px 1px rgba(0,0,0,0.5),0px 0px 13px rgba(0,0,0,.2);
	text-align: center;
}
.error-text {
	font-size: 24px;
	font-weight:bold;
	color: #5f5f5f;
	margin-top:20px;
	
	text-align: center;
	line-height:30px;
}
.error-more-info {
	font-size: 18px;
	color: #5f5f5f;
	margin-top:20px;
	text-align: center;
	line-height:24px;
	margin-left:20px;
}
.error-buttons {
	width:250px;
	margin-left:50px;
}
.error-buttons .add-widget-link {
	font-weight:normal;
}

/* 5.q Page Typography ***************************/
.font-24 {
	font-size:24px;
	line-height:30px;
}
.label-blue { color:#2d8aeb; }
.label-red { color:#ff6757; }
.label-green { color:#05a705; }
.label-orange { color:#ffa93c; }
.label-gray { color:#b2b2b2; }

div.label, span.label { padding:5px 10px; }
div.label-important, span.label-important { background-color: #ff6455; }
div.label-success, span.label-success { background-color: #00a501; }
div.label-warning, span.label-warning { background-color: #fea734; }
div.label-info, span.label-info { background-color: #00b3fd; }

.border-addres {
	border:1px solid #c9c9c9;
	padding:10px;
	width:50%;
}

body blockquote p{
	font-size:14px;
	line-height:20px;
}

ul.unordered-list {
	display: block;
	list-style-type: disc;
}
ul.unordered-list ul {
	list-style-type: circle;
}
ol {
	display: block;
	list-style-type: decimal;
}
ul.unstyled-list {
	display: block;
	list-style-type: none;
	margin-left:0;
}
ul.unstyled-list ul {
	list-style-type: circle;
}
dd {
	margin-bottom:30px;
}

/* 5.r Page Charts ***************************/
.pie {
	width:230px;
	height:230px;
	margin:auto;
}

ul.info {
	padding: 0;
	margin: 0px 5px;
}

ul.info li {
	font-size: 11px;
	line-height: 17px
}

ul.info li:hover {
	background: #f3f3f3;
	cursor: default;
}

/* 5.s Contact LIST ***************************/
		
.slider { width:100%; min-height: 250px; display: block; position: relative; background: #fff; overflow: hidden;  }
.slider ul { list-style: none; margin:0; }
.slider-content { float: left; width: 100%; display: block; overflow: auto; min-height: 250px; }
.slider-content ul { margin:0; float: left; width: 100%; display: block; position: relative; }
.slider-content ul li { float: left; width: 100%; }
.slider-content ul ul li a { padding: 5px 10px; display: block; border-bottom: 1px solid #e0e0e0; text-transform: capitalize; }
.slider-content ul ul li a:hover { background:#fafafa; }
.slider-content .title { padding: 5px 0; text-indent: 10px; background: #eaeaea; color: #807f7f; width: 100%; float: left; font-weight: bold; text-transform: uppercase; }
.slider-content .selected .title { background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 );
}
.slider .slider-nav {
	position: absolute; right: 0; top: 0; margin-top:10px; background: #666; min-height: 250px; background: rgb(246,246,246); 
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */}
.slider .slider-nav ul { padding: 5px 0; }
.slider .slider-nav li a { padding: 3px 5px; line-height: 13px; text-align: center; color: #807f7f; font-weight: bold; display: block; text-transform: uppercase; cursor: pointer; }
.slider #debug { position: absolute; bottom: 0; left: 0; padding: 5px; background: #000; color: #fff; }
.slider .arrow { font-size: 0px; line-height: 0%; width: 0px; border-bottom: 8px solid #fff; border-left: 5px solid #333; border-right: 5px solid #333; position: relative; top: 5px; }
	.slider .down { border-bottom: none; border-top: 8px solid #fff; top: 15px; }
.slider .slide-up, .slider .slide-down { 
	height: 30px; background: #333; text-align: center; cursor: pointer; float: right; width: 100%; position: relative;background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(234,234,234,1)))
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */ }
.up-sl {
	background-image:url(../images/contact-nav.png);
	width:28px;
	height:14px;
	display:block;
	margin:auto;
	margin-top:7px;
}
.down-sl {
	background-image:url(../images/contact-nav.png);
	background-position:0px 14px;
	width:28px;
	height:14px;
	display:block;
	margin:auto;
	margin-top:7px;
}

a.dropdown-toggle {
	background: url('../images/icon-arrow-down.png') no-repeat right;
	padding-right: 22px;
	margin-right: 1px;
}

a.dropdown-toggle:hover + ul.dropdown-menu, ul.dropdown-menu:hover {
    display: block;    
}

a.dropdown-toggle:hover, .current_page_item a.dropdown-toggle {
	background: #e7e7e7 url('../images/icon-arrow-down.png') no-repeat right;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Footer
/*-----------------------------------------------------------------------------------*/
.footer {
	padding: 10px 20px;
	font-size: 11px;
	line-height: 17px;
	color: #444;
	background: #ffffff;
}
.footer a{
	color:#5f5f5f;
}
/*-----------------------------------------------------------------------------------*/
/*	7.	Mobile version
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) { 
	#main .block {
		padding: 70px 200px 0px 20px;
	}
}

@media screen and (max-width: 1050px) {

body {
}

#main .block {
	padding-top: 20px;
}

.topmenu {
	font-size: 12px;
}

.topmenulink {
	padding: 5px 5px;
}

.topmenulink-last {
	padding-left: 0px;
	padding-right: 10px; 
}

.search {
	margin-left:40px;
	margin-top:13px;
	float:left;
}
.search input[type="text"], .search input[type="text"]:focus {
	width:150px;
}
.profile-username {
	display:none;
}

.footer .span2 {
	width: 100px;
}

/* menu hide */
#menu {
	background: #E6E6E6;
}

.additional-menu ul li.current {
	border-right: 1px solid #ccc;
}

#menu-link { display:block; }
#main .block { padding-right:20px; }
 #wrap { left: 0px; }

.js-advanced #menu { 
	left: 0; 
	-webkit-transform: translate3d(-280px, 0, 0); 
	-moz-transform: translate3d(-280px, 0, 0); 
	-ms-transform: translate3d(-280px, 0, 0); 
	-o-transform: translate3d(-280px, 0, 0); 
	transform: translate3d(-2840px, 0, 0); 
	-webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden; 
	-ms-backface-visibility: hidden; 
	-o-backface-visibility: hidden; 
	backface-visibility: hidden; 
}

.js-advanced #menu .block { 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; 
	-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease; 
	-webkit-transition-delay: ease, 0s; 
	-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease; 
	-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease; 
	transition: opacity 300ms 100ms ease, transform 500ms ease; 
	-webkit-transform-origin: 100% 50%; 
	-moz-transform-origin: 100% 50%; 
	-ms-transform-origin: 100% 50%; 
	-o-transform-origin: 100% 50%; 
	transform-origin: 100% 50%; 
	-webkit-transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9); 
	-moz-transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9); 
	-ms-transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9); 
	-o-transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9); 
	transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9);
}
.js-basic.js-menu #wrap { left: 280px; }
.js-advanced.js-menu #wrap { 
	-webkit-transform: translate3d(280px, 0, 0); 
	-moz-transform: translate3d(280px, 0, 0); 
	-ms-transform: translate3d(280px, 0, 0); 
	-o-transform: translate3d(280px, 0, 0); 
	transform: translate3d(280px, 0, 0); 
}
.js-advanced.js-menu #menu .block { 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1; 
	-webkit-transform: translate3d(0, 0, 0); 
	-moz-transform: translate3d(0, 0, 0); 
	-ms-transform: translate3d(0, 0, 0); 
	-o-transform: translate3d(0, 0, 0); 
	transform: translate3d(0, 0, 0); 
}
}


@media screen and (max-width: 768px) {
a.process-action {
	float:none;
	margin-top:20px;
}
.stats-box {
	margin-top:10px;
}
.stats-box .span4 {
	margin-top:30px;
}
.quick-stats-box {
	margin-top:30px;
}
.quick-stats-box .span3 {
	margin-top:10px;
}
ul.thumbnails {
	margin-left:0;
}
ul.thumbnails > li {
	margin-left:10px;
}
.formRow .formRight { width: 100%; }
}
@media screen and (max-width: 720px) {
.search {
	display:none;
}
td.fc-header-right {
	margin-top:55px;
	margin-left:-300px;
}
}
@media screen and (max-width: 500px) {
.dropdown-toggle.head-button-link {
	display:none;
}
}
@media screen and (max-width: 320px) {
.pagetitle h1 {
	margin-top:30px;
}
.pagetitle .btn-group {
	display:none;
}
.profile-caret {
	margin-right:4px;
	padding-left:4px;
}
.date-title {
	font-size:11px;
}
.information-data-2 .date-figures {
	font-size:18px;
}
.def {
	display:none;
}
input[type="text"].input-date {
	width:200px;
	margin-bottom:10px;
}
.select-active {  margin-top:-15px; margin-bottom:10px; }
.select-active .chosen_select { width:240px; }
.list-visitor li{
	text-align:center;
}
.list-visitor li .linecustom, .list-visitor li .sparkbar{
	display:block;
	margin-bottom:10px;
}
.list-visitor li .number {
	float:none;
	display:block;
	margin-top:10px;
}

.f-actions a {
	padding:10px 3px;
}
.information-box-3 .item {
	float:none;
	width:100%;
	border-left:0;
}
a.process-action {
	width:100%;
	float:none;
	margin-top:20px;
	margin-bottom:10px;
}
a.p_link_upload {
	float:none;
	display:inline-block;
	margin-bottom:20px;
	width:100%;
	padding-left:0;
	padding-right:0;
	text-align:center;
}
ul.thumbnails {
	margin-left:30px;
}
td.fc-header-right, span.fc-button {
	display:none;
}
.distance p{
	float:none;
	width:100%;
	display:block;
	margin-bottom:10px;
	text-align:center;
}
.distance-2 p{
	float:left;
	width:100%;
	display:block;
	margin-bottom:10px;
	text-align:center;
}
.btn-modal button {
	margin-bottom:10px;
}
.buttons-mob .btn{
	margin-bottom:10px;
}

.error-s {
	width: 280px;
}
.error-number {
	font-size: 100px;
}
.error-text {
	font-size: 20px;
}
.error-more-info {
	font-size: 18px;
	margin-left:-20px;
}
.error-buttons {
	width:250px;
	margin-left:-10px;
}
.hidden-mobile { display:none; }
.paging_full_numbers a{	margin-bottom:5px;}
.dataTables_filter input[type="text"] { width:80px; }
}

/*-----------------------------------------------------------------------------------*/
/*	8.	IE8 STYLE
/*-----------------------------------------------------------------------------------*/
@media \0screen {
html, body {
	overflow-x: hidden; 
	overflow-y: scroll; 
}
.logo {	background:url(../images/ie/logo.png) no-repeat; }
.main-menu li a i.general{	background:url(../images/ie/icon/general.png);}
.main-menu li a i.components { background:url(../images/ie/icon/components.png); }
.main-menu li a i.forms { background:url(../images/ie/icon/forms.png); }
.main-menu li a i.statistics {	background:url(../images/ie/icon/statistics.png);}
.main-menu li a i.pages {	background:url(../images/ie/icon/pages.png);}
.main-menu li a i.tables { background:url(../images/ie/icon/tables.png);}
.main-menu li a i.bonus {	background:url(../images/ie/icon/bonus.png);}
.triangle-2, .triangle, .triangle-3 {	background-image:url(../images/ie/triangle.png); }
.settings-link{	background-image:url(../images/ie/settings/6.png);}
.settings-link.yellow {	background-image:url(../images/ie/settings/1.png);}
.settings-link.red {	background-image:url(../images/ie/settings/2.png);}
.settings-link.purple {	background-image:url(../images/ie/settings/3.png);}
.settings-link.green {	background-image:url(../images/ie/settings/4.png);}
.settings-link.blue {background-image:url(../images/ie/settings/5.png);}
.head-button-link {	background-image:url(../images/ie/icon_message.png);}	
.head-button-link.notification {	background-image:url(../images/ie/icon_notification.png);}
.head-button-link.config {	background-image:url(../images/ie/icon_config.png);}
.head-button-link.menu-hide {	background-image:url(../images/ie/icon_menu.png);}
.note-done {	background:url(../images/ie/icon/icon_cont_check.png);}
.no-done .note-done {	background:url(../images/ie/icon/icon_cont_close.png);}
.p_actions a.p_delete{	background:url(../images/ie/icon/photo_delete.png);}
.p_actions a.p_edit{	background:url(../images/ie/icon/photo_edit.png);}
.p_actions a.p_zoom{	background:url(../images/ie/icon/photo_zoom.png);}
.search input[type="text"], .search input[type="text"]:focus {	background:url(../images/ie/search.png) #fff right bottom no-repeat; padding-top:5px; height:30px;}
input[type="checkbox"] + label span {background:url(../images/ie/check_radio_sheet.png) -1px top no-repeat;}
input[type="checkbox"][disabled="disabled"] + label span {background:url(../images/ie/check_radio_sheet-disabled.png) -1px top no-repeat;}
input[type="checkbox"]:checked + label span {	background:url(../images/ie/check_radio_sheet.png) -26px top no-repeat;}
input[type="checkbox"][disabled="disabled"]:checked + label span {	background:url(../images/ie/check_radio_sheet-disabled.png) -26px top no-repeat;}
input[type="radio"] + label span {	background:url(../images/ie/check_radio_sheet.png) -53px top no-repeat;}
input[type="radio"][disabled="disabled"] + label span {	background:url(../images/ie/check_radio_sheet-disabled.png) -53px top no-repeat;}
input[type="radio"]:checked + label span {	background:url(../images/ie/check_radio_sheet.png) -78px top no-repeat;} 
input[type="radio"][disabled="disabled"]:checked + label span {	background:url(../images/ie/check_radio_sheet-disabled.png) -78px top no-repeat;} 
}
