﻿
/** Image Upload >>> START **/
div#divUploadContainer {
    border-width: 0px;
}
.ImageW {
    width: 250px; /* can be changed depending on the image being wrapped */
    height: 250px; /* can be changed depending on the image being wrapped */
    border: 1px solid #DDD;
}
.ImageWI {
    width: 250px; /* Same as above( ImageW ), can be changed depending on the image being wrapped */
    height: 250px; /* Same as above( ImageW ),  can be changed depending on the image being wrapped */
    overflow: hidden;
    text-align: center;
}
    .ImageWI img {
        max-width: 250px; /* Same as above( ImageW ),  can be changed depending on the image dimension */
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
.ActiveFlInputW {
    border-width: 0px;
    width: 150px;
    /*height: 20px;*/
    outline-width: 0px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0px 0px 2px 0px;
}
    .ActiveFlInputW a {
        display: block;
        position: relative;
    }
        .ActiveFlInputW a span {
            /*color:#027242;*/
        }
        .ActiveFlInputW:hover a span {
            text-decoration:underline !important;
        }
    .ActiveFlInputW span {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        font-weight: bold;
    }
        .ActiveFlInputW span.Icon {
            width: 20px;
            height: 20px;
            background: url("../Images/Icons/Upload_20X20.png") no-repeat;
        }
    .ActiveFlInputW input {
        display: block;
        width: 100%;
        height: 100%;
        outline-width: 0px;
        position: absolute;
        z-index: 10;
        top: 0px;
        bottom: 0px;
        opacity:0;
        filter:alpha(opacity=0);
    }
.RemoveFile {
    width: 17px;
    height: 17px;
    margin-left: 10px;
    color: #AAA !important;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    display: inline-block;
    background:#FFF !important;
    vertical-align:top;
    font-size:14px !important;
    font-weight:bold;
}
        .RemoveFile:hover {
            color:#333 !important;
        }
/** Image Upload >>> END **/
/** Image Tool >>> START **/
div.ImageToolWO {
    border-width: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: visible;
    /*z-index: 500;*/
}
span.ImageToolTrigger {
    position: relative;
    display: block;
    height: 25px;
    width: 25px;
    font-weight: bold;
    font-size: 16px;
    background: #AAA url("../Images/Icons/Edit_16X16.png") no-repeat 3px 3px;
    cursor: pointer;
    border:1px solid #CCC;
    border-top:0px;
    border-right:0px;
}
div.ImageW:hover .ImageToolTrigger {
    background-color:#888;
}
div.ImageToolWI {
    outline: 1px solid #069;
    position: absolute;
    overflow: visible;
    display: none;
    background: #FFFFFF;
    padding: 3px;
    top: 0px;
    right:0px;
    z-index:10000;
    width:130px;
}
div.ImgTool {
    border-width: 0px;
}
    div.ImgTool span {
        font-size: 12px;
        display: block;
        position: relative;
    }
    div.ImgTool a {
        font-weight: bold;
        color: #333;
        font-size: 12px;
        position: relative;
    }
div.DeleteImageW {
    border-width: 0px;
}
div.ImgTool a.ConfirmImgDelete {
    font-size: 10px;
    position: absolute;
    right: 0px;
    top: 2px;
    color: #890606;
}
div.ImgTool textarea {
    position: relative;
    width: 200px;
}
div.ImgTool .MaxChars {
    font-size: 10px !important;
    font-weight: bold;
    margin-top:-7px;
}
div.ImgTool ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
    div.ImgTool ul li {
        display:block;
        text-align:left;
        padding-left:4px;
    }
div.ImgTool button {
    padding:0px;
}
/** Image Tool >>> END */
/** Popup Crop Panel >>> START **/
#FIITPopupCropOPanel {
    border-width:0px;
    width:455px;
}
#FIITPopupCropLPanel {
    /*width:300px;*/
    float:left;
    overflow:hidden;
    padding-bottom:10px;
}
#FIITPopupCropRPanel {
    width:150px;
    border:0px solid #CCCCCC;
    overflow:hidden;
    padding-bottom:10px;
}
#FIITPopupCropImgW {
    border-width:0px;
    position:relative;
    margin:auto;
}
#FIITPopupCropImg {
     position:relative;
}
#FIITPopupReflectImgW {
    border:1px solid #888888;
    position:relative;
    margin:auto;
    overflow:hidden;
}
/** Popup Crop Panel >>> END **/
/** FullScreenPopup >> START */
.FSViewer {
    position:fixed;
    top:0px;right:0px;bottom:0px;left:0px;
    z-index:100000;
    padding:10px;
    overflow-y:hidden;
    overflow-x:auto;
}
.FSHeader {
    padding:0px 6px;
    z-index:20;
    position:fixed;
    right:0px;
    top:0px;
}
.FSRightTools {
    text-align:right;
    color:#FFF;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    overflow:hidden;
}
    .FSRightTools li {
        vertical-align:middle;
        background:#000;
        padding:2px 4px;
        padding-left:15px;
    }
        .FSRightTools li:first-child {
            border-top-left-radius:3px;
            border-bottom-left-radius:5px;
            -moz-border-radius-topleft:3px;
            -moz-border-radius-bottomleft:5px;
            -webkit-border-top-left-radius:3px;
            -webkit-border-bottom-left-radius:5px;
        }
    .FSRightTools li a {
        display:block;

    }
        .FSRightTools li a:hover {
            color:#FFF;
        }
    .FSRightTools .Close {
        font-weight:bold;
    }
