html, body{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei',sans-serif;
  min-width: 320px;
  color:#898989;
  background: #f9faf5;
}
button, input, textarea, select{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei',sans-serif;
}
::-webkit-input-placeholder {
  color: #aaa;
}
input:-moz-placeholder, :-moz-placeholder {
  color: #aaa;
}
.hideFocus, a:active, a:focus, button:focus, input:focus, textarea:focus{
  outline:none;
}
.clear{
  clear: both;
}
.help-inline, .form-horizontal .help-inline {
  display: none;
}
::-moz-focus-inner{outline:none;}
/*remove the dashed border with link in Firefox and IE8*/

/*scrollbar style*/
/*webkit*/
::-webkit-scrollbar { width: 8px; height: 3px;}   
::-webkit-scrollbar-track-piece { background-color: #efefef;}   
::-webkit-scrollbar-thumb{height: 50px; background-color: #bbb; -webkit-border-radius: 4px;}

/*placeholder color*/
::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}

/*bootstrap style reset*/
a{
  color: #98c01c;
}
a:hover {
  text-decoration: none;
  color: #82a025;
}
.btn{
  color: #707070;
  font-weight: 200;
  background-color: whiteSmoke;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fff,#fafafa);
  background-image: -o-linear-gradient(top,#fff,#fafafa);
  background-image: linear-gradient(to bottom,#fff,#fafafa);
  background-image: -moz-linear-gradient(top,#fff,#fafafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ffffff',endcolorstr='#fafafa',gradientType=0);
  background-repeat: repeat-x;
  border-radius: 2px;
  border-color: #dfdfdf;
  *border: 1px solid #dfdfdf;
}
button.btn.btn-large{
  font-size: 14px;
}
.btn:hover{
  color: #333;
  background-position: 0 0;
  border-color: #ccc;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn:active{
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f7f9fb),to(#f2f4f6));
  background-image: -webkit-linear-gradient(top,#f7f9fb,#f2f4f6);
  background-image: -o-linear-gradient(top,#f7f9fb,#f2f4f6);
  background-image: linear-gradient(to bottom,#f7f9fb,#f2f4f6);
  background-image: -moz-linear-gradient(top,#f7f9fb,#f2f4f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f7f9fb',endcolorstr='#f2f4f6',gradientType=0);
  border-color: #dae0ea;
  box-shadow: none;
}
.btn:disabled{
  color: #707070;
  background-image: none;
  background-color: #ddd;
  border-color: #ccc;
}
.btn:disabled:hover{
  color: #707070;
  background-image: none;
  background-color: #ddd;
  border-color: #ccc;
}
.btn.active{
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e9ecf1),to(#edeff2));
  background-image: -webkit-linear-gradient(top,#e9ecf1,#edeff2);
  background-image: -o-linear-gradient(top,#e9ecf1,#edeff2);
  background-image: linear-gradient(to bottom,#e9ecf1,#edeff2);
  background-image: -moz-linear-gradient(top,#e9ecf1,#edeff2);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#e9ecf1',endcolorstr='#edeff2',gradientType=0);
  border-color: #dae0ea;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}
.btn.btn-primary{
  color: #fff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#a4cd23),to(#98c01c));
  background-image: -webkit-linear-gradient(top,#a4cd23,#98c01c);
  background-image: -o-linear-gradient(top,#a4cd23,#98c01c);
  background-image: linear-gradient(to bottom,#a4cd23,#98c01c);
  background-image: -moz-linear-gradient(top,#a4cd23,#98c01c);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#a4cd23',endcolorstr='#98c01c',gradientType=0);
  border-color: #82a025;
  background-color: #98c01c;
  box-shadow: none;
  *border: none;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.navbar .nav .dropdown-menu .active > a, .navbar .nav .dropdown-menu .active > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover{
  background: #C8DD88;
}
.navbar .nav .dropdown-menu li > a:hover, .dropdown-menu li > a:hover{
  background: #EFF4DF;
}
.navbar .divider-vertical{
  margin: 0;
  background-color: #a0c825;
  border-right: 1px solid #8db316;
}
.navbar .nav > li > a, .navbar .brand{
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.navbar .brand{
  margin-left: -10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: whiteSmoke;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-menu{
  border-radius: 1px;
  border: none;
  border: 1px solid #ccc\9;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover{
  color: #898989;
}
.dropdown-menu > li > a i{
  margin-right: 5px;
}
.form-inline fieldset > .control-group {
  display: inline-block;
}

/*icon*/
.icon_home{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/home.png);
}
.icon_gnotes{
  width: 120px;
  height: 120px;
  background-position: -296px -147px;
}
.icon_android{
  background-position: -290px -83px;
}
a:hover .icon_android{
  background-position: -290px -112px;
}
.icon_ios{
  background-position: -320px -84px;
}
a:hover .icon_ios{
  background-position: -320px -114px;
}
.icon_chrome{
  background-position: -349px -84px;
}
a:hover .icon_chrome{
  background-position: -349px -113px;
}
.icon_weibo{
  background-position: -379px -83px;
}
.icon_sort{
  background-position: -66px -75px;
}
.icon_sort_create{
  background-position: -66px -96px;
}
.active .icon_sort_create{
  background-position: -66px -136px;
}
.icon_sort_modify{
  background-position: -66px -115px;
}
.active .icon_sort_modify{
  background-position: -66px -155px;
}
.icon_reset_psw{
  background-position: 1px -64px;
}
.icon_upgrade{
  background-position: 1px -123px;
}
.icon_feedback{
  background-position: 1px -103px;
}
.icon_signout {
  background-position: 1px -83px;
}
.icon_note{
  background-position: 2px 1px;
}
.icon_checklist{
  background-position: 2px -20px;
}
.icon_folder{
  background-position: 2px -43px;
}
.icon_folder_all {
  background-position: -16px 0;
}
.active .icon_folder_all{
  background-position: -16px -63px;
}
.icon_share_list{
  background-position: -16px -40px;
}
.active .icon_share_list{
  background-position: -16px -101px;
}
.icon_trash{
  background-position: -16px -19px;
}
.active .icon_trash{
  background-position: -16px -82px;
}
.icon_return {
  height: 26px;
  background-position: -40px -47px;
}
.return a:hover .icon_return {
  background-position: -66px -47px;
}
.icon_folder_selector {
  background-position: -40px -135px;
}
.icon_dropdown {
  width: 10px;
  height: 10px;
  background-position: -45px -115px;
}
.icon_more{
  margin-top: 1px;
  background-position: -18px -118px;
}
/*a:hover .icon_more, .open .icon_more {
  background-position: -18px -285px;
}*/
.icon_remind {
  background-position: -15px -140px;
}
/*#reminder_tip:hover .icon_remind {
  background-position: -15px -308px;
}*/
.icon_share {
  background-position: -14px -246px;
}
.icon_attachment {
  background-position: -15px -167px;
}
.icon_delete {
  background-position: -15px -193px;
}
.attach_delete:hover .icon_delete{
  background-position: -65px -182px;
}
.icon_drag{
  width: 22px;
  background-position: -40px -22px;
}
.icon_checker{
  width: 16px;
  height: 16px;
  background-position: -42px -85px;
}
.icon_remove {
  background-position: -42px 1px;
}
.icon_voice {
  width: 80px;
  height: 80px;
  background-position: -342px 5px;
}
.icon_video{
  width: 80px;
  height: 80px;
  background-position: -267px 8px;
}
.icon_unknown {
  width: 80px;
  height: 80px;
  background-position: -189px 5px;
}
.icon_download{
  background-position: -15px -221px;
}
.attach_download:hover .icon_download{
  background-position: -65px -210px;
}
.icon_restore {
  background-position: -41px -203px;
  vertical-align: bottom;
}
.icon_white.icon_restore {
  background-position: -41px -249px;
}
.trash-action-bar a:hover .icon_home.icon_restore {
  background-position: -41px -293px;
}
.icon_delete_forever {
  background-position: -40px -181px;
  vertical-align: bottom;
}
.icon_white.icon_delete_forever {
  background-position: -40px -227px;
}
.trash-action-bar a:hover .icon_home.icon_delete_forever {
  background-position: -40px -271px;
}
.icon_new_folder{
  background-position: -40px -160px;
}
.icon_dev {
  margin-top: -8px;
  width: 35px;
  height: 15px;
  background-position: -62px -2px;
}


/*home style*/
#home{
  overflow-y: hidden;
}
#header{
  margin-bottom: 5px;
}
#navigator .navbar-inner, #header .navbar-inner{
  border-radius: 0;
  filter: none;
  background: #98c01c url(../images/nav.png) repeat-x;
}
.dropdown .caret{
  position: relative;
  top: 10px;
  *top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.open #user_name{
  color: #fff;
}
#sort_menu i{
  margin-right: 10px;
}
#container{
  width: 100%;
  z-index: 0;
}
#sidebar{
  width: 180px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  margin-right: 30px;
}
#sidebar .sidebar-nav {
  padding: 1px 0;
}
#new_btn{
  display: inline-block;
  width: 140px;
  left: 15px;
  margin-bottom: 10px;
  *position: static;
  *margin-left: 40px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#new_btn > .btn{
  *position: static;
  padding: 7px 10px;
}
#new_note_btn_default{
  width: 110px;
  height: 32px\9;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}
#new_btn>.btn:first-child{
  border-right: 1px solid #93b42d;
  margin-right: 1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-right: 0\9;
  border-radius: 0\9;
}
#new_caret{
  border-left: 1px solid #aed126;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 32px\9;
}
.open #new_caret, .open #new_caret:hover{
  border-color: #87B226;
  background-color: #92BE2D;
  box-shadow: inset 0 0 5px rgba(133, 177, 1, 0.4);
}
#new_btn .dropdown-menu{
  min-width: 153px;
  top: 36px;
  *width: 150px;
  *margin-left: 40px;
}
#new_btn .dropdown-menu a{
  height: 20px;
  line-height: 20px;
}
#folder_list{
  margin: 20px 0 0 0;
}
#menu_ul{
  margin: 0;
  padding: 0;
  min-height: 400px;
  width: 170px;
  overflow: hidden;
}
#menu_ul .drag-hovered{
  background-color: #eee;
}
.nav-list > li{
  border-left: 5px solid transparent;
}
.nav-list > li.active{
  border-left-color: #98c01c;
}
.nav-list > li > a{
  display: block;
  width: 146px;
  position: relative;
  *position: static;
  height: 25px;
  border: 1px solid transparent;
  line-height: 25px;
  margin-left: 0;
  font-size: 14px;
  text-shadow: none;
  font-weight: 200;
  color: #898989;
  padding: 3px 12px 3px 5px;
}
.nav-list > .active > a{
  color: #98c01c;
  text-shadow: none;
  background: #f9f9f9;
}
.nav-list > .active > a:hover{
  color: #98c01c;
}
.nav-list > .active > a:hover, .nav-list > li > a:hover{
  background: #eff4df;
}
#menu_ul .title{
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  margin-left: 32px;
  max-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow:ellipsis;
}
#menu_ul #folder_trash, #menu_ul #folder_share{
  margin-left: 0;
}
#trash .title, #share .title{
  margin-left: 18px;
}
#all i, #trash i, #share i{
  float: left;
  position: relative;
  left: 12px;
  top: 7px;
  z-index: 2;
}
#menu_ul .arrow{
  display: none;
  position: absolute;
  height: 8px;
  padding: 5px 3px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  top: 9px;
  left: 145px;
}
#menu_ul .caret{
  *position: static;
  *float: right;
  *margin: -18px -5px 0 0;
  vertical-align: middle;
}
#menu_ul .open.arrow{
  border-color: #ccc;
  background: #fff;
}
#menu_ul .open.arrow .caret{
  border-top-color: #999;
}
#folder_menu_sub_nav{
  z-index: 9999;
  clear:both;
  position: absolute;
  top: 0;
  left: 150px;
}
#folder_menu_sub_nav ul{
  margin: 0px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#folder_menu_sub_nav li{
  width: auto;
  list-style-type: none;
}
#folder_menu_sub_nav li a{
  text-decoration: none;
  display: block;
  min-width: 50px;
  padding: 4px 20px;
  color: #898989;
}
#folder_menu_sub_nav li a:hover{
  color: #898989;
  background: #EFF4DF;   
}
#main_view{
  height: 100%;
  overflow-y: auto;
  *position: relative;
}
#grid_view, #edit_view, #empty_view, #folder_edit_view{
  height: 100%;
  min-height: 600px;
}
#empty_view, #folder_edit_view{
  margin-top: 20px;
}
#empty_view, #folder_edit_view{
  display: none;
}
#empty_view p{
  font-size: 16px;
  color: #ccc;
  padding: 10px 30px;
  text-align: left;
}
#folder_edit_view{
  background: #f9f9f9;
}
#folder_edit_title{
  font-weight: bold;
  font-size: 14px;
  padding: 5px 5px 0 5px;
}
#folder_edit_view ul{
  list-style: none;
  clear: both;
  padding: 0;
  margin: 10px;
}
#folder_edit_view li{
  width: 400px;
  margin: 5px 0;
}
#folder_edit{
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
#folder_edit .folder_edit_exist, #folder_edit .folder_edit_add{
  position: relative;
  background: #f9f9f9;
}
#folder_edit input[type="text"]{
  margin: 0 16px;
}
#folder_edit .folder_edit_exist input[type="text"]{
  border: 1px solid #f9f9f9;
  box-shadow: none;
  background: none;
  margin: 0 16px;
}
#folder_edit .folder_edit_exist input:hover{
  background: #fff;
}
#folder_edit .folder_edit_exist input:focus{
  background: #fff;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
