body {
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 40px;
    padding-top: 60px;
}

input.span6, textarea.span6 {
    display: inline-block;
    float: none;
    margin-left: 0;
    width: 330px;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 80%;
}

.span4 {
    width: 250px;
}

.span6 {
    width: 500px;
}

input, textarea, .uneditable-input {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    padding: 7px;
}

input, textarea {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

input, textarea, .uneditable-input {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    width: 210px;
}

.row {
    margin-left: 0px;
}

/** menu left **/
.menu-left {
    float: left;
    width: 20%;
    padding: 0px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    margin-left: 10px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.main-content {
    float: left;
    width: 75%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    min-height: 233px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  overflow: scroll;
}
.welcome-profile {
    float: right;
    font-size: 15px;
    color: white;
    padding-top: 10px;
}
.welcome-profile > a {
    color: rgb(194, 181, 31);
}
.welcome-profile > span, .welcome-profile > span > a {
    color: white;
}
.navbar-inner {
    background-image: none;
    background-color: rgb(16, 73, 34);
}
.header-narbar-padding {
    padding: 2px 60px;
}

/**** Main menu ***/
.main-menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.main-menu li {
    list-style: none;
    padding: 4px;
}
ul.main-menu > li {
    background-color: #ccc;
}
ul.main-menu > ul {
    margin-left: 0px;
}

ul.main-menu > ul li{
    position: relative;
    height: 16px;
    border-bottom: solid 1px #EEE3E3;
}
ul.main-menu > ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 3px;
    
}
ul.main-menu > ul li a:hover{
    text-decoration: none;
}

ul.main-menu > ul li a span{
    padding-left: 20px;
}
.title-center {
    text-align: center;
}
.auto-width {
    width: auto;
}
.input-search {
    margin-bottom: 0px;
}
.table-user-list {
    table-layout:fixed;
}
.table-user-list td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.num-level {
    margin-left: 5px;
}
form .control-label-require:after {
  content:"*";
  color:red;
}
.modal.custom {
    outline:none;
    
}

.modal.custom .modal-dialog {
    width:50%;
    margin:0 auto;
}
.textarea-comment {
    height: 70px;
}
.text-red-color {
    color:red;
}
