body {
  min-width: 640px; }

#body-main {
  text-align: cneter;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -35px; }

#sidebar-bg {
  /*background-color: #F2F2F2;*/
  border-right: 1px solid #ccc;
  height: 100%;
  width: 180px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: -1; }

#body-body {
  /*max-width: 1280px;*/
  text-align: left;
  padding-left: 0;
  padding-bottom: 60px; }
  #body-body #side-bar {
    padding: 8px 0;
    float: left; }
  #body-body #body-content {
    padding: 0 20px;
    margin-left: 240px;
    float: left; }
    #body-body #body-content #body-content-content {
      float: left;
      width: 100%; }

#footer-fush,
#body-footer {
  clear: both;
  height: 35px;
  text-align: right; }

.modal-backdrop,
.modal-backdrop.fade.in {
  background: -webkit-radial-gradient(center, rgba(127, 127, 127, 0.32), rgba(127, 127, 127, 0.4) 35%, rgba(0, 0, 0, 0.65));
  opacity: initial;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: .3; }

.control-group .controls .btn {
  margin-top: -5px; }

h1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear; }

.hidden {
  display: none; }

.container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px; }

.span2 {
  /*width:170px;*/ }

.span10 {
  /*width:784px;*/ }

.sort_id {
  width: 50px; }

[class*="span"] {
  margin-left: 10px; }

.clear {
  clear: both; }

.seamless {
  padding: 0; }

.bubble {
  background: #efefef;
  border-radius: 3px;
  margin: 0 0 15px 0;
  padding: 3px;
  position: relative; }

.btn-group.select {
  border: 0;
  padding: 0;
  background: #fff; }

.pagination a:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

.btn:active,
.btn.active,
.pagination a:active {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16); }

.controls span.btn.btn-success {
  border-radius: 2px; }

/* upload btn */
input[type="file"].fileupload {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  direction: ltr;
  cursor: pointer;
  /*width:100px;*/ }

.progress {
  border-radius: 0; }

#upload-modal {
  position: fixed;
  bottom: 0;
  width: 500px;
  border: 1px solid #ccc;
  background-color: #fff; }
  #upload-modal .upload-header {
    margin: 5px 0;
    padding: 5px 0 0 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff; }
  #upload-modal .progress {
    margin: 0; }
  #upload-modal ul.boxed-list li {
    margin: 0;
    padding: 5px 0; }
  #upload-modal span.name {
    padding-left: 15px; }
  #upload-modal span.del {
    padding-right: 15px; }

.ke-icon-uploadfile {
  background-position: 0px -496px;
  width: 16px;
  height: 16px; }

/* Forms -------------------------------------------------------*/
form {
  margin-bottom: 0; }