#folder_edit .dragBar{
  top: 6px;
  left: 0px;
}
#folder_edit form{
  display: inline-block;
  margin: 0;
}
.folder_edit_sort_holder{
  height: 28px;
}
#folder_edit_create{
  clear: both;
}
.thumbnails{
  margin: 20px 0 0;
}
.thumbnails>.span3{
  width: 240px;
  height: 177px;
  margin: 0 10px 20px 10px;
}
.item{
  position: relative;
  border-radius: 0;
  background: #fff;
  padding: 4px 4px 0;
  border: none;
  border: 1px solid #ddd\9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.item .type_img{
  height: 156px;
}
.item .text {
  position: absolute;
  top: 4px;
  left: 4px;
  text-align: left;
}
.item .title{
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 200;
  color: #707070;
  top: 6px;
  left: 10px;
  max-width: 220px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow:ellipsis;
  z-index: 1;
}
.item .content {
  position: absolute;
  font-weight: 200;
  top: 40px;
  left: 12px;
  width: 210px;
  max-height: 110px;
  z-index: 1;
  overflow: hidden;
  line-height: 18px;
  letter-spacing: 1px;
}
.item_img{
  display: block;
  color: #fff;
  height: 156px;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
}
.item_img .background {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 232px;
  height: 156px;
  opacity: 0.25;
  filter: alpha(opacity=25);
  background: #000;
}
.item_img .title, .item_img:hover{
  color: #fff;
}
.item_img img{
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  min-height: auto;
}
.item_text{
  display: block;
  word-break: break-all;
  height: 120px;
  line-height: 18px;
  overflow: hidden;
  padding: 36px 10px 0;
  color: #888;
  font-size: 12px;
}
.item_text:hover{
  color: #888;
  text-decoration: none;
}
.attachment_img{
  display: inline-block;
  width: 80px;
  margin-top: 40px;
  color: #898989;
}
.attachment_img .text h5{
  color: #898989;
}
.item .item_link{
  display: block;
  color: #888;
}
.item .item_link:hover{
  text-decoration: none;
}
.item .grid_title{
  overflow: hidden;
  height: 20px;
  line-height: 20px;
}
.item .date{
  padding: 0 8px;
  color: #ccc;
  font-size: 10px;
}
.item .shared_count{
  position: absolute;
  bottom: 2px;
  right: 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.item:hover .trash-action-bar {
  display: block;
}
.trash-action-bar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 20px;
  padding: 10px 20px;
  z-index: 2;
  cursor: pointer;
}
.trash-action-bar a{
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 2;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.trash-action-bar a:first-child{
  right: 30px;
}
.trash-action-bar a i{
  margin-right: 5px;
}
.trash-action-bar .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#drag_group{
  background: #000;
}
#edit_view{
  display: none;
  position: relative;
  margin-left: 10px;
}
#edit_view .btn-toolbar{
  margin: 0 auto;
  position: relative;
}
#edit_view #more_btn span{
  margin-left: 5px;
}
#edit_buttons, #trash_buttons{
  width: 480px;
  height: 32px;
  padding-top: 20px;
  position: fixed;
  border-bottom: 2px solid #98C01C;
  background: #f9faf5;
  z-index: 5;
}
#edit_buttons > a{
  height: 26px;
}
#edit_view a.onhover {
  font-size: 12px;
  color: #898989;
  border-radius: 2px;
}
#edit_view a.onhover:hover, .open #folder_selector_btn, .open #note_more_btn{
  text-decoration: none;
  background: #eff4df;
}
#edit_buttons #reminder_tip, #edit_buttons #share_tip{ 
  border-right: 1px solid #CCC;
}
#note_save_btn_group, #note_back_btn{
  float: left;
}
#note_save_btn_group{
  width: 80px;
}
#note_save_btn{
  width: 80px;
  border-radius: 2px;
}
.modified #note_save_btn {
  width: 50px;
}
#note_save_btn_group .dropdown-toggle{
  display: none;
}
#note_save_btn_group.modified .dropdown-toggle{
  display: inline-block;
}
/*#note_save_btn_group .btn {
  background-image: none;
  background-color: #c8dd88;
  border-color: #b4d455;
  color: #fff;
  text-shadow: none;
  padding: 5px 10px;
}*/
#note_save_btn_group .btn{
  font-size: 12px;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f9faf5,#eff3df);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f0f0f0);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f0f0f0);
  background-image: -o-linear-gradient(top,#f5f5f5,#f0f0f0);
  background-image: linear-gradient(top,#f5f5f5,#f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f5f5f5',endcolorstr='#f0f0f0',gradientType=0);
  color: #999;
  /*border: 1px solid #e2e6d1;*/
  border: 1px solid #DCE0C9;
  padding: 3px 8px;
}
#note_save_btn_group .btn:hover{
  color: #666;
  border-color: #d7dfb3;
}
#note_save_btn_group .btn:first-child {
  letter-spacing: 1px;
  padding: 3px 10px;
}
#note_save_btn_group .btn .caret{
  border-top-color: #999;
  opacity: 1;
  filter: alpha(opacity=100);
}
#note_save_btn_group .btn:hover .caret, #note_save_btn_group.open .btn .caret{
  border-top-color: #666;
}
#folder_selector{
  float: left;
  margin-left: 20px;
}
#folder_selector_btn{
  position: relative;
  border-radius: 2px;
  display: inline-block;
}
#folder_selector_btn > i{
  position: absolute;
  left: 8px;
  top: 2px;
}
#folder_selector_inner{
  display: block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  width: 80px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  padding: 0 10px 0 40px;
}
#folder_selector_btn .drop_caret{
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 2px;
}
#folder_selector_menu{
  min-width: 130px;
}
#more_selector, #reminder_tip, #share_tip{
  float: right;
}
#reminder_tip{
  display: none;
  overflow: hidden;
  position: relative;
  color: #898989;
  border-right-color: #ccc;
}
#reminder_tip i{
  position: relative;
  top: 4px;
  vertical-align: top;
  margin-left: 5px;
}
#reminder_tip #set_reminder{  
  display: inline-block;
  font-size: 11px;
  /*width: 70px;*/
  line-height: 26px;
  margin: 0 10px 0 0;
  text-align: left;
}
#note_more_btn{
  display: inline-block;
  padding: 0 10px 7px;
}
#note_more_active_btn{
  display: none;
  width: 45px;
  height: 39px;
  background-position: -2px -115px;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 1000;
  /*ie 7.8.9 hack*/
  width: 39px\9;
  height: 33px\9;
  background-position: -47px -117px\9;
  top: -2px\9;
  right: 0\9;
  border: 1px solid #ccc\9;
  border-bottom: 0\9;
}
#more_selector .open #note_more_active_btn{
  /*display: inline-block;*/
}
#more_info{
  /*left: auto;
  right: 1px;
  right: 0\9;*/
  top: 31px;
  z-index: 10;
}
#more_info a{
  color: #898989;
  line-height: 20px;
}
#more_info a i{
  vertical-align: top;
  margin-right: 10px;
}
#note_share_btn .badge{
  margin-left: 60px;
  margin-bottom: 5px;
  padding: 0 5px;
  line-height: 12px;
  background: none;
  color: #999;
}
#upload_form{
  width: 173px;
  position: relative;
  overflow: hidden;
}
#upload_form #attachment_form{
  margin: 0;
}
#upload_form a{
  color: #898989;
}
#upload_form a:active{
  cursor: pointer;
  outline: none;
  position: relative;
}
#upload_form #file{
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  font-size: 30px;
  top: 0;
  left: -135px;
  top: -5px\9;
  left: -160px\9;
  cursor: pointer;
  width: 320px;
  height: 30px;
}
@-moz-document url-prefix() { 
  #upload_form #file{
      left: -505px;
      font-size: 45px;
  }

}
#trash_buttons{
  display: none;
}
#trash_buttons a{
  border-radius: 2px;
}
#trash_buttons a:hover {
  /*color: #c8dd88;*/
}
#trash_name{
  display: inline-block;
  padding: 3px 0 3px 15px;
}
#trash_name span{
  margin: 0 10px;
  position: relative;
  top: 2px;
}
#trash_buttons #note_back_btn{
  padding: 0 10px 0 5px;
}
#trash_buttons #note_back_btn, #trash_buttons #note_move_back_btn{
  border-right: 1px solid #ccc;
}
#note_move_back_btn, #note_delete_forever_btn{
  float: right;
  color: #898989;
  padding: 3px 10px;
}
#note_delete_forever_btn span, #note_move_back_btn span{
  display: inline-block;
  margin: 0 0 0 3px;
}
#edit_main{
  clear: both;
  position: relative;
  width: 480px;
  padding-top: 54px;
  min-height: 240px;
  overflow: hidden;
}
#edit_note{
  width: 480px;
}
#edit_note form{
  width: 480px;
  height: 100%;
  margin: 0;
}
#toolbar{
  float: right;
  margin-top: 8px;
}
#toolbar a{
  display: block;
  float: left;
  position: relative;
  color: #575555;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 2px 5px 0 0;
  border: none;
}
#toolbar a:active{
  top: 1px;
}
#toolbar #note_btn_unorder{
  background-position: -40px -39px;
}
#toolbar #note_btn_order{
  background-position: -19px -39px;
}
#toolbar #note_btn_tag{
  background-position: -59px -39px;
}
#toolbar #note_btn_today{
  background-position: -62px -39px;
}
#form_hidden{
  position: absolute;
}
#note_ta_text, #note_div_text{
  display: block;
  width: 468px;
  min-height: 400px;
  padding: 8px 5px;
  margin: 0;
  border: 1px solid transparent;
  border-top: 0;
  outline: 0;
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  resize: none;
  word-wrap:break-word;
  word-break: break-all;
  color: #707070;
  box-shadow: none;
  background-color: #f9faf5;
}
.trash #note_ta_text, .trash #note_div_text {
  background: #f9faf5 url(../images/trash-bg.png) no-repeat right bottom;
}
#note_ta_text:focus{
  background-color: #fff;
  border-color: #C8DD88;
}
.trash #note_ta_text:focus{
  background-color: #f9faf5;
  border-color: transparent;
}
#note_ta_text{
  margin-bottom: 1px\0;
}
#note_div_text{
  display: none;
  margin-top: 2px\9;/*ie9 hack*/
  margin-top: 1px\0;/*ie8 hack*/
  *margin-top: 2px;/*ie7 hack*/
  white-space: normal\9;
}
@-moz-document url-prefix() { 
  #note_div_text{
    white-space: normal;
  }
  #note_ta_text{
    width: 470px;
    padding: 8px 4px;
  }
}
#edit_sidebar{
  display: none;
  float: left;
  margin-left: 50px;
  color: #666;
}
#edit_sidebar ul li{
  list-style: none;
}
#attachment{
  position: relative;
  overflow-y: hidden;
}
#attachments_ul{
  margin: 0;
}
#attachment .span6{
  float: none;
  width: 470px;
  margin: 20px 0 0 0;
  /*text-align: center;*/
}
#attachment .attach{
  display: inline-block;
  position: relative;
  max-width: 460px;
  padding: 4px 4px 24px;
  background: #fff;
  border: 1px solid #DDD;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#attachment .innerLink{
  display: inline-block;
  max-width: 460px;
  min-width: 232px;
  min-height: 156px;
  text-align: center;
}
#attachment img{
  max-width: 460px;
}
/*.type_special{
  margin: 20px 205px;
}
.type_voice{
  background-position: -156px -95px;
}
.type_video{
  background-position: -112px -95px;
}
.type_unknown{
  background-position: -200px -95px;
}
.type_uploading{
  color: #888;
  display: inline-block;
  padding-top: 75px;
}*/
#attachment .progress{
  display: none;
  margin-top: 75px;
}
#attachment .grid_title{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /*margin: 4px;*/
  /*color: #fff;*/
  /*background: rgba(0, 0, 0, 0.35);*/
  /*background: #000\9;*/
}
#attachment .left{
  float: left;
  width: 70%;
  margin-left: 5px;
}
#attachment .pull-right {
  margin-right: 5px;
}
#attachment .title, #attachment .size {
  display: inline-block;
  font-weight: 200;
  color: #979797;
  text-align: left;
}
#attachment .left .title{
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
#attachment .size{
  margin-left: 10px;
  font-size: 10px;
  color: #ccc;
}
#attachment .attach .attach_download{
  left: 10px;
}
#attachment .attach .attach_delete{
  right: 5px;
}

