.bg-color-blue {
  background-color: #2d89ef !important;
}
.bg-color-blueLight {
  background-color: #eff4ff !important;
}
.bg-color-blueDark {
  background-color: #2b5797 !important;
}
.bg-color-green {
  background-color: #00a300 !important;
}
.bg-color-greenLight {
  background-color: #5acd0b !important;
}
.bg-color-greenDark {
  background-color: #1e7145 !important;
}
.bg-color-red {
  background-color: #b91d47 !important;
}
.bg-color-redLight {
  background-color: #ff0066 !important;
}
.bg-color-yellow {
  background-color: #ffc40d !important;
}
.bg-color-orange {
  background-color: #f2ae27 !important;
}
.bg-color-orangeDark {
  background-color: #da532c !important;
}
.bg-color-pink {
  background-color: #9f00a7 !important;
}
.bg-color-pinkDark {
  background-color: #7e3878 !important;
}
.bg-color-purple {
  background-color: #603cba !important;
}
.bg-color-darken {
  background-color: #002639 !important;
}
.bg-color-lighten {
  background-color: #d5e7ec !important;
}
.bg-color-white {
  background-color: #ffffff !important;
}
.bg-color-grayDark {
  background-color: #525252 !important;
}
.bg-color-magenta {
  background-color: #ff0097 !important;
}
.bg-color-teal {
  background-color: #00aba9 !important;
}
.bg-color-jangnan {
  background-color: #275d83 !important;
}

.bg-color-blue {
   background-color: #0072BC !important;
}
.bg-color-green {
   background-color: #01a31c !important;
}
.bg-color-greenDark {
   background-color: #008641 !important;
}
.bg-color-red {
   background-color: #bc1c48 !important;
}
.bg-color-yellow {
   background-color: #ffc40d !important;
}
.bg-color-orange {
   background-color: #CD4900 !important;
}
.bg-color-pink {
   background-color: #c3325f !important;
}
.bg-color-purple {
   background-color: #603cba !important;
}
.bg-color-darken {
   background-color: #1c1c1c !important;
}

