/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}
body,button, input, select, div,span,label,select,textarea,h1 ,h2, h3, h4, h5, h6 ,a,th,label,input,form,td { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}

.yh
{
	font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
/*
 * Global add-ons
 */

input[type="text"]
{
	color: #555;
	font-family:Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;font-size: 14px;  }
select
{
	font-size: 14px;
	color: #555;
}
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.profile_form
{
	margin-left : 35%;
	margin-right : 35%;
}

.auth_form
{
	margin-left : 20%;
	margin-right : 20%;
}

.detail_profile_form
{
	margin-left : 20%;
	margin-right : 20%;
}

.input_line
{
	margin-right: 20px;
}

.new_windows
{
	margin-top : 5%;
	margin-left : 35%;
	margin-right : 20%;
}

.mytag
{
	margin-right : 1px;
	margin-bottom : 15px;
}

.center_div
{
	width:80px;
	margin-left : 35%;
	margin-right : 20%;
	margin-top : 0;
	margin-bottom: 0;
}

.center_img
{
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom: 15px;
}

.case_header
{
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 9px;
    margin: 0px 0px;
    border-bottom: 1px solid #eee;
    
}

.case_detail_group
{
	margin-bottom: 0px;
}
.opt-task,.opt-feedback-mark{
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.opt-task-ok{
    color: green !important;
}
.opt-task-other{
    color: blue !important;
}
.opt-task-mine{
    color: red !important;
}
.ztree{
    border: 1px solid #617775;
    background: #f0f6e4;
    overflow-y: hidden;
    overflow-x: auto;
}
.ztree-left {float:left;}
.ztree-right {float:right;}