.mgb30{margin-bottom:30px;}
.mgb10{margin-bottom:10px;}
#draganddrop fieldset {
    min-height: 200px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    border: 1px dashed #007bff;
    border-radius: 2px;
    background: #e6eaef;
    padding: 20px;
}

#draganddrop fieldset.dragging {
    background: #fff;
}

#draganddrop span.dnnInputFileWrapper {
    width: 100% !important;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 0;
}

#draganddrop input[type="file"] {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    outline: none !important;
    opacity: 0 !important;
    z-index: 2 !important;
    cursor: pointer !important;
}

#draganddrop legend {
    font-size: 0px;
    opacity: 0;
    width: 0px;
    height: 0px;
}

#draganddrop fieldset span {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #b1b3b7;
    font-size: 30px;
}

#draganddrop span:before {
    content: '';
    display: inline-block;
    width: 51px;
    height: 33px;
    background: url(./Images/Banner-icon/icn-upload.png) center center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -25.5px;
    top: -30px;
}

.banner-search-form--info {
    position: absolute;
    top: 100px;
    left: 0px;
    text-align: center;
    z-index: 3;
    width: 100%
}

.banner-search-form--info button.loading {
    color: transparent
}

.banner-search-form--info button.loading:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(./Images/Banner-icon/loading-black.gif) center center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.list-images-ajax {
    padding: 10px 0;
}

.listimagesID ul {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    text-align: left;
    margin: 0 -15px;
}

.listimagesID ul li {
    display: block;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 20px;
    clear: both;
}

.listimagesID ul li:before, .listimagesID ul li:after {
    content: '';
    clear: both;
    width: 100%;
    display: table
}

.listimagesID .img-banner {
    position: relative;
    max-width: 220px;
    float: left;
    margin-top: 5px;
}

    .listimagesID .img-banner i {
        cursor: pointer;
        position: absolute;
        bottom: 7px;
        right: 7px;
        color: #555;
        background: #fff;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 2px
    }

        .listimagesID .img-banner i:hover, .listimagesID .img-banner i:active {
            color: #f00;
        }

.listimagesID ul li div.input-text {
    width: 250px;
    float: left;
    margin-left: 20px;
}

.listimagesID ul li .input-group {
    margin-bottom: 10px;
}

#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;
    }
}


.banner-list-Block{background:rgba(241, 241, 241, 1);padding:10px;}
.banner-list-box{background:#fff;margin-bottom:10px;padding:10px 10px 0 10px;transition:0.2s}
.banner-list-box:hover{box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1);transition-timing-function:ease-in-out}
.banner-list-Block .img-edit{position:relative}
.banner-list-Block .img-edit:before{content:'\f044';display:inline-block;width:40px;height:40px;position:absolute;top:0%;right:0%;z-index:7;font-family: 'Font Awesome 5 Free';font-size:30px;text-align:center;line-height:40px;}
.banner-list-Block .img-edit:after{content:'';display:inline-block;width:100%;height:100%;background:rgba(255,255,255,0.3);
    position:absolute;top:0px;left:0px;opacity:0;transition:0.2s;
}
.banner-list-Block .img-edit:hover::after{opacity:1}
.banner-list-Block .img-edit input[type="file"]{
    position:absolute;top:0px;left:0px;width:100%;height:100%;
    z-index:9;opacity:0;cursor:pointer;
}

.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%;}
}

.dropdown-choose-style p{display:block;padding:5px 10px;color:#555;background:#e9e9e9}
.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;
}
.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;
}

.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%;
}
.chk_model_item{
    position:absolute;
    top:0px;
    left:0px;
    z-index: -999;
}

.banner-error--noItem{
    background:#ddd;
    padding:10px;
    color:#555;
}

#Banner-moduleName-change .form-group label{
    opacity: 1!important;
    font-size: 11px;
    margin: 0 0 4px 10px;
}

#slider15 .slick-arrow {
    display: none !important;
}

#slider15 .custom-caption {
    max-width: 470px;
    margin: 0px;
    position: absolute;
    top: 20%;
    left: 50px;
}

#slider15 .custom-caption .custom-name{
    background: #0a2e6c;
    margin-bottom: 0px;
}
#slider15 .custom-caption .custom-name a{
    color: #fff;
    display: inline-block;
    font-size: 22px;	
    padding: 5px 8px;
    text-transform: uppercase;
    line-height:1.5;
}
#slider15 .custom-caption .custom-title{
    display: inline-block;
    padding: 5px 8px;
    color: #000;
    margin-bottom: 8px;
    font-size: 13.5px;
}
#slider15 .custom-caption .custom-description{
    display: block;
    padding: 0px;
    margin: 0px;
}
#slider15 .custom-caption .custom-description a{
    display: inline-block;
    padding: 5px 8px;
    background: #ff651d;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
}
@media only screen and (max-width: 600px){
    #slider15 .custom-caption{
        max-width: 400px; 
        font-size: 12px  ;
        top: 20px  ;
        left: 20px ;
   
}
 #slider15 .slick-list a{
        max-height: 80%;
font-size:14px !important;
    }}
@media only screen and (max-width: 480px){
    #slider15 .custom-caption {
        max-width: 310px  ;
        top: 10px ;
        left: 10px  ;
 font-size: 12px;
    }
    #slider15 .slick-list a{
        max-height: 80%;
font-size:14px !important;
    }
}