
.login-inline .form-control {
    width: 130px;
}

.navbar-skillcloud {
    margin-bottom: 0;
    background-color: #fff;
}

.navbar-skillcloud-mini {
    background-color: #fff;
}

.navbar-learn {
    margin-bottom: 0;
}

.navbar-skillcloud .navbar-logo {
    padding-left: 15px;
    margin: 18px 0;
    display: inline-block;
    float: left;
    font-size: 18px;
}

.navbar-skillcloud .navbar-logo img {
    height: 64px;
}

.navbar-skillcloud-mini .navbar-logo {
    padding-left: 15px;
    display: inline-block;
    float: left;
    font-size: 18px;
}

.menu {
    list-style: outside none none;
    padding-top: 22px;
    margin-bottom: 0;
    padding-left: 0;
    height: 100px;
}

.menu > li {
    display: block;
    position: relative;
    width: 55px;
    line-height: 30px;

}

.menu > li > a {
    display: block;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: #b4b4b4;
}

.menu > .active > a, .menu > li > a:hover {
    color: #3b92a9;
    text-decoration: none;
}

.menu > li.disabled > a {
    color: #777;
}

.menu .glyphicon {
    display: block;
    color: #fff;
}

.menu-pills > li {

    float: left;
}

.menu-pills > li > a {
    border-radius: 4px;
}

.menu-pills > li + li {
    margin-left: 2px;
}

.menu-right {
    float: right !important;
    margin-right: -15px;
}

.menu-right ~ .menu-right {
    margin-right: 0;
}

.menu > li > a > span {
    display: block;
    background-color: transparent;
    background-image: url("/images/icons.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0 auto;
    height: 32px;
    width: 32px;
    position: relative;
}

.icon-home {
    background-position: 0 0;
}

.icon-course {
    background-position: -32px 0;
}

.icon-log {
    background-position: -64px 0;
}

.icon-exam {
    background-position: -96px 0;
}

.icon-notice {
    background-position: -128px 0;
}

.icon-center {
    background-position: -160px 0;
}

.icon-work {
    background-position: -192px 0;
}

.icon-manage {
    background-position: -224px 0;
}

.icon-horn {
    display: inline-block;
    background-color: transparent;
    background-image: url("/images/icons.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -192px 0;
    height: 32px;
    width: 32px;
    position: relative;
}

.active .icon-home, .menu > li > a:hover > .icon-home {
    background-position: 0 -32px;
}

.active .icon-course, .menu > li > a:hover > .icon-course {
    background-position: -32px -32px;
}

.active .icon-log, .menu > li > a:hover > .icon-log {
    background-position: -64px -32px;
}

.active .icon-exam, .menu > li > a:hover > .icon-exam {
    background-position: -96px -32px;
}

.active .icon-notice, .menu > li > a:hover > .icon-notice {
    background-position: -128px -32px;
}

.active .icon-center, .menu > li > a:hover > .icon-center {
    background-position: -160px -32px;
}

.active .icon-work, .menu > li > a:hover > .icon-work {
    background-position: -192px -32px;
}

.active .icon-manage, .menu > li > a:hover > .icon-manage {
    background-position: -224px -32px;
}

.active .glyphicon, .menu > li > a:hover > .glyphicon {
    display: block;
    color: #3b92a9;
}

.docs-header {
    font-size: 24px;
    text-align: left;
    height: 275px;
    background-color: #32aac1;
    background-image: linear-gradient(to bottom, #229ab1 0px, #32aac1 100%);
    background-repeat: repeat-x;
    color: #fff;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.notice {
    height: 65px;
    background-color: #e1e2e3;
    background-repeat: repeat-x;
    padding-top: 5px;
}

.notice .alert {
    padding: 6px;

}

.alert-notice {
    background-color: #535455;
    border-color: #090e11;
    color: #d6d44a;
}

.course {
    position: relative;;
    margin-bottom: 40px;
    max-width: 265px;
}
.course:hover {
    border-top:solid 4px #E9E9E9;
    margin-bottom: 36px;
}

.course img {
    width: 100%;
    height: 100%;
    max-height: 146px;
}
.course span {
    position: absolute;
    right: -5px;
    top:4px;
    font-size: 14px;
    padding: 3px 10px;
}

.course .title {
    padding:0 5px;
    height: 48px;
    line-height: 24px;
    background-color: #E9E9E9;
    color: #333;
    text-overflow: ellipsis; /* for IE */
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */
    overflow: hidden;
}

.coursedetail img {
    width: 100%;
    height: 100%;
    max-height: 314px;
    max-width: 555px;
    border: 1px solid #999;
}

.coursedetail .title {
    color: #333;
    font-size: 24px;
    text-overflow: ellipsis; /* for IE */
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */
    overflow: hidden;
    white-space: nowrap;
}

.footer {
    margin-top: 40px;
    color: #fff;
}

.contact {
    min-height: 110px;
    background-color: #414141;
    padding: 10px 0;
}

.copyright {
    min-height: 55px;
    background-color: #474747;
}

.footer li {
    margin-right: 20px;
}

.footer .glyphicon {
    margin-right: 10px;
}

/*headercontent*/
.navbar {
    border-bottom-color: #32aac1;
    border-bottom-width: 2px;
}

.nav2 {
    margin: 20px 0;
}

.content {

    min-height: 300px;
    margin: 20px 0;

}

.input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.table {
    table-layout: fixed;
}

.table tr td {
    text-overflow: ellipsis; /* for IE */
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */
    overflow: hidden;
    white-space: nowrap;
}

#editor {
    max-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}
#editor1 {
    max-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}
#voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    -moz-transform: scale(2.0, 2.0);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div[data-role="editor1-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#voiceBtn1 {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    -moz-transform: scale(2.0, 2.0);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dropdown-menu a {
    cursor: pointer;
}