.FSViewer iframe {
    position:absolute;
    top:5px;right:0px;bottom:0px;left:0px;
    border:0px;
    background:#DDD;
    margin:auto;
    width:1100px;
    height:95%;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/** FullScreenPopup >> END */
.DropDownW {
    position:absolute;
    border:1px solid #AAA;
    z-index:1000;
    display:none;
    background:#EEE;
    overflow:auto;
    max-height:200px;
    min-width:150px;
    overflow-x:hidden;
}
.DropDownW table {
    border:0px;
}
/** Tnx Parameters UI >> Start */
.ParamsUI {
    width:100%;
}
    .ParamsUI td {
        padding: 6px 2px;
    }
    .ParamsUI .Label {
        width: 260px;
        word-wrap: break-word;
    }
    .ParamsUI .InputWrapper {
        position: relative;
    }
    .ParamsUI textarea {
        height: 16px;
        position: relative;
        top: 1.9915px;
        width: 98%;
    }
    .ParamsUI input[type=text] {
        width:98%;
    }
#aParams {
    display:inline-block;
    height: 24px;
    font-size: 20px;
    overflow:hidden;
    vertical-align:bottom;
    font-weight:bold;
    color:#006699;
}
    #aParams:hover {
        color:#006699;
    }
    #aParams span {
        vertical-align: top;
        font-size:12px;
    }
/** Tnx Parameters UI >> End */
/** Tree combo >> Start **/
.TreeCombo {
    max-height:400px;
    position:relative;
}
    .TreeCombo ul {
        list-style:none;
    }
    .TreeCombo a, .TreeCombo a:hover {
        text-decoration: none;
        color:#333 !important;
    }
.TCSelection {
    position:relative;
    height:24px;
    cursor:default;
    border:1px solid #cc6300;
    overflow:hidden;
    background:#FFF;
}
.TCSelectedText {
    width: 204px;
    padding: 4px 4px;
    display: inline-block;
    line-height: 15px;
}
.TCTrigger {
    width: 20px;
    height: 26px;
    position: absolute;
    right: 0px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #DDD;
    line-height: 18px;
}
.TCTools {
    position: relative;
    padding: 2px;
    background: #AAA;
}
.TCCloser {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.TCTreeW {
    display:none;
    position:absolute;
    background:#FFF;
    border:1px solid #cc6300;
    min-width:250px;
    width:100%;
}
.TCTree {
    max-height:400px;
    overflow:auto;
}
.TCTreeRootList {
    margin: 1px !important;
    padding: 0px !important;
}
.TCTree .CHeader {
    font-weight: normal !important;
}
.TCTree .Check {
    position: relative;
    left: 14px;
    vertical-align: bottom;
}
/** Tree combo >> End **/