.album-edit--block{

}
.album-edit--block ul{
    padding:0px;
    margin:0px;
    font-size:0px;
    margin: 0 -10px;
}
.album-edit--block ul:before, .album-edit--block::after{
    content:'';
    display:table;
    clear:both;
    width:100%;
}
.album-edit--block ul li{
    list-style:none;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:top;
    font-size:14px;
    margin-bottom:20px;
    padding:0 10px;
    width:25%;
}
.iframe-img--box{
    border:1px solid #eee;
    padding:4px;
    box-shadow:0 0 2px rgba(0,0,0,0.1);
    position:relative;
}
.iframe-img--box:hover{
    cursor:pointer;
}
.iframe-img--box input[type="checkbox"]{
    position:absolute;
    bottom:5px;
    left:5px;
    width:15px;
    height:15px;
    border:none!important;
}
/* Banner-module-name-block */
.Banner-module-name-block p {
    display: block;
    padding: 5px 10px;
    color: #fff;
    background: #5cb85c;
    margin: 0px !important;
}
.Banner-module-name-block div[role="form"] {
    padding: 20px 15px 5px 15px !important;
    background: rgba(230, 234, 239, 0.19);
    margin-bottom: 10px;
    border: 1px solid #5cb85c;
}
.Banner-module-name-block div[role="form"] label {
    opacity: 0 !important;
    width: 100%;
}
/* dropdown-choose-style */
.dropdown-choose-style{
    margin-bottom: 15px;
}
.dropdown-choose-style p {
    display: block;
    padding: 5px 10px;
    color: #555;
    background: #e9e9e9;
    margin:0px;
}
.dropdown-choose-style ul {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    margin: 0 -5px;
    text-align: left;
}
.dropdown-choose-style ul li {
    list-style: none;
    margin: 0px;
    box-sizing: border-box;
    width: 20%;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.dropdown-choose-style ul li label {
    border: 1px solid #d7d7d7;
    cursor: pointer;
    margin:0px!important;
}
.dropdown-choose-style div label.chk_model:hover, .dropdown-choose-style div label.chk_model:focus, .dropdown-choose-style div label.chk_model.active {
    border-color: #fc4f4f;
}
.dropdown-choose-style label input[type="radio"] {
    opacity: 0 !important;
    width: 0px;
    z-index: -999;
    height: 0px;
    visibility: hidden;
}
.dropdown-choose-style div span.dnnRadiobutton {
    display: none;
    opacity: 0;
    z-index: -999;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* snackbar */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #d4edda;
    color: #155724;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* load-bar */
.load-bar {
    position: fixed;
    margin-top: 0px;
    width: 100%;
    height: 2px;
    background-color: #fdba2c;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.load-bar.loading {
    opacity: 1;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #da4733;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #3b78e7;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #fdba2c;
    animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

.chk_model_item{
    position:absolute!important;
    top:0px;left:0px;opacity:0!important;
}
.dropdown-choose-style-block {
    padding: 10px 10px 0 10px;
    background: #fff;
    border: 1px solid #e9e9e9;
}
.choose-album-tab {
    display: block;
    padding: 5px 10px;
    color: #555;
    background: #e9e9e9;
    margin: 0px;
    margin-bottom:10px;
}

#formEdit-block div label{
    opacity: 1!important;
}