.header {
  background: #f1f1f1 !important;
  background: -moz-linear-gradient(#fafafa, #eaeaea) !important;
  background: -webkit-linear-gradient(#fafafa, #eaeaea) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eaeaea')" !important;
  border-bottom: 1px solid #cacaca;
}

.page-sidebar .sidebar-toggler {
  margin-top: 5px;
  margin-left: 190px;
  margin-bottom: 5px;
}

ul.page-sidebar-menu > li a i {
  color: #bbb important;
}

/* sub menu links effects */
/*
ul.page-sidebar-menu ul.sub-menu > li.active > a,
ul.page-sidebar-menu ul.sub-menu > li.open > a {
  color: #e02222 !important;
  background: #efefef !important; 
}*/
ul.page-sidebar-menu ul.sub-menu > li.active > a,
ul.page-sidebar-menu ul.sub-menu > li.open > a {
  color: #e02222 !important;
  background: #63B8FF !important; 
}

.page-sidebar-fixed .page-content {
  position: relative;
}

.header-inner .logo-button
{
	float: left;
	margin: 6px 10px;
	font-size: 18px;
	line-height: 20px;
    height: 26px;
}
/* tap 定制 */

.nav-cpills > li {
  float: left;
}

.nav-cpills > li > a {
  border-radius: 4px;
}

.nav-cpills > li + li {
  margin-left: 2px;
}

.nav-cpills > li.active > a,
.nav-cpills > li.active > a:hover,
.nav-cpills > li.active > a:focus {
  color: #7FFF00;
  background-color: #68838B;
}

.nav-cpills > li.active > a .caret,
.nav-cpills > li.active > a:hover .caret,
.nav-cpills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.header-inner .logo-button img{
    padding:2px;
	height:26px;
	width:26px;
	cursor: pointer;
	opacity: 0.9;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.header-inner .logo-button img:hover
{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    border-color: #999;
    opacity: 1;
}

.header .navbar-nav {
  margin-right: 10px;
  display: block; 
}

.header .navbar-nav > li.dropdown .dropdown-toggle {
  margin: 0px;
  padding: 15px 7px 7px 7px;
}

.header .navbar-nav .dropdown-toggle:hover,
.header .navbar-nav .dropdown.open .dropdown-toggle {
  background-color: #dfdfdf !important;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle img{
	width:28px;
	height:28px;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
  color: #808080;
}

.dropdown-menu > li > a > .badge {
   right: 6px;
}

.page-sidebar-fixed .page-sidebar {
	border-right: 1px solid #cacaca !important;
	z-index:100;
}

ul.page-sidebar-menu > li > a {
	padding:10px;
	border-top: 1px solid #d9d9d9 !important;
}

.page-sidebar-menu > li > a i {
  font-size: 18px;
  margin-right: 5px;
  text-shadow:none; 
}

.sidebar-toggler {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.portlet > .portlet-title {
	border-bottom: 1px solid #d9d9d9;
}

.chats li.in .message,
.chats li.out .message {
  font-size:14px;
  margin-right: 65px;
  margin-left: 65px;
}

.chats li.in .message {
  text-align: left;
  border-left: 3px solid #35aa47;
  margin-left: 65px;
  background: #f7fff7; 
}

.chats li.in .message.current {
  border-left: 3px solid #3cc051;
  background: #ebfcee; 
}


.chats li.out .message {
  border-right: 3px solid #da4a38;
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}

.chats li.out .message.current {
  border-right: 3px solid #57b5e3;
  background: #e8f6fc;
}

.chats li.in .message .arrow {
	left: -10px;
}

.chats li.in .message .arrow.current {
  border-left: 8px solid #3cc051;  
}

.chats li.out .message .arrow {
	right: -10px;
}

.chats li.out .message .arrow.current {
  border-left: 8px solid #57b5e3;  
}

.chats li.out .message table {
	width: 98%;
	border-collapse: separate;
	margin: 5px 10px;
	border: 1px #bababa solid;
	border-bottom: 1px transparent solid;
}

.chats li.out .message table thead tr th,
.chats li.out .message table thead tr td {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 5px;
  padding-top: 10px;
  padding-left: 5px;
  border-bottom: 1px #bababa solid;
  border-right: 1px #bababa solid;
  border-left: 1px transparent solid;
  border-top: 1px transparent solid;
  font-family: 'Lucida Grande','Lucida Sans Unicode','STHeiti','Helvetica Neue',Tahoma,Arial,'Microsoft YaHei',\5fae\8f6f\96c5\9ed1,sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 18px;
  font-smooth: always;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}
.chats li.out .message table thead tr th.right,
.chats li.out .message table thead tr td.right {
  text-align: right;
  padding-right: 10px;
}
.chats li.out .message table thead tr th.last,
.chats li.out .message table thead tr td.last {
  border-right: 1px transparent solid;
}
.chats li.out .message table thead tr th:last-child,
.chats li.out .message table thead tr td:last-child {
  border-right: 1px transparent solid;
}
.chats li.out .message table tbody tr {
  border: 1px #fff solid;
}
.chats li.out .message table tbody tr td {
  font-family: 'Lucida Grande','Lucida Sans Unicode','STHeiti','Helvetica Neue',Tahoma,Arial,'Microsoft YaHei',\5fae\8f6f\96c5\9ed1,sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 18px;
  font-smooth: always;
  padding: 2px 5px;
  border-right: 1px #bababa solid;
  border-bottom: 1px #bababa solid;
  border-left: 1px transparent solid;
  border-top: 1px transparent solid;
  box-sizing: border-box;
}
.chats li.out .message table tbody tr td.right {
  text-align: right;
}
.chats li.out .message table tbody tr td.center {
  text-align: center;
}
.chats li.out .message table tbody tr td.last {
  border-right: 1px transparent solid;
}
.chats li.out .message table tbody tr td:last-child {
  border-right: 1px transparent solid;
}
.chats li.out .message table tbody tr.success {
  background-color: #00a300 !important;
}
.chats li.out .message table tbody tr.error {
  background-color: #b91d47 !important;
}
.chats li.out .message table tbody tr.warning {
  background-color: #e3a21a !important;
}
.chats li.out .message table tbody tr.info {
  background-color: #2d89ef !important;
}
.chats li.out .message table tbody tr.info td,
.chats li.out .message table tbody tr.warning td,
.chats li.out .message table tbody tr.error td,
.chats li.out .message table tbody tr.success td {
  color: #ffffff !important;
}
.chats li.out .message table tbody tr.selected-row {
  background-color: rgba(28, 183, 236, 0.1) !important;
}
.chats li.out .message table tbody tr.selected-row td:first-child {
  border-left: 1px #1c98cc solid;
}
.chats li.out .message table tbody tr.selected-row td:last-child {
  border-right: 1px #1c98cc solid;
}
.chats li.out .message table tbody tr.selected-row td {
  border-top: 1px #1c98cc solid;
  border-bottom: 1px #1c98cc solid;
}
.chats li.out .message table.striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.chats li.out .message table.hovered {
  border-collapse: separate !important;
}
.chats li.out .message table.hovered thead tr th:hover,
.chats li.out .message table.hovered thead tr td:hover {
  border: 1px #1c98cc solid;
  background: rgba(28, 183, 236, 0.1);
}
.chats li.out .message table.hovered tbody tr:hover {
  background-color: rgba(28, 183, 236, 0.1);
}
.chats li.out .message table.hovered tbody tr:hover td:first-child {
  border-left: 1px #1c98cc solid;
}
.chats li.out .message table.hovered tbody tr:hover td:last-child {
  border-right: 1px #1c98cc solid;
}
.chats li.out .message table.hovered tbody tr:hover td {
  border-top: 1px #1c98cc solid;
  border-bottom: 1px #1c98cc solid;
}
.chats li.out .message table.bordered {
  border-collapse: separate !important;
  border: 1px #bababa solid !important;
}
.chats li.out .message table.bordered tbody tr:last-child td {
  border-bottom: 0;
}

.modal-footer {
 margin-top: 0px;
}

.timeline > li .timeline-icon img{
	width: 40px;
	height: 40px;
	border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
}

.tree .tree-item,
.tree .tree-folder{
	border:1px solid transparent;
}

.tree .tree-item .tree-item-name > i, .tree .tree-folder .tree-folder-header > i {
	color: #4b8df8;
}

.tabbable-custom .nav-tabs > li .close{
	display: none;
}

.tabbable-custom .nav-tabs > li:hover .close{
	position: absolute;
	top: 3px;
	right: 3px;
	opacity: 0.3;
	width: 7px;
	height: 7px;
	background: url("../img/remove-icon-small.png") no-repeat center center !important;
	display: block;
}

.dropdown-menu.inbox li > a .message {
  overflow: hidden;
}

/* header inbox dropdowns */
.userlist li a{
  display: block;
  padding: 5px 10px !important;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  white-space: normal !important;
}

.userlist li i{
  margin-right: 3px;
}

.userlist li a{
   font-size: 13px;
   padding: 10px !important;
   background-color: #ffffff;
}

.userlist li a.selected,
.userlist li a:hover {
  background-image: none;
  background-color: #f5f5f5;
  color: #000;
  filter:none;
  text-decoration:none
}

.userlist li p{
  padding: 10px;
  background-color: #eee;
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.userlist li a{
  padding: 7px 0 5px 0px;
  list-style: none;
  border-bottom: 1px solid #eee !important;
  font-size: 12px;
  text-shadow: none;
}

.userlist li:first-child a {
  border-top: none;
  border-bottom: 1px solid #eee !important;
}

.userlist li:last-child a {
  border-top: 1px solid white !important;
  border-bottom: 1px solid #eee !important;
}

.userlist li > a .photo {
  float: left;
  padding-right: 6px;
}

.userlist li > a .photo > img {
  height: 40px;
  width: 40px;
}

.userlist li > a .photo-sm {
  float: left;
  padding-right: 6px;
}

.userlist li > a .photo-sm > img {
  height: 20px;
  width: 20px;
}

.userlist li > a .subject {
  display: block;
}

.userlist li > a .subject .from {
  font-size: 14px;
  font-weight: 400;
  color: #02689b;
}

.userlist li > a .subject .time {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  float: right;
}

.userlist li > a .message {
  display: block !important;
  font-size: 12px;
  color:#000;
}

.pull-rightc {
  float: right !important;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: -3px;
}
.btn-groupc, .btn-group-verticalc { 
  display: inline-block;
  vertical-align: middle;
}
 
.icon-default {
  color: #4b8df8 !important;
}

.icon-success {
  color: #468847 !important;
}

.icon-info {
  color: #27a9e3 !important; 
}

.icon-warning {
  color: #dbc056 !important;
}

.icon-danger {
  color: #B94A48 !important;
}
.rowc {
  margin-right: -5px;
  margin-left: -5px;
}