
        select {
            color: black;
        }

        .imgchb {
            left: 0;
            position: absolute;
            top: 130px;
        }

        .BGOverlayInnerDivEq1 {
            background-color: #FFF;
            height: 16px;
        }

        .Remove {
            cursor: pointer;
            float: left;
            padding-left: 5px;
            padding-top: 1px;
        }

        .Edit {
            cursor: pointer;
            float: right;
            padding-right: 5px;
            padding-top: 1px;
        }

        .coEq1 {
            padding: 3px 10px 10px;
            display: none;
            background-color: white;
            height: 132px;
            width: 150px;
            top: 1px;
            position: relative;
            text-align: center;
        }

        .rtlFLoating {
            float: right;
        }

        .txtEdit, .txtEditDesc {
            border: 1px solid #BABABA;
            border-radius: 3px;
            padding: 2px;
            width: 100%;
        }

        .OkTXT {
            color: green;
            display: none;
        }

        .ErrorTXT {
            color: red;
            display: none;
        }

        .coEq2 {
            padding: 3px 10px 10px;
            display: none;
            background-color: white;
            height: 132px;
            width: 150px;
            top: 1px;
            position: relative;
            text-align: center;
            display: block;
        }

        .deleteCheckbox {
            display: none;
        }

        .BGOverlay {
            height: 16px;
            left: 0;
            opacity: 0.9;
            position: absolute;
            top: 0;
            width: 150px; /* height: 150px;*/
        }

        .gallery i {
            font-size: 16px;
        }

        .pp_social {
            display: none !important;
        }

        #ImageUploader {
            overflow: hidden;
            width: 75%;
            min-height: 326px;
            border-right: 1px solid #D3D3D3;
        }

            #ImageUploader .message {
                font-size: 11px;
                text-align: center;
                padding-top: 160px;
                display: block;
            }

                #ImageUploader .message i {
                    color: #ccc;
                    font-size: 10px;
                }

            #ImageUploader:before {
                border-radius: 3px 3px 0 0;
            }

            #ImageUploader .preview {
                float: left;
                height: 150px;
                margin: auto;
                padding-top: 15px;
                position: relative;
                text-align: center;
                width: 150px;
                margin: auto auto auto 24px;
            }

                #ImageUploader .preview img {
                    max-width: 150px;
                    max-height: 150px;
                    border: 3px solid #fff;
                    display: block;
                    box-shadow: 0 0 2px #000;
                }

            #ImageUploader .imageHolder {
                display: inline-block;
                position: relative;
            }

            #ImageUploader .uploaded {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: url('./uploadIMG/done.png') no-repeat center center rgba(255, 255, 255, 0.5);
                display: none;
            }

            #ImageUploader .preview.done .uploaded {
                display: block;
            }

            #ImageUploader .progressHolder {
                position: absolute;
                background-color: #252f38;
                height: 12px;
                width: 100%;
                left: 0;
                bottom: 0;
                box-shadow: 0 0 2px #000;
            }

        .aIMGcontainer {
            height: 150px;
            line-height: 150px;
            width: 150px;
            display: block;
        }

        #ImageUploader .progress {
            background-color: #2586d0;
            position: absolute;
            height: 100%;
            left: 0;
            width: 0;
            box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
            -moz-transition: 0.25s;
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s;
        }

        #ImageUploader .preview.done .progress {
            width: 100% !important;
        }

        .divToolBar {
            border-radius: 10px 10px 0 0;
            height: 51px;
            width: 100%;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
        }

        #MainOverlap {
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: black;
            z-index: 2147483647;
            opacity: 0.7;
        }

        .AlbumAddEditToolbar {
            background-color: rgb(225, 225, 225);
            height: 21px;
            left: 0;
            padding: 0 5px;
            position: absolute;
            text-align: center;
            width: 50px;
            display: none;
            border-radius: 10px;
        }

        .AlbumAddEditToolbarTool {
            margin: 5px 5px 0;
            cursor: pointer;
        }

        .MainOverlapInner {
            position: relative;
            top: 50%;
            margin: auto;
            border-radius: 5px;
            text-align: center;
            width: 200px;
            padding: 20px;
            background-color: #ffffff;
            border: 2px solid #808080;
            opacity: 1;
        }

            .MainOverlapInner i {
                font-size: 35px;
                color: black;
                padding: 10px;
            }

        .topBTN {
            float: right;
            cursor: pointer;
            border: 1px solid #a9a9a9;
            padding: 5px;
            margin: 12px;
            color: #848484;
            text-align: center;
            border-radius: 10px;
            background-color: #EDEDED;
        }

        #MovePanel {
            width: 220px;
            padding: 5px;
            margin-top: 2px;
            border-top: 1px solid #a9a9a9;
            background-color: #d5d5d5;
            z-index: 1;
            top: auto;
            display: none;
            position: absolute;
            border-radius: 5px;
        }

            #MovePanel span {
                padding: 5px;
                float: right;
            }

        #EditAllBTNContainer {
            display: none;
            cursor: pointer;
            border: 1px solid #a9a9a9;
            padding: 6px;
            color: #ffffff;
            text-align: center;
            border-radius: 4px;
            background-color: #EDEDED;
        }

        .TopNote {
            float: left;
            text-align: justify;
            width: 330px;
            line-height: 150%;
        }

        #ImageUploader2 {
            width: 100%;
            height: 300px;
            border: 1px dotted #D3D3D3;
            display: none;
        }

        #ImageBrowser {
            width: 100%;
        }

        #Gallery {
            float: right;
            margin-right: -9px;
            width: 100%;
        }

        #ImageContainer {
            float: right;
            width: 100%;
            padding: 10px;
            min-height: 300px;
            max-height: 340px;
            overflow-y: auto;
        }

        .aIMGcontainer > img {
            max-height: 100%;
            max-width: 100%;
            width: 100%;
        }

        #ImageContainer ul {
            padding: 0;
        }

        #ImageContainer > ul > li {
            margin: 5px;
            height: 150px;
            width: 152px;
            display: inline;
            border: 1px solid #d3d3d3;
            position: relative;
            float: right;
        }

        #BrowseUploader {
            visibility: hidden;
        }

        .gallery-toolbar {
            border-bottom: 1px solid #D3D3D3;
            background-color: #eeeeee;
            vertical-align: middle;
            padding: 8px;
            border-radius: 4px 4px 0 0;
            min-height:31px;
        }

        .jstree {
            margin-top: 10px;
        }

        .browser {
            min-height: 326px;
            max-height: 326px;
            width: 25%;
            float: right;
            position: relative;
            overflow: auto;
        }

        .add-folder {
            height: 35px;
            width: 242px;
        }

            .add-folder a {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                border-radius: 4px;
                border: 1px solid #d0d0d0;
                box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
                color: #18a3e8;
                cursor: pointer;
                display: block;
                font: 15px "BBC Nasim";
                font-weight: 400;
                height: 20px;
                line-height: 20px;
                margin-left: 9px;
                overflow: hidden;
                padding: 5px 12px 3px 9px;
                text-align: right;
                vertical-align: middle;
                height: 100%;
            }

                .add-folder a:hover {
                    background-color: #e8e8e8;
                    color: #18a3e8;
                    text-decoration: none;
                }

                .add-folder a i {
                    vertical-align: middle;
                    background-color: #fff;
                }

                .add-folder a:hover i {
                    background-color: #e8e8e8;
                    border-color: #e8e8e8 !important;
                }

        #Gallery input {
            height: 24px !important;
            width: 100px !important;
        }

        #Gallery ul li {
            width: 100% !important;
        }

            #Gallery ul li ul li {
                width: 100% !important;
            }

                #Gallery ul li ul li ul li {
                    width: 100% !important;
                }

        .treeParent {
            margin-bottom: -9px;
        }

            .treeParent.active {
                background: none repeat scroll 0 0 #beebff;
                border-radius: 2px;
                box-shadow: 0 0 1px #999 inset;
                margin-bottom: -9px;
            }

        #Gallery a {
            width: 100% !important;
        }

        .mappathLinkContainer {
            margin: 8px 0;
            border-radius: 0;
            display: none;
            position: absolute;
            width: 300px;
            left: 0;
            z-index: 2;
            border-width: 0 1px 1px 0;
            -moz-border-top-colors: none;
            -moz-border-right-colors: none;
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-image: none;
            -o-border-image: none;
            -webkit-border-image: none;
            border-image: none;
            border-color: -moz-use-text-color rgb(211, 211, 211) rgb(211, 211, 211) -moz-use-text-color;
            border-style: none solid solid none;
            padding: 10px;
        }
        /*cccccccccccccccccc*/

        .triangle {
            width: 14px;
            height: 10px;
            display: inline-block;
        }

            .triangle:after, .triangle.border:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
            }

            .triangle.border:before {
                z-index: -1;
                margin-top: -6px;
                margin-left: -6px;
            }

            .triangle.up:after, .triangle.down:after {
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
            }

            .triangle.left:after, .triangle.right:after {
                border-top: 30px solid transparent;
                border-bottom: 30px solid transparent;
            }

            .triangle.up:after {
                border-bottom: 45px solid #5F5;
            }

            .triangle.down:after {
                border-top: 10px solid #000;
            }

            .triangle.left:after {
                border-right: 45px solid #5F5;
            }

            .triangle.right:after {
                border-left: 45px solid #5F5;
            }

            .triangle.up:before, .triangle.down:before {
                border-left: 36px solid transparent;
                border-right: 36px solid transparent;
            }

            .triangle.left:before, .triangle.right:before {
                border-top: 36px solid transparent;
                border-bottom: 36px solid transparent;
            }

            .triangle.up:before {
                border-bottom: 54px solid black;
            }

            .triangle.down:before {
                border-top: 54px solid black;
                margin-top: -3px;
            }

            .triangle.left:before {
                border-right: 54px solid black;
            }

            .triangle.right:before {
                border-left: 54px solid black;
                margin-left: -3px;
            }

        .star.left {
            width: 0;
        }

        .star.right {
            margin-left: 10px;
        }

        .pagination {
            margin: 4px 0 0 42px;
        }
    