.fileInputContainer {
    position: relative;
    z-index: 1;
}

.fileInputContainer .uplade-file {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.chat {
    font-size: 12px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.chat li {
    /*border-bottom: 1px dotted #999;*/
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    /*height: 350px;*/
    /*overflow-y: scroll;*/
}

.progress {
    margin: 0;
}
.progressavg {
	 margin: 0;
	float:left; 
	margin-left:10px;
	width:450px; 
	margin-top:0px;
	height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.btn-xsavg
 {
  float:left; 
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.home_main {
    /*padding-top: 260px;*/
    /*padding-bottom: 30px;*/
    /*margin-bottom: 30px;*/
    /*color: inherit;*/
    /*background-image: url(/images/banner.jpg);*/
    /*background-repeat: repeat-x;*/
    /*background-position: center top;*/
    position: relative;
    background-color: #EBEBEB;
}

.home_header {
   
    padding-bottom: 9px;
    margin: 25px -13px 20px 0px;
    border-bottom: 1px solid #cccccc;
    font-family: "微软雅黑";
    color: #252525;
}
.home_header3 {
   padding-bottom: 9px;
   margin: 25px 0px 20px;
   border-bottom: 1px solid #cccccc;
   font-family: "微软雅黑";
   color: #252525; 
}


.home_header a {
    color: #337ab7;
}

.home_header h3 {
    padding-left: 20px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    background-position: -296px -98px;
}

.home_list {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
}

.home_list li {
    padding-left: 13px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #ccc;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    background-position: -294px -58px;
}

.home_new {
    background-color: #ef9d1b;
}

.home_bg_white {
    background-color: #FFFFFF;
}
/*
.home_mt_25 {
    margin-top: -18px;
}
*/
.home_mt_25 {
    margin-top: 40px;
}
@media screen and (min-width: 600px)  {
    .home_mt_25 {
        margin-top: -18px;
    }
}
.class_list {
    padding-left: 20px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    background-position: -296px -96px;
}
.container img { max-width:100%; width:expression(document.body.clientWidth>100%?"100%":"auto"); overflow:hidden; }


.course1 {
    position: relative;;
    margin-bottom: 20px;
    max-width: 265px;
    width: 110%;
    height: 110px;
}
.course1:hover {
    border-top:solid 4px #E9E9E9;
    margin-bottom: 16px;
}

.course1 img {
    width: 100%;
    height: 100%;
    
}
.course1 span {
    position: absolute;
    right: 0px;
    top:4px;
    font-size: 14px;
    padding: 3px 0px;
    /*display: none;*/
}

.course1 .title {
    padding:0 5px;
    height: 30px;
    white-space: nowrap;
    line-height: 24px;
    background-color: #E9E9E9;
    color: #333;
    text-overflow: ellipsis; /* for IE */
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */
    overflow: hidden;

}
.course2 {
    position: relative;;
    margin-bottom: 40px;
    height: 90%;
   
}
.course2:hover {
    border-top:solid 4px #E9E9E9;
    margin-bottom: 36px; 
}

.course2 img {
    width: 100%;
    height: 100%;
   
}
.course2 span {
    position: absolute;
    right: 0px;
    top:4px;
    font-size: 14px;
    padding: 3px 10px;
    /*display: none;*/
}

.course2 .title {
    padding:0 5px;
    height: 30px;
    white-space: nowrap;
    line-height: 24px;
    background-color: #E9E9E9;
    color: #333;
    text-overflow: ellipsis; /* for IE */
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */
    overflow: hidden;
}
.home_header1 {
    padding-bottom: 9px;
    margin: -20px 0px 20px;
    border-bottom: 1px solid #cccccc;
    font-family: "微软雅黑";
    color: #252525;
}
.mask{
    position: absolute;
    bottom: 0px;  
    height: 26px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #f5f5f5;
    text-align: center;
    line-height: 26px;
    border-radius: 4px;
    display: none; 
}
.mask1{
    position: absolute;
   /*  top: 0;
   left: 0; */
    bottom: -10px;
    height: 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #f5f5f5;
    text-align: center;
    line-height: 20px;  
    border-radius: 4px;
    display: none; 
}
.home_main_dj {
    /*padding-top: 260px;*/
    /*padding-bottom: 30px;*/
    /*margin-bottom: 30px;*/
    /*color: inherit;*/
    /*background-image: url(/images/banner.jpg);*/
    /*background-repeat: repeat-x;*/
    /*background-position: center top;*/
	padding-bottom: 30px;
    position: relative;
    background-color: #EBEBEB;
}

.course3 {
    position: relative;;
    margin-bottom: 20px; 
    width: 110%;
    height: 110px;
}
.course3:hover {
    border-top:solid 4px #E9E9E9;
    margin-bottom: 16px;
}

.course3 img {
    width: 100%;
    height: 100%;
    
}
.course3 span {
    position: absolute;
    right: 0px;
    top:4px;
    font-size: 14px;
    padding: 3px 0px;
    /*display: none;*/
}

.course3 .title {
    padding:0 5px;
    height: 30px;
    white-space: nowrap;
    line-height: 24px;
    background-color: #E9E9E9;
    color: #333;
    text-overflow: ellipsis; /* for IE */
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */
    overflow: hidden; 
}
.course4 {
    position: relative;;
    margin-bottom: 40px;
    height: 90%;
   
}
.course4:hover {
    border-top:solid 4px #E9E9E9; 
}

.course4 img {
    width: 100%;
    height: 100%;
   
}
.course4 span {
    position: absolute;
    right: 0px;
    top:4px;
    font-size: 14px;
    padding: 3px 10px;
    /*display: none;*/
}

.course4 .title {
    padding:0 5px;
    height: 30px;
    white-space: nowrap;
    line-height: 24px;
    background-color: #E9E9E9;
    color: #333;
    text-overflow: ellipsis; /* for IE */
    -moz-text-overflow: ellipsis; /* for Firefox,mozilla */
    overflow: hidden;
}

.login_top
{
  border-bottom: 1px solid #dbe1ea;
}
.b_clear {
    clear: both;
    display: block;
    overflow: hidden;
    content: "";
}
.login_top>.top_tag {
    cursor: pointer; 
    font-size: 16px;
    color: #bac3d3;
    margin-right: 5px;
}
.login_top>.top_tag_active {
    color: #333;
    border-bottom: 2px solid blue;
}
.l_float {
    float: left;
} 
