﻿

.ShowFeature {
            display:inline;
        }

        .HideFeature {
            display:none;
        }

        .lockhover {

        }

            .lockhover:hover {
                cursor:pointer;
                background-color:rgba(251, 153, 146, 0.6)!important;
            }

        .addLockRight {
            cursor: pointer;
        }
            .addLockRight:hover {
                cursor: pointer;
                
                background-color: rgba(251, 153, 146, 0.6) !important;
                background-image:url(/images/Lock-1.png)!important;
                background-position:bottom right !important;
                background-repeat:no-repeat !important;
            }

        .addLockCenter {
            cursor: pointer;
        }
            .addLockCenter:hover {
                cursor: pointer;
                
                background-color: rgba(251, 153, 146, 0.6) !important;
                background-image:url(/images/Lock-1.png)!important;
                background-position:bottom center !important;
                background-repeat:no-repeat !important;
            }
        .addLockRight2 {
        }
            .addLockRight2 label:hover {
                background-color: rgba(251, 153, 146, 0.6) !important;
                background-image: url(/images/Lock-1.png)!important;
                background-position: center right !important;
                background-repeat: no-repeat !important;
            }

        .addLockBig {
            z-index:99;
            position:absolute;
            height:100%;
            width:100%;
        }
            .addLockBig:hover {
                background-color:rgba(251, 153, 146, 0.6)!important;
                background-image:url(/images/Lock-2.png)!important;
                background-position:center 20px;
                background-repeat:no-repeat;
            }
        .addLockBig2 {
        }
            .addLockBig2:hover {
                background-image:url(/images/Lock-2.png)!important;
                background-position:center bottom !important;
                background-repeat:no-repeat!important;
            }
        .addLockLeft {
            cursor: pointer;
        }
            .addLockLeft:hover {
                cursor: pointer;
                background-color: rgba(251, 153, 146, 0.6) !important;
                background-image: url(/images/Lock-3.png) !important;
                background-position: -11px 0px !important;
                background-repeat: no-repeat !important;
            }

            .addLockSingle {
                background-image: url(/images/Lock-4.png);
                background-position: 0px 0px;
                background-repeat: no-repeat;
            }