a {
    color: #337ab7;
    text-decoration: none;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
.form-control {
     display: block;
     width: 93%;
     height: 34px;
     padding: 6px 12px;
     font-size: 14px;
     line-height: 1.42857143;
     color: #555;
     background-color: #fff;
     background-image: none;
     border: 1px solid #ccc;
     border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 }
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group {
    margin-bottom: 15px;
}
.settings{
    border-spacing: 30px 10px !important;
    border-collapse: separate;    
}

.settings th{
    border-bottom: 1px solid #e2e5f6;
    width: 200px
}

.settings a{
    color: #407dce;
}

.settings img{
    margin-bottom: 0px !important;
    float: left !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
}

#settings p{
    margin-bottom: 15px;
}

.cke_toolbar_break{
    clear: none !important;
}

.settings th, .settings td{
    padding: 5px;
}


#attach_div label, #attach_div input, #attach_div button, #attach_div1 label, #attach_div1 input, #attach_div1 button{
    float: left;
}

.entertochat{
    background-image: url('/images/lk/video_big.png'); background-color: transparent; border: 0px;
    width: 20px;
    height: 25px;
    color:white;
}

.questionform{
    width: 400px;
    /*margin-left: 30%;*/
}

.questionform input, .questionform textarea {
    float: right;

}

.stdinput, .questionform input[type="text"],.questionform input[type="tel"],.questionform input[type="email"],#password {
    display: block;
    width: 95%;
    height: 36px;
    line-height: 36px;
    margin: 12px 0;
    border: 0;
    border-bottom: 2px solid #e2e5f6;
    padding: 0 10px;
}
.questionform input[type="checkbox"]{
    float: left;
    margin-right: 5px;
}
.questionform label{
    padding: 2px;
}

.qbutton[disabled] {
    background: transparent;
    border-color: rgb(83, 81, 81);
    color: rgb(139, 133, 133);
}

#addquestion{
    margin-bottom: 35px;
}

.bar, .bar1{
    background: #fafbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafbfb 0%, #fafbfb 0%, #f1f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafbfb), color-stop(0%,#fafbfb), color-stop(100%,#f1f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafbfb 0%,#fafbfb 0%,#f1f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafbfb 0%,#fafbfb 0%,#f1f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafbfb 0%,#fafbfb 0%,#f1f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafbfb 0%,#fafbfb 0%,#f1f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfb', endColorstr='#f1f2f2',GradientType=0 ); /* IE6-9 */
    width: 1000px;
    height: 51px;
}

.lk_menu_item{
    float: left;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 10px;
    height: 50px;
    line-height: 30px;
    box-sizing: border-box;
}

.lk_menu_item a{
    font-size: 16px;
    color: #748792;
    text-decoration: none;
}

.lk_menu_item a:hover{
     text-decoration: underline;
     color: #629b9c;
}

.r_border{
    border-right: 1px solid #e0dfdf;
}

.lk_h1{
    color: #7f8fa3;
    font-weight: bold;
    text-align: left;
}
#status th {
     font-weight: bold;
     border-bottom: 2px solid #e0dfdf;
     padding: 2px;
}

#status th img {
    margin: 0px;
    margin-right: 5px;
    margin-top: 1px;
}

#status table {
    width: 100%;
}

.bar_active a{
     text-decoration: underline;
     color: #629b9c;    

}

.bar1>div{
    float: left;    
}

.bar>div{
    float: left;
    margin: 7px;
}

.bar div:first-child span{
    font-weight: bold;
    color: #337ab7;
}

#consultation td p img{
    margin: 5px;
    margin-top: 0px;
}