.attach_not_image{
  width: 300px;
  height: 225px;
  text-align: center;
}
.attach_not_image a{
  position: relative;
  top: 80px;
  padding: 10px 0;
  color: #999;
}
.attach_not_image a i{
  display: inline-block;
  width: 38px;
  height: 38px;
  background-position: 0 -58px;
}
.attach_not_image a:hover i{
  background-position: -46px -58px;
}
.attach_not_image a span{
  display: inline-block;
  width: 100%;
  text-align: center;
}.attach_not_image a:hover span{
  color: #690;
}
#edit_checklist{
  display: none;
  clear: both;
  float: left;
  padding: 0;
  width: 482px;
  position: relative;
}
#titleBar{
  position: relative;
  border-bottom: 1px solid #daded1;
}
#checklist_title{
  margin: 0;
  text-align: left;
  padding: 7px 10px;
  color: #333;
  font-size: 16px;
  min-width: 300px;
  min-height: 18px;
  cursor: text;
}
#checklist_title:focus{
  outline: 0;
  background: whiteSmoke;
}
#default_title{
  font-size: 16px;
  color: #ccc;
  position: absolute;
  top: 6px;
  left: 10px;
}
#checklist_ul{
  margin: 0;
  padding: 0;
}
#checklist_ul li{
  list-style-type: none;
  width: 482px;
  border-bottom: 1px solid #e0e0e0;
}
#checklist_ul .task{
  position: relative;
}
#checklist_ul .dragBar{
  display: none;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: move;
}
#checklist_ul .task:hover .dragBar {
  display: inline-block;
}
#checklist_ul .checkbox{
  padding: 0;
  position: absolute;
  left: 25px;
  top: 9px;
  width: 11px;
  height: 11px;
  min-height: 0;
  border: 1px solid #b5b9a8;
  border-radius: 2px;
}
#checklist_ul .checkbox i{
  visibility: hidden;
  position: relative;
  top: -3px;
  left: -2px;
}
#checklist_ul .checkbox.checked{
  border-color: transparent;
}
#checklist_ul .checkbox.checked i{
  visibility: visible;
}
#checklist_ul .content{
  font-size: 14px;
  width: 410px;
  color: #666;
  padding: 7px 27px 7px 45px;
  outline: 0; 
  text-align: left;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 18px;
  cursor: text;
}
#checklist_ul .content:hover {
  background: #eff3df;
}
#checklist_ul .checkedTask .content {
  background: #f0f0f0;
  text-decoration: line-through;
}
#checklist_ul .content textarea{
  display: none; 
  position: absolute; 
  left: -99em;
}
#checklist_title textarea{
  display: none; 
  position: absolute; 
  left: -99em;
}
#checklist_ul .delete{
  visibility: hidden;
  position: absolute;
  right: 4px;
  top: 6px;
  text-decoration: none;
}
#checklist_ul .task:hover .delete{
  visibility: visible;
}
.ui-state-highlight{
  height: 31px;
}
/*------------modal style----------*/
.modal{
  overflow: hidden;
}
.modal-backdrop{
  background-color: #fff;
}
#modal .btn{
  min-width: 57px;
}
#modal .close{
  font-weight: normal;
}
#modal .modal-header h3{
  font-weight: normal;
}
#rename_modal input, #add_folder_modal input{
  width: 98%;
}
#delete_modal input{
  margin: 0 5px;
  position: relative;
  bottom: 3px;
}
#delete_modal span{
  cursor: pointer;
}
#share_modal .modal-body ul{
  max-height: 180px;
  min-height: 100px;
  overflow: auto;
  list-style: none;
  border-top: 1px solid #e9e9e9;
  margin: 0;
}
#share_modal .modal-body li{
  clear: both;
  text-align: left;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  color: #999;
}
#share_modal .modal-body li span{
  float: left;
}
#share_modal .modal-body .delete{
  text-decoration: none;
  color: #999;
}
#share_modal .modal-body .right{
  float: right;
  margin-right: 5px;
}
#share_modal form, #share_modal input{
  margin-bottom: 0;
}
#add_people {
  margin-top: 20px;
}
#add_people input{
  width: 98%;
  z-index: 1;
}
#share_modal #warning{
  font-size: 12px;
  text-align: left;
  color: red;
  margin-top: 5px;
}
#alarm_modal{
  overflow: visible;
}
#alarm_modal .modal-body{
  overflow-y: visible;
}
#alarm_modal .dropdown-menu{
  display: block;
  height: 200px;
  overflow-y: scroll;
  visibility: hidden;
}
#alarm_modal .open > .dropdown-menu{
  display: block;
  visibility: visible;
}
#alarm_modal .nav, #alarm_modal .inline{
  display: inline-block;
}
#change_password_form .controls {
  margin-left: 150px;
}
#alert_date .controls{
  margin-left: 0;
}
/* status bar  */
#status_bar{
  display: none;
  position: absolute;
  min-width: 100px;
  min-height: 25px;
  top: 0;
  background-color: #FEF49C;
  z-index: 10;
  border: 1px solid #FC0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
}


