
body{
    margin: 0 !important;
    padding: 0 !important;
}
.macross-cont{
    display: inline-block;
    position: relative;
    
}

.macross-cont .macross-btn-mod{
    position: absolute;
    top: 0;
    right: 32px;
    width: 25px;
    height: 25px;		
    cursor: pointer;
    /* background-image: url("../../img/macross-icon.png"); */
    background-image: url("../../img/macross-icon-mod.png");
    opacity: 0.3;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center 4px;
    visibility: hidden;
    border-radius: 5px;
    
    
}

.macross-cont:hover .macross-btn-mod{ visibility: visible; }
.macross-cont .macross-btn-mod:hover{  
    opacity: 1; 
    box-shadow: 0 0 4px rgba(0,0,0, 0.2);
    background-color: #fff;
}

.macross-cont .macross-btn-ins{
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
    
    background-image: url("../../img/macross-icon.png");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    opacity: 0.6;
    
    border-radius: 5px;
    
    
}


.macross-cont .macross-btn-ins:hover{
    background-image: url("../../img/macross-icon-on.png");
    opacity: 1;
    box-shadow: 0 0 4px rgba(0,0,0, 0.2);
    background-color: #fff;
}

.noscroll { overflow: hidden; }


.bg-custom-pp{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    overflow: hidden;
    display: flex;
}

.cont-custom-pp{
    position: relative;
    margin: auto;
    width: 600px;
    height: 400px;
    max-height: 90%;;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    /* overflow: hidden; */

}

.cont-custom-pp .close-btn{
    position: absolute;
    top: -18px;
    right: -14px;
    width: 26px;
    height: 26px;
    border: 2px solid #555;;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    background-color: #fff;
    background-image: url("../../img/glyph-no-black.png");
    background-position:  center 6px;
    background-repeat: no-repeat;

}

.cont-custom-pp iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    border-radius: 10px;
    box-sizing: border-box;
}
.cont-custom-pp iframe body{
    margin: 0 !important;
    padding: 0 !important;
}

.container-pp{
    width: 100%;
    padding: 10px;    
    box-sizing: border-box;
}


.title-pp{
    width: 100%;
    font-size: 20px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #204e81;
    color: #fff;

}
.pp-tab{
    width: 100%;
    border-collapse: collapse;
}

.pp-tab tr{
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
}


.pp-tab tr:nth-child(even){
    background-color: #fafafa;
}

.pp-tab tr:hover{
    background-color: #d3fbd2;
}

.pp-tab tr td{
    border: none;
    padding: 4px 10px;
    box-sizing: border-box;

}


.label-default{
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 5px;
    background-color: #d6f0ff;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: #39637a;
}