.bagLink {
    text-decoration: inherit;
    color: inherit;
}
.bagLink:visited {
    text-decoration: inherit;
    color: inherit;
}
.bagLink:hover {
    text-decoration: underline;
    color: blue;
    font-style: normal;
}
.optionList.ui-multiselect {
    display:inline;
    margin:3px 5px;
    float:right;
    max-width:150px;
    min-width:60px;
    line-height:20px;
}
.optionList.ui-multiselect-menu {
    min-width:200px;
}
.ui-controlgroup-item {
    line-height: 20px;
}
.ui-selectmenu-text {
    line-height: 20px !important;
}
.ui-selectmenu-button.ui-button {
    width: auto;
    margin-top: 2px;
}
#frectoverso .ui-checkboxradio-icon {
    display: none;
}
.ovlModal {
    z-index:99;
}
.pageContainer {
    width:100%;
    margin:10px 0 100px;
    font-family: Courier New;
    font-size:11px;
    line-height:13px;
    color:#444;
    background-color:transparent;
}
textarea {
    font-family: Courier New;
    font-size:11px;
    line-height:13px;
    color:black;
    background-color:transparent;
}
.printPage {
    position:relative;
    width:100%;
    height:297mm;
    margin:auto;
    overflow:hidden;
    border:1px solid;
    background-color: white;
    
}
.printBkg {
    background-position:center;
    background-repeat:no-repeat;
    background-image:url("https://www.pir3.net/shr/src/images/negPhoto1_w700.png");
}
.mainTable {
    margin: 0 auto;
    padding: 15px 0;
    border-collapse: separate;
    border-spacing: 10px 15px;
    overflow:hidden !important;
}
.mainTable .pgFrame {
    background-color:white;
}
td {
    margin:0 auto;
    padding:0;
    width:175px;
    max-width:175px;
    vertical-align:top;
    overflow:hidden;
}
.pgPir3Link {
    font-size:0.75em;
    font-style:italic;
    color:grey;
    text-decoration: none;
}
.pgFrameText {
    overflow:hidden;
    word-wrap:break-word;
    white-space:normal;
    font-family: Courier New;
    font-size:11px;
    line-height:13px;
}
.pgObject {
    position:absolute;
}
.pgFrame {
    /*z-index: 1; causes overflow not hidden in PDF !*/
    overflow:hidden;
    padding:3px 1px 3px 2px;
    border:1px solid darkgrey;
    box-shadow: 3px 5px 5px 0 rgba(0,0,0,.5);
    font-family: Courier New;
    font-size:11px;
    line-height:13px;
    border-radius: 3px;
    outline: 0;
}
.pgLevel0 {
    width:22%;
    height:39%;
}
.pgLevel1 {
    width:22%;
    height:37%;
}
.pgLevel2 {
    width:22%;
    height:21%;
    padding:0px 1px 0px 4px;
}
.pgLevel3 {
    width:22%;
    height:10%;
    padding:0px 1px 0px 4px;
}
.pgLevel4 {
    width:22%;
    height:0px;
    padding:0px 1px 0px 4px;
}
.pgLevel5 {
    border:1px solid;
    padding:0;
}
.pgLevelN {
    border:0;
    padding:0;
    font-size:9px;
}
.dragMe {
    z-index:10;
    position:absolute;
    top:5px;
    left:50px;
    width:100px;
    overflow:hidden;
    background-color: transparent;
    border: 0;
    cursor: move;
    line-height:13px;
}
.dragMe:hover {
    background-color: #FFD700 !important;
    border: 2px dotted blue;
}
.isSelected {
    background-color: #DAA520 !important;
}
.userXml {
    position: absolute;
    overflow:hidden;
    white-space: nowrap;
}
.selectableImage {
    border: 3px solid #ccc;
    margin:10px 10px 20px;
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
}
.selectableImage:hover {
    border:3px solid #606060;
}
.buttonOn {
    opacity: 0.5;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
.buttonOn:hover {
    border:1px solid darkgrey;
}
.imgOff {
    opacity: 0.5;
    cursor: not-allowed;
}
.fontSelector {
    display: inline-block;
    width: 150px !important;
}
.fontSelector li {
    z-index: 999;
    width: 150px !important;
}
.fontSelector h4 {
    width: 150px !important;
}
.simpleColorContainer {
    display: inline-block;
    margin-bottom: 2px;
    padding: 3px;
    vertical-align: middle;
}
.inputRO {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    width: 30px;
    border: 1px solid #CCCCCC;
    color: #808080;
    background-color: #EEEEEE;
}
.grid-button {
    margin: 0 2px 8px;
    box-sizing: border-box;
    width: 34px;
    padding: 2px;
    vertical-align: middle;
}
.F_Faitssportifs strong,em {
    vertical-align: top;
    position: relative;
    top: -1px;
}