/*      login page style     */
.container.form, .container.text{
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.container.form .container{
  width: 700px;
  text-align: center;
}
.container.form .main .container{
  position: absolute;
  left: 50%;
  top: 35%;
  height: 370px;
  margin-left: -350px;
  margin-top: -185px;
  z-index: 2;
}
.container.form .main::after{
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  overflow: hidden;
}
.container.form .span6{
  float: none;
  width: 400px;
  margin: auto;
}
#login #logo{
  overflow: hidden;
}
.container.form .title{
  font-size: 50px;
  font-weight: 200;
  color: #898989;
  line-height: 70px;
  margin-bottom: 0;
}
.container.form .describe{
  font-weight: 200;
  font-size: 18px;
}
.container.form .text{
  display: inline-block;
  font-size: 21px;
  color: #b2b2b2;
}
.container.form .span12{
  float: none;
  width: 100%;
  margin: 0;
}
.container.form form{
  padding-top: 60px;
  position: relative;
}
.container.form input[type="text"], .container.form input[type="password"]{
  padding: 9px 6px;
  margin-right: 5px;
}
.container.form .warn{
  display: none;
  position: absolute;
  left: 0;
  color: #DA4F49;
  top: 70px;
}
#login .btn-primary{
  background-image: none;
  background-color: #98c01c;
  box-shadow: none;
  width: 114px;
}
#login .signup{
  float: left;
  margin-left: 5px;
}
#login .signup a{
  display: inline-block;
  line-height: 12px;
  padding: 0 2px 0 5px;
  border-left: 1px solid #98c01c;
}
#login .signup a:first-child{
  border-left: 0;
  padding-left: 0;
}
#login .warn{
  display: none;
  position: absolute;
  top: 30px;
  left: 300px;
  color: #DA4F49;
}
#login .checkbox {
  position: absolute;
  left: 588px;
}
#login .login-other{
  text-align: left;
  padding-top: 20px;
}
#login .login-other i{
  margin-right: 5px;
}
#login .login-other a{
  font-size: 12px;
  color: #a4a4a4;
}
#signup .main > .container{
  top: 40%;
  height: 530px;
  margin-top: -265px;
}
#signup .control-group {
  position: relative;
}
#signup .alert-error{
  margin-bottom: 10px;
}
#signup .warn{
  width: 250px;
  text-align: left;
  left: auto;
  right: -250px;
  top: 10px;
}
#signup .warn.break-line {
  top: 0;
}
#signup #code_info{
  float: left;
}
#signup #share_user_account {
  width: 400px;
  right: -400px;
}
#restPassword .warn{
  position: static;
  text-align: left;
}
.container.form.vertical .form-vertical{
  width: 285px;
  margin:0 auto;
  padding-top: 0px;
}
.container.form.vertical .control-group{
  margin-bottom: 0;
}
.container.form.vertical .control-group input{
  margin-right: 0;
}
.container.form.vertical .form-action{
  float: left;
}
.container.form.vertical .btn-primary{
  width: 150px;
}
.container.form.vertical .return{
  font-size: 12px;
  float: right;
  margin-right: 5px;
  padding-top: 5px;
}
.container.form.vertical .return a{
  display: block;
  text-align: right;
}
#rest_password .username {
  text-align: left;
  margin-bottom: 20px;
}
#restPasswordNoUser .notice .control-group{
  margin: 0 0 20px 0;
}
#restPasswordNoUser .notice .form-action{
  float: none;
}
#restPasswordNoUser .notice .return{
  margin-top: 20px;
}
.container.form.narrow .form-inline{
  width: 443px;
  margin: auto;
}
.container.form.narrow .btn-primary{
  width: 150px;
  font-size: 13px;
}
.container.form.narrow .return{
  text-align: left;
}
.container.form.info .notice{
  padding-top: 100px;
}