.form-horizontal .control-group {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0; }
  .form-horizontal .control-group:hover {
    background: #efefef; }
  .form-horizontal .control-group:last-child {
    border-bottom: 0; }
.form-horizontal .control-label {
  padding-top: 10px;
  width: 100px; }
.form-horizontal .controls {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-left: 110px; }
  .form-horizontal .controls > input {
    margin-top: -5px; }
.form-horizontal .form-actions {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  background: #fff; }

.help-block, .help-inline {
  color: #999999; }

.btn-disable {
  color: #999;
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

.btn-switch, .btn-group {
  position: relative;
  /**background: #efefef;*/
  *padding: 3px;
  /*border-radius: 3px;*/
  margin: 0;
  border: 0px #ccc solid; }

.btn-group .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group .btn + .btn {
  border-radius: 0; }
.btn-group .btn:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
.btn-group.ui-radio label.active {
  font-weight: 500;
  border: 1px solid #3079ed;
  color: #ffffff;
  background-color: #4b8cf7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
  background-image: linear-gradient(to bottom, #4d90fe, #4787ed);
  background-repeat: repeat-x;
  *background-color: #4d90fe; }
.btn-group.ui-radio input[type="radio"] {
  display: none; }

/*.dropdown-menu > li > a.option-select,a.option-select{
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
}*/
#body-navbar .navbar-inner {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc; }
#body-navbar ul.nav li.dropdown.open > a.dropdown-toggle, #body-navbar ul.nav li.dropdown.active > a.dropdown-toggle, #body-navbar ul.nav li.dropdown.open.active > a.dropdown-toggle {
  color: #fff; }

#side-bar ul.nav-sidebar > li > a:hover, #side-bar ul.nav-sidebar > li > a:focus {
  color: #fafafa;
  background-color: #007FBF; }
#side-bar ul.nav-sidebar > li ul.dropdown-menu {
  border: 1px solid #d8d8d8;
  border-radius: 1px;
  padding: 0;
  margin-top: 0; }

.nav .nav-header {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f3f3f3));
  background-image: linear-gradient(#f9f9f9, #f3f3f3);
  background-repeat: repeat-x;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  background-color: #f2f2f2; }
.nav.nav-list li a {
  color: #08c; }
.nav.nav-list li + .nav-header {
  padding: 5px 15px; }

/*width----------------------------------------------------------------*/
.width-small {
  width: 10px; }

.hg1 {
  min-height: 350px; }

/*table*/
.table th, .table td {
  padding: 8px 4px 4px 8px; }
  .table th .btn-group + .btn-group, .table td .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 8px; }

.modal {
  border: 1px solid rgba(194, 184, 184, 0.3);
  left: 41%;
  width: 770px;
  border-radius: 3px; }
  .modal.modal-larger {
    left: 41%;
    width: 770px; }
  .modal.fade.in {
    top: 25%; }
  .modal .modal-header {
    cursor: move; }
  .modal .modal-body .msg {
    padding: 10px 30px; }
  .modal .modal-footer {
    border-radius: 0 0 3px 3px; }
  .modal .boxed {
    margin: 0; }
    .modal .boxed .boxed-footer {
      text-align: right; }

.btn-group input {
  margin: 0; }

input.ajax-input.alert {
  background-color: #f9edbe; }

.modal-backdrop {
  background-color: #333; }

/* hide pnotify bar */
.ui-pnotify-history-container {
  display: none; }

#photo_show {
  padding: 20px; }

/* add on input */
.control-group .input-append,
.control-group .input-prepend {
  padding: 0 1px;
  border: 1px solid #ccc; }
  .control-group .input-append .btn,
  .control-group .input-prepend .btn {
    border: none; }
  .control-group .input-append .add-on,
  .control-group .input-prepend .add-on {
    border: none;
    background: #fff; }
  .control-group .input-append input,
  .control-group .input-prepend input {
    border: none;
    background: #fff; }
.control-group.error .input-prepend,
.control-group.error .input-append {
  border: 1px solid #b94a48; }
  .control-group.error .input-prepend .add-on,
  .control-group.error .input-append .add-on {
    background: #fff; }
.control-group.success .input-prepend,
.control-group.success .input-append {
  border: 1px solid #468847; }
  .control-group.success .input-prepend .add-on,
  .control-group.success .input-append .add-on {
    background: #fff; }

/*theme color*/
/*-------------------------------------------------------*/
.color {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 15px; }
  .color.color-selected {
    border-color: #07c;
    -webkit-box-shadow: 0 0 5px #07c;
            box-shadow: 0 0 5px #07c; }

.color-default {
  background-color: #fff; }

.color-dark {
  background-color: #333; }

/* list-group */
.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item > .badge {
    float: right; }
    .list-group-item > .badge + .badge {
      margin-right: 5px; }

a.list-group-item {
  color: #555555; }
  a.list-group-item .list-group-item-heading {
    color: #333333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.dropdown-menu > li > a[class*="option-depth"] {
  padding-left: 13px; }

.option-depth0 {
  border-left: 2px solid #333; }

.option-depth1 {
  border-left: 8px solid #333; }

.option-depth2 {
  border-left: 17px solid #333; }

.sortid {
  width: 30px; }

.bselect {
  font-family: "FontAwesome"; }

.bootstrap-select {
  font-family: "FontAwesome"; }

/*# sourceMappingURL=container.css.map */