/*
    Created on : 2015-8-11, 16:18:09
    Author     : joe
*/

.close-tab {
    font-size: 10px;
    position:absolute;
    right: 8px;
    top: 4px;
    /*padding-left: 25px;*/
    width: 12px;
    height: 12px;
    z-index: 100;
    cursor: pointer;
    color: #fff;
    /*background: url('../../images/close.png') no-repeat;*/
}

.nav-tabs {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.nav-tabs li{
    position: relative;
}

.iframeClass {
    color:black;
    z-index: 1;
    visibility: inherit;
    width: 100%;
    frameborder: 'no';
    border: 0;
    marginwidth: 0;
    marginheight: 0;
    scrolling-x: 'no';
    scrolling-y: auto;
    allowtransparency: true;
}

.tab-drop {
    margin-right: 30px;
}

.rightMenu {
    position: absolute;
    width: 150px;
    z-index: 99;
    display: none;
}

.dragBack {
    background-color: #ddd;
}
/*自定义样式，覆盖bootstrap tabs----------begin*/

#mainFrame> li > a{
    height: 30px;
    color: #2c2724;
    border: none;
}
#mainFrame > li.active > a:focus{
    background-color:#ffffff !important;
    color: #982529;
    border: none;
}
#mainFrame > li > a:hover{
    background-color:#ffffff !important;
    color: #982529;
    border: none;

}
#mainFrame > li.active > a{
    background-color:#ffffff !important;
    color: #982529;
    border: none;

}
.close-tab{
    color: #666666;
    top: 8px;
    display: inline-block;
    margin-left: 30px;
}
.nav-tabs > li > a {
    padding: 10px 25px 10px 10px;
}
/*校正页签内容角度*/
#mainFrame > li > a > p{
    /*transform: skew(30deg);*/
}

/*自定义样式，覆盖bootstrap tabs----------end*/