#footer{
  text-align: center;
  width: 100%;
  height: 126px;
  margin-top: 50px;
  z-index: 1;
}
.container.form #footer{
  position: absolute;
  bottom: 0;
}
#app{
  margin-bottom: 20px;
}
#app .dropdown{
  display: inline-block;
}
#app a{
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  color: #b2b2b2;
  margin-right: 30px;
  cursor: pointer;
}
#app a:hover{
  color: #666;
  text-decoration: none;
}
#app a:last-child{
  margin-right: 0;
}
#app a.disable{
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
#app a i{
  width: 30px;
  height: 30px;
  margin-right: 8px;
  margin-top: 0;
}
#app .dropdown-menu::before{
  position: absolute;
  top: -7px;
  left: 41px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  content: '';
}
#app .dropdown-menu::after{
  position: absolute;
  top: -6px;
  left: 42px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid white;
  content: '';
}
#footer #about{
  color: #98c01c;
}
#footer .bottom{
  color: #c7c7c7;
}
#footer .bottom span{
  margin-right: 10px;
}
/*else page*/
#navigator{
  margin: 0;
}
#navigator .container{
  width: 900px;
}
.container.text{
  font-weight: 200;
  background: #fff;
}
.container.text .main{
  padding-top: 80px;
}
.container.text .main .container{
  width: 900px;
  margin: 0 auto;
  font-size: 14px;
  color: #a6a6a6;
}
.container.text h3, .container.text h4{
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 21px;
  color: #98c01c;
  border-bottom: 1px solid #98c01c;
  display: inline-block;
}
.container.text h4{
  font-size: 18px;
  line-height: 30px;
  border-bottom: none;
}
.container.text .section{
  margin: 60px 0;
}
.container.text strong{
  color: #98c01c;
}
.container.text ul, .container.text ol{
  margin-left: 15px;
}
.container.text .section li{
  margin-top: 20px;
  list-style-image: url(../images/list.png);
}
.container.info .well{
  background: #fff;
  width: 400px;
  margin: 100px auto 0;
}
#about .gnotes-describe{
  background: #fafafa;
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
#about .gnotes-describe .img{
  margin: 0 auto;
  width: 874px;
  height: 335px;
  background: url(../images/about_en.png) no-repeat;
}
#about .gnotes-describe.cn .img{
  background: url(../images/about.png) no-repeat;
}
#about .main{
  padding-top: 40px;
}
#about .section {
  float: left;
  width: 259px;
  height: 200px;
  padding: 0 10px 0 30px;
  border-left: 1px solid #eee;
}
#about .section:first-child {
  border-left: 0;
}
#about .section.clear{
  margin-left: 0;
}
#about .section h4{
  display: block;
}
#about .section li{
  list-style-image: url(../images/list-gray.png);
}
#about .section a{
  color: #aaaaaa;
}
#about .section a:hover{
  color: #98c01c;
}
#login .main_content.signup{
  height: 500px;
  margin-top: -300px;
}
#login .main_content.signup .span6{
  width: 440px;
  margin: 0 170px;
}
#login .main_content.signup .input-xlarge{
  width: 390px;
}
#signup_form p{
  display: none;
  word-wrap: break-word;
}
#div_china{
  text-align: left;
  clear: both;
  padding: 3px 5px;
  margin: 5px auto 15px auto;
}
#div_china p a{
  word-wrap: break-word;
  color:#898989;
  text-decoration: underline;
}
#div_china p a:hover {
  color: #666;
}
/* ------ loading view ------ */
#loading_view {
  display: block;
  width: 100%;
  height: 30px;
  margin: 10px auto;
  text-align: center;
}
#loading_view p{
  color: #999;
}
#loading_view img{
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* Forum Style */
/*#discussion{
  height: 100%;
  overflow: hidden;
}
#discussion .container-fluid{
  padding-right: 0;
}
#discussion #container{
  height: 100%;
}
#discussion #share-button{
  float: right;
  margin-right: -10px;
}
#discussion #share-button li{
  display: none;
}
#discussion #share-button li.weibo{
  margin: -5px;
}
#discussion #share-button li.google-plus{
  padding: 7px 0 4px;
  margin-right: -18px;
  margin-top: 0;
}
#discussion #share-button a{
  display: block;
}
.Discussions .span9{
  border: 1px solid #DDD;
  border-radius: 0 0 4px 4px;
  margin: 20px auto;
}
.Discussions .Heading{
  background: #F7F7F7;
  border-bottom: 1px solid #DDD;
  padding: 10px 15px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.Discussions .Heading .SubTab {
  font-size: 16px;
  line-height: 28px;
  display: inline;
  background: none;
  padding: 0;
}
.Discussions ul {
  list-style: none;
  margin: 0;
  background-color: white;
}

.Discussions ul li.Post {
  background: white;
  padding: 4px 6px;
  border-bottom: 1px solid #F7F7F7;
  margin: 0;
  position: relative;
}

.Discussions ul li.Post:last-child {
  border-bottom: none;
}

.Discussions ul li.Post .ItemContent .Title {
  font-size: 16px;
  padding: 4px 0;
  max-width: 580px;
  display: block;
  margin: 0;
}

.Discussions ul li.Post .ItemContent {
  margin: 0 0 0 9px;
}

.Discussions ul li.Post .Meta {
  padding: 4px 0;
  font-size: 11px;
  color:#999;
}

.Discussions ul li.Post .Options {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.Discussions ul li.Post .Meta span {
  margin-right: 12px;
}

.Discussions ul li.Post .Meta .Category, .Discussions ul li.Comment .Meta .Category {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.Discussions ul li.Comment {
  background: white;
  padding: 10px 15px 4px;
  border-bottom: 1px solid #F7F7F7;
  position: relative;
}

.Discussions ul li.Comment .Message {
  margin: 9px 9px 9px 0;
}

.Discussions ul li.Comment .Meta .CommentInfo {
  margin: 4px 0 0;
}

.Discussions ul li.Comment {
  border-bottom: 1px solid #BEC8CC;
  padding: 10px 10px 4px 10px;
}

.Discussions ul li.Comment .Meta {
  font-size: 11px;
  color: #777;
  min-height: 40px;
}

.Discussions ul li.Comment .Meta .Author img {
  height: 40px;
  width: 40px;
  border: 0;
  margin: 0 10px 0 0;
  float: left;
  overflow: hidden;
  background: #eee;
}

.Discussions ul li.Comment .Meta span {
  line-height: 2.5;
}

.Discussions ul li.Comment .Meta .Author {
  padding: 0;
}

.Discussions ul li.Comment .Meta .Author a {
  font-size: 15px;
  font-weight: bold;
}

.Discussions ul li.Comment .Meta span {
  line-height: inherit;
}

.CommentForm {
  padding: 10px 15px;
  background: #F7F7F7;
  border-radius: 0 0 4px 4px;
}
.pagerDiv {
  padding: 10px 15px;
  background: #F7F7F7;
  border-top: 1px solid #DDD;
  text-align: center;
}
#menu_ul .badge{
  margin-top: 5px;
  padding: 1px 6px 2px;
  position: absolute;
  top: 3px;
  right: 10px;
  vertical-align: middle;
}*/

