﻿#headContainer
{
    background: url('../images/headBg.jpg') no-repeat;
    height: 120px;
}
#footContainer
{
    height: 80px;
    background: #515151;
}
#navView
{
    /*background: #f2f1f2;*/
    background: #fff;
}
.footContainer_content, #learningCenter_Container, #CourseDetail_Container, #Exam_Container, #CourseContent_text, #tipsInfoDetail_Container, #tipsInfoList_Container, .headContainer_content
{
    width: 1200px;
    margin: 0px auto;
    padding: 15px 0;
    height: 100%;
    overflow: hidden;
}
.headContainer_content
{
    padding: 0;
}
.headContainer_content dl
{
    overflow: hidden;
    padding: 10px;
    height: 120px;
    margin-bottom: 0;
}
.headContainer_content dt, .headContainer_content dd
{
    float: left;
}
.headContainer_content dd
{
    width: 88%;
    padding: 2% 0 0 2%;
}
.head_header
{
    width: 100px;
    height: 100px;    
}
.head_header_del
{
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
}
.head_header img
{
    border-radius: 100%;
}
.headContent_search
{
    width: 473px;
    height: 55px;
    margin: 0px auto;
    position: relative;
}
.headContent_search input
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #aaa;
    padding: 2%;
}
.headContent_search button
{
    position: absolute;
    right: 2px;
    top: 2px;
    width: 50px;
    height: 50px;
    border: 0;
    background: url('../images/search.png') no-repeat;
}
.all_titleTips_item
{
    background: #fdf1ab;
    height: 30px;
    line-height: 30px;
    box-shadow: 1px 1px 1px #888888;
}
.pickOn
{
    background: #f7a06d;
    color: #fff;
}
.takeOff
{
    background: none;
    color: #3e3e3e;
}
.nav-tabs > li > a
{
    color: #3e3e3e !important;
    cursor: pointer !important;
}
.form-control
{
    /*height: 27px !important;*/
    padding: 2px 12px !important;
}
.nav-tabs
{
    background-color: #f7f7f7;
    border: 1px solid #e5e4e5;
    font-size: 18px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px #888888;
}
.courseName
{
    color: #3e3e3e !important;
}
.dx-progressbar-status
{
    display: none !important;
}
.a-upload
{
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888 !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
    display: block;
    width: 150px;
    height: 30px;
}
.fileName
{
    font-size: 1.2rem;
    color: #3e3e3e;
    float: left;
    width: auto;
    margin: 70px 0px 0px 15px;
}
.face
{
    padding: 0;
    border: none;
    width: 100px;
    height: 100px;
}
.a-upload input
{
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.a-upload:hover, .a-upload:visited
{
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none;
}
.a-upload:hover
{
    background: none;
}
.titleTipsContent
{
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
.titleTips_Info > div
{
    float: left;
}
.tips_infomation
{
    font-weight: bold;
    margin-right: 5px;
}
.titleTips_Info .tips_more
{
    float: right;
    cursor: pointer;
    color: #4791d9;
}
.titleTips_Info .tips_content
{
    cursor: pointer;
}
.learningCenter_nav
{
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0 0px;
    font-size: 1.6rem;
    overflow: hidden;
}
.learningCenter_nav > a, .learningCenter_nav > span
{
    float: left;
    color: #3e3e3e;
    cursor: pointer;
}
.learningCenter_nav > span
{
    marign: 0 5px;
    display: block;
}
.ExamTime
{
	padding: 15px 20px; 
	float: right; 
	background-color: rgb(26, 131, 230);
}

.required
{
	color:#d9534f;
	font-weight:900;
	font-size:15px;
	
}

.required2
{
	color:#d9534f;
}

.content_div {
		height: 100%;
		background: #ECF0F5;		
}

.content_iframe {
    width:100%;
    height:100%;
    padding:0px 0px;
    margin:0px 0px;
    overflow:visible;
}

/* define bootstrap 5 columns */
.col-xs-1-4,
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    /*padding-right: 10px;*/
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

.col-xs-1-4 {
    width: 25%;
    float: left;
}

.col-xs-1-3 {
    width: 33.33%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

/*高德地图窗体css*/ 
.content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
}

.content-window-card p {
    height: 2rem;
}

.custom-info {
    /*border: solid 1px silver;*/
    box-shadow: 0px 1px 9px 0px rgba(3, 57, 102, 0.43);
    border-radius: 8px 8px 8px 8px;
}

div.info-top {
    position: relative;
    height: 100px;
    /*background: none repeat scroll 0 0 #e45959;*/
    border-bottom: 1px solid white;
    border-radius: 8px 8px 0 0;
}

div.info-top div {
    display: inline-block;
    color: #ffffff;
    font-family: MicrosoftYaHeiUI;
    font-weight: normal;
    font-stretch: normal;
    font-size: 20px;
    /*font-weight: bold;*/
    line-height: 26px;
    padding: 12px 24px;
}

div.info-top div span {
    margin-left: 0px;
    font-size: 18px;
}

div.info-top img {
    position: absolute;
    top: 5px;
    right: 5px;
    transition-duration: 0.25s;
}

div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

div.info-middle {
    height: 240px;
    font-size: 12px;
    padding: 15px 5px;
    line-height: 20px;
    border-radius: 0 0 8px 8px;
}

div.info-arrow {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.info-arrow img {
    position: relative;
    z-index: 104;
}

.info-middle .row {
    margin-left: 0px;
    margin-top: 5px;
}
.info-middle img {
    display:inline-block;
    width: 42px;
    height: 45px;
    text-align: center;
}
.info-middle span {
    display:inline-block;
    width: 42px;
    text-align: center;
    /*margin-left: 10px;*/
    font-family: MicrosoftYaHeiUI;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0px;
    letter-spacing: 0px;
    color: #252525;
}