.myImageList {
    display: table;
    padding-top: 33px;
}

    .myImageList .panel {
        border: 1px solid #ddd;
        padding: 10px;
        height: 100%;
        overflow: auto;
        display: table-cell;
        width: 100%;
    }

    .myImageList .title {
        position: absolute;
        top: 0px;
        left: 15px;
        margin-top: 10px;
    }

    .myImageList .panelTool {
        position: absolute;
        top: 0px;
        right: 16px;
    }

    .myImageList .tips {
        margin-left: 10px;
        color: #ccc;
        font-style: italic;
    }


    .myImageList ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .myImageList ul li {
            margin: 3px 20px 3px 0;
            padding: 1px;
            float: left;
            font-size: 4em;
            text-align: center;
        }

    .myImageList .placeholder {
        background-color: yellow;
        border: 1px dotted red;
        margin: 3px 20px 13px 0;
    }


    .myImageList .btn {
        padding: 7px 7px;
    }


.myImageList-normal .placeholder {
    width: 202px;
    height: 178px;
}

.myImageList-big .placeholder {
    width: 322px;
    height: 268px;
}


.myImageList-phone .placeholder {
    width: 177px;
    height: 371px;
}



.ui-selected .myOverlay .borderPanel {
    border: solid 2px #bb2413;
    /*padding: 0px;*/
}

.ui-selected .myOverlay .myImage {
    opacity: 1;
    /*padding: 0px;*/
}

.ui-selected div.selectedPanel {
    display: block;
    position: relative;
}

.myOverlay {
    /*margin-bottom: 40px;*/
}

    .myOverlay .selectedPanel {
        display: none;
    }

    .myOverlay .borderPanel {
        /*border: solid 1px #a9a9a9;*/
        position: relative;
        overflow: hidden;
    }

    .myOverlay .dragPanel {
        visibility: hidden;
        cursor: move;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 8px;
        position: relative;
    }

        .myOverlay .dragPanel i {
            color: white;
            float: right;
            font-size: 16px;
            cursor: pointer;
        }


    .myOverlay .dragPanelActive  {
        visibility: visible;
    }



    .myOverlay img.myImage {
        float: left;
        opacity: 0.7;
    }

    .myOverlay img.myOverlayActive {
        opacity: 1;
    }

    .myOverlay .borderPanelActive {
        border: solid 1px #a4c6fd;
    }



    .myOverlay .imageTitle {
        margin-top: -38px;
    }

        .myOverlay .imageTitle input {
            width: 100%;
            font-size: 10.5pt;
            border: 0px;
            padding: 3px;
            height: 30px;
        }

    .myOverlay input.myOverlayActive {
        border: solid 1px #a4c6fd;
    }

    .myOverlay .imageTitle input[readonly] {
        cursor: inherit;
        /*border: solid 1px #a9a9a9;*/
        height: 30px;
    }

    .myOverlay .selectedPanel >i {
        float: left;
        font-size: 50pt;
        color: green;
    }


.myOverlay-normal .borderPanel {
    height: 150px;
    width: 200px;
}

.myOverlay-normal .myImage {
    width: 200px;
}

.myOverlay-normal .dragPanel {
    width: 200px;
    margin-top: -186px;
    margin-bottom: 156px;
}

.myOverlay-normal .imageTitle {
    width: 200px;
}

.myOverlay-normal .selectedPanel {
    margin-top: -180px;
    margin-bottom: 336px
}

.myOverlay-normal .selectedPanel> i {
    font-size: 40pt;
}

.myOverlay-big .borderPanel {
    height: 240px;
    width: 320px;
}

.myOverlay-big .myImage {
    width: 320px;
}

.myOverlay-big .dragPanel {
    width: 320px;
    margin-top: -276px;
    margin-bottom: 246px;
}

.myOverlay-big .imageTitle {
    width: 320px;
}

.myOverlay-big .selectedPanel {
    margin-top: -270px;
    margin-bottom: 516px;
}

.myOverlay-big .selectedPanel> i {
    font-size: 40pt;
}


.myOverlay-phone .borderPanelActive {
    border-color: transparent;
}


.myOverlay-phone .borderPanel {
    height: 343px;
    width: 175px;
    background: url('../img/iphone_white.png') no-repeat;
    padding-top: 75px;
    padding-left: 13px;
}

.ui-selected .myOverlay-phone .borderPanel {
    background: url('../img/iphone_black.png') no-repeat;
}


.ui-selected .myOverlay-phone .borderPanel {
    border: 0px; 
}

.ui-selected .myOverlay-phone .borderPanel {
    border: 0px;
}

.myOverlay-phone .myImage {
    width: 150px;
}

.myOverlay-phone .dragPanel {
    width: 175px;
    margin-top: -379px;
    margin-bottom: 349px;
}

.myOverlay-phone .imageTitle {
    width: 175px;
}

.myOverlay-phone .selectedPanel {
    margin-top: -373px;
    margin-bottom: 722px
}

.myOverlay-phone .selectedPanel> i {
    /*display: none;*/
}


div.fullScreen {
    background-color: white;
}

.fullScreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;

}

.fullScreen .modal-content {
    height: 100%;
    border-radius: 0;
    border: 0 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
/*选项卡关闭样式*/
/************开始*****************/
.nav-tabs li a.tabs-close {
    position: absolute;
    font-size: 1px !important;
    display: block;
    padding: 0px;
    width: 13px;
    height: 16px;
    top: 2px;
    right: 2px;
    border: transparent !important;
    opacity: 0.0;
    filter: alpha(opacity=0);
}
.nav-tabs li a:hover.tabs-close {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: hand;
    cursor: pointer;
    background-color: #8DB2E3;
}
/*选项卡关闭样式*/
/************开始*****************/
.nav-tabs li a.tabs-close {
    position: absolute;
    font-size: 1px !important;
    display: block;
    padding: 0px;
    width: 13px;
    height: 16px;
    top: 2px;
    right: 2px;
    border: transparent !important;
    opacity: 0.1;
    filter: alpha(opacity=0);
}
.nav-tabs li a:hover.tabs-close {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: hand;
    cursor: pointer;
    background-color: #8DB2E3;
}
/************结束*****************/