.discussion {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.discussion .main{
  width: 940px;
  margin: auto;
  padding-top: 60px;
  overflow: hidden;
}
.discussion .span3 {
  position: fixed;
  width: 200px;
  margin-left: 0;
  z-index: 9;
}
.discussion .sidebar {
  height: 30px;
  margin: 0 10px;
  background: #f9faf5;
}
#sidebar-list-dropdown button {

}
.discussion .nav-list > li > a{
  margin-left: 0;
  margin-right: 0;
}
#sidebar-list-dropdown {
  display: none;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
#sidebar-list-dropdown .btn{
  padding: 8px 9px;
  margin: 0;
}
#sidebar-list-dropdown .dropdown-menu {
  top: 32px;
}
.discussion .main > .span8{
  margin: 0 0 0 250px;
}
#new-post .btn{
  padding: 5px 14px;
  width: 150px;
}
.discussion ul {
  list-style: none;
  margin: 0;
}
.discussion .nav-list{
  padding: 0;
  margin-top: 20px;
}
.discussion .nav-list li.divider{
  margin-left: 0;
  margin-right: 0;
  background-color: #E5E5E5;
  border-bottom: 1px solid white;
}
.discussion .nav-list a{
  padding: 5px 20px;
  font-weight: 200;
}
.discussion .Heading{
  overflow: hidden;
  border-bottom: 2px solid #98c01c;
  padding: 2px 0 5px;
}
.discussion .Heading .return{
  float: left;
  padding: 0 10px 0 5px;
  border-right: 1px solid #ccc;
}
.discussion .Heading .SubTab {
  float: left;
  margin: 0 15px;
  color: #98c01c;
  font-size: 20px;
  line-height: 26px;
  max-width: 550px;
  word-wrap: break-word;
}
.discussion .Heading .SubTab input{
  margin-bottom: 0;
}
.discussion ul li.Post {
  padding: 4px 6px;
  border-bottom: 1px solid #BEC8CC;
  margin: 0;
  position: relative;
}
.discussion ul li.Post:last-child {
  border-bottom: none;
}
.discussion ul li.Post .ItemContent .Title {
  font-size: 16px;
  font-weight: 200;
  padding: 4px 0;
  max-width: 580px;
  display: block;
  margin: 0;
}
.discussion ul li.Post .ItemContent {
  margin: 0 0 0 9px;
}
.discussion ul li.Post .Meta {
  font-size: 12px;
  padding: 4px 0;
  color:#999;
}
.discussion ul li.Post .Options {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.discussion ul li.Post .Meta span {
  margin-right: 12px;
}
.discussion ul li.Post .Meta span.pro{
  margin-left: -12px;
}
.discussion ul li.Post .Meta .Category, .discussion ul li.Comment .Meta .Category {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.discussion ul li.Comment {
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid #BEC8CC;
  overflow: hidden;
}
.discussion ul li.Comment .Message {
  margin: 0 9px 9px 70px;
}
.discussion ul li.Comment .CommentInfo {
  float: right;
  color: #a0a0a0;
  font-size: 12px;
}
.discussion ul li.Comment .CommentInfo span{
  margin-left: 12px;
}
.discussion ul li.Comment .Meta {
  float: left;
}
.discussion ul li.Comment .Meta .Author {
  float: left;
  width: 50px;
  height: 50px;
  background: url(../images/avatar-50.png) no-repeat;
}
.discussion ul li.Comment .Meta .Author img {
  width: 50px;
  border: 0;
}
.discussion ul li.Comment .CommentInfo span.pro{
  width: 35px;
  height: 12px;
  margin-left: 0;
  margin-top: -15px;
}
.CommentForm {
  margin-top: 20px;
}
.CommentForm input.title{
  width: 30%;
}
.discussion textarea{
  resize: none;
  margin-bottom: 20px;
  width: 95%;
  height: 150px;
}
.CommentForm textarea{
  width: 95%;
}
.discussion .Buttons .btn{
  width: 70px;
}
.pagerDiv {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 2px solid #98c01c;
}
.pager a{
  margin-right: 10px;
  background: none;
  border: 0;
  text-decoration: underline;
  border-radius: 0;
  padding: 0;
}
.pager a:hover {
  text-decoration: underline;
}
.page-info {
  color: #999;
  margin-left: 10px;
}
#menu_ul .badge{
  margin-top: 5px;
  padding: 1px 6px 2px;
  position: absolute;
  top: 3px;
  right: 10px;
  vertical-align: middle;
}

/* Landscape phones and down */
@media (max-width: 767px) {
  #home #header .navbar-inner{
    padding-right: 0;
  }
  #discussion #header .navbar-inner{
    padding-left: 0;
    padding-right: 0;
  }
  #discussion #header .brand{
    font-size: 16px;
  }
  #discussion #sidebar{
    width: 97%;
    height: auto;
  }
  #discussion #folder_list{
    margin: 0;
  }
  #discussion #new_btn{
    margin-bottom: 0;
    left: 20px;
  }
  #discussion #menu_ul{
    min-height: 0;
  }
  #discussion #menu_ul > li{
    width: 97%;
  }
  #discussion #menu_ul > li > a{
    width: 93%;
    margin-left: 10px;
  }
  #discussion #main_view{
    width: 97%;
  }
  #discussion #main_view .span9{
    width: 93%;
    margin: 10px 0 0 20px;
  }
  #discussion #main_view .CommentForm textarea{
    width: 90%;
  }
  
}
@media (max-width: 980px) {
  /*index*/
  #header .container-fluid{
    padding-left: 0;
    padding-right: 10px;
  }
  .row-fluid .span8{
    width: 55%;
  }
  .row-fluid .span4{
    width: 45%;
  }
  #project-name-bar{
    margin-left: 50px;
    width: 80%;
  }
  #project-name-bar h3{
    width: 30%;
  }
  /*discussion*/
  #navigator .container{
    width: 100%;
    padding-left: 10px;
  }
  .discussion .sidebar {
    padding: 20px 0;
  }
  .discussion .main{
    width: 100%;
    padding-top: 40px;
  }
  .discussion .main .span3{
    width: 100%;
  }
  .discussion .main #new_btn, .discussion .main #sidebar-list-dropdown{
    float: left;
  }
  .discussion .main #list {
    display: none;
  }
  .discussion .main > .span8 {
    width: 100%;
    margin: 80px 0 0;
    clear: both;
  }
  .discussion .main > .span8 .content{
    margin: 0 20px;
  }
  /*signon*/
  .container.form .container {
    width: 400px;
  }
  .container.form .main .container{
    height: 440px;
    margin-left: -200px;
    margin-top: -220px;
  }
  .container.form .span12{
    width: 289px;
    margin: 0 auto;
  }
  .container.form form{
    text-align: left;
    position: relative;
    padding-top: 30px;
  }
  .form-inline fieldset > .control-group{
    display: block;
  }
  #login .btn-primary{
    width: 284px;
  }
  #login .checkbox{
    position: static;
  }
  #login .signup{
    width: 200px;
    margin-top: 5px;
    position: static;
  }
  .container.form #footer{}
}
@media (max-width: 580px) {
  /*discussion*/

  .discussion ul li.Comment .CommentInfo {
    width: 180px;
  }
  .discussion .DateCreated {
    display: block;
  }
}
