/*
    Created on : 2015-8-11, 16:18:09
    Author     : joe
*/

.close-tab {
    font-size: 15px;
    position:absolute;
    right: 5px;
    top: 5px;
    padding-left: 25px;
    z-index: 100;
    cursor: hand;
    cursor: pointer;
    display: none;
    color: #94A6B0;
}

.nav-tabs {position: relative;}
.nav-tabs li{position: relative;}

.iframeClass {
    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: 120px;
    z-index: 99;
    display: none;
}
.rightMenu  a{
    font-size: 12px !important;
}
.dragBack {
    background-color: #ddd;
}
