.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}
#austglcmp{
	background:url("icon.png") no-repeat scroll center 1px; 
	cursor:pointer;
}
.b2r #austglcmp{ 
	background:url("icon_small.png") no-repeat scroll center 1px;
	cursor:pointer;
}

.austglpgb {
    line-height: 26px;
}
.austglpgb a {
    padding: 0 10px;
}
.austglpgb a{
    float: left;
    display: inline;
    margin-left: 4px;
    padding: 0 8px;
    height: 26px;
    border: 1px solid;
    border-color: #C2D5E3;
    background-color: #FFF;
    background-repeat: no-repeat;
    color: #333;
    overflow: hidden;
    text-decoration: none;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.up-btn-container {
    margin: 0 auto;
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.btn-shadow {
    -webkit-box-shadow: inset 0 -4px 0 #2a6496;
    box-shadow: inset 0 -4px 0 #2a6496;
    border: 0;
    color: #fff;
}

.jumbotron a {
    color: #fff;
    color: rgba(255,255,255,.5);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-lg.btn-shadow {
    padding: 10px 32px 13px;
}

#austglcmp_cover{
    position:absolute;left:0px;top:0px;
    background:rgba(0, 0, 0, 0.4);
    width:100%;
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
    display:none;
    z-Index:9999;
}
#austglcmp_modal{
    position:absolute;
    width:100%;
    height:400px;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background-color:#fff;
    display:none;
    cursor:pointer;
    z-Index:99999;
    padding: 15px 0;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.austglcmp_nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.austglcmp_nav>li {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 14px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.austglcmp_nav>li>a {
    position: relative;
    display: block;
    padding: 6px 8px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 6px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}

.iframe_tab_content {
    display: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.submit-btn-div {
    float: right;
    padding: 10px 15px;
}