/*@import url(/css/allrounder/grids.css);*/
@import "grids.css";
@import "columns.css";

.form-left{
    grid-column: 1 / 2;
    grid-row: 1;
}
.form-right{
    grid-column: 3 / 4;
    grid-row: 1;
}

.icon-wrapper {
    padding-top: 1em;
    min-width: 5em;
    max-width: 5em;
}
.icon-wrapper img {
    padding: .5em;
    min-width: inherit;
    max-width: inherit;
}

.form-img-wrapper {

    min-width: 15em;
    max-width: 15em;
}
.form-img-wrapper img{
    min-width: inherit;
    max-width: inherit;
}
.img-border{
    border: 2px solid rgba(61,61,61,1);
    border-radius: 1em;
}

.bpt-1m{
    padding-top: 1em;
}

/* ###### SLIDER-FORMS START ###### */

/* slider images form */
div.upload-container {
    display: flex;
    position: relative;
    min-width: 100%;
    max-width: 100%;
}
span.slide-upload {
    line-height: 32px;
    min-width: 16%;
    max-width: 16%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    background-color: rgba(48, 151, 209, 1);
    border: 2px solid rgba(42, 136, 189, 1);
    border-radius: 5px;
    cursor: pointer !important;
}
#slideurl {
    min-width: 81%;
    max-width: 81%;
    height: 32px;
    box-sizing: border-box;
    border-radius: 2px;
    margin-left: 3%;
}
#toslide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    min-width: 16%;
    max-width: 16%;
    min-height: 32px;
    max-height: 32px;
    /*height: 100%;*/
}
div#preview{
    min-width: 100%;
    max-width: 100%;
    border: 2px solid rgba(61,61,61,1);
    border-radius: 1em;
    background-image:url('');
    background-size:cover;
    background-position: center;
    display: none;
}
#blinder{
    min-width: inherit;
    max-width: inherit;
    min-height: 300px;
    max-height: 300px;
    border: none;
    display: none;
    opacity: 1;
}
div.sl-preview {
    min-width: inherit;
    max-width: inherit;
    min-height: 300px;
    max-height: 300px;
    border: 2px solid rgba(61,61,61,1);
    border-radius: 1em;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* slide generate form */
div.flex-wrap {
    display: flex;
    position: relative;
    min-width: 100%;
    max-width: 100%;
}
.imgpreview{
    min-width: 75%;
    max-width: 75%;
    border: 2px solid rgba(61,61,61,1);
    border-radius: 1em;
}

.input-imitation{
    display: block;
    border: 1px solid rgba(204, 208, 210, 1);
    border-radius: 4px;
    /*padding: 3px 7px;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(85, 85, 85, 1);
    background-color: rgba(238, 238, 238, 1);
}

.has-error .input-imitation{
    border: 1px solid rgba(169, 68, 66, 1);
}
.has-error input[type="radio"]{
    border: 1px solid rgba(169, 68, 66, 1);
}

.ml-5{
    margin-left: 5%;
}
.mt-1m {
    margin-top: 1em;
}
.mt-2m {
    margin-top: 2em;
}

small.text-danger{
    display: block;
}

.unvisible {
    visibility: hidden;
    display: none;
}

/* ###### SLIDER-FORMS END ###### */
