.stilo-marketing-login-box{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.stilo-marketing-wrapper, .stiloMarketing-wrapper *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.stilo-marketing-wrapper.d-flex{
    display: flex;
    align-items: center;
}
.stilo-marketing-wrapper.d-none{
    display: none;
}
.stilo-marketing-wrapper{
    float: left;
    width:100%;
}
.stilo-marketing-wrapper-login{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 15px;
}
.stilo-marketing-wrapper-marketing{
    min-height: 100vh;
    background-color: #f5f5f5;
    padding: 15px;
}
.stilo-marketing-login-box{
    padding: 30px 45px;
    background-color: #fff;
    max-width: 100%;
    width: 600px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
.stilo-marketing-login-box h2{
    font-size: 32px;
    text-align: center;
    color: #004563;
    font-weight: 700;
    margin-bottom: 45px;
}
.stilo-marketing-input{
    display: block;
    width: 100%;
    border:1px solid #f6a800;
    padding:17px;
    font-size: 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    color: #f6a800;
}
.stilo-marketing-button{
    border:1px solid #f6a800;
    background-color: #f6a800;
    color: #fff!important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    padding: 17px 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}
.stilo-marketing-button.reverse-color{
    background-color: transparent;
    color: #f6a800!important;
}
.stilo-marketing-button.reverse-color:hover{
    background-color: #f6a800;
    color: #fff!important;
}

.stilo-marketing-button:hover, .stilo-marketing-button:active, .stilo-marketing-button:focus, .stilo-marketing-button:active:focus{
    color: #f6a800!important;
    background-color: #fff;
    text-decoration: none;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.stilo-marketing-link{
    display: inline-block;
    font-size: 15px;
    margin: 0 10px;
    color: #004563;
}
.stilo-marketing-info{
    margin-bottom: 25px;
    font-size: 15px;
    padding: 17px;
    color: #000;
    text-align: center;
}
.stilo-marketing-info.error{
    background-color: rgba(231,76,60,0.6);
    border: 1px solid #E74C3C;
}
.stilo-marketing-info.success{
    background-color: rgba(46,204,113,0.6);
    border: 1px solid #2ECC71;
}
.stilo-marketing-content{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.stilo-marketing-content h1{
    color: #004563;
    font-size: 32px;
    font-weight: 700;
    margin: 30px 0;
}
.stilo-marketing-content h1 > span{
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin-top: 19px;
}
.stilo-marketing-header, .stilo-marketing-module{
    display: block;
    width: 100%;
    background-color: #fff;
    padding:25px 30px;
    float: left;
}
h2.title-module a,
.stilo-marketing-content h1 a {
    margin-left: 30px;
    color: #f6a800;
    padding: 7px 5px;
    border:1px solid #f6a800;
    background-color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
h2.title-module a{
    font-size: 12px;
    margin-left: 15px;
}
.stilo-marketing-content h1 a:hover{
    background-color:#f6a800;
    color: #fff;
}
.stilo-marketing-header p{
    font-size: 14px;
    line-height: 21px;
    color: #222;
    margin-bottom: 0;
}
.stilo-marketing-header{
    padding-bottom: 15px;
}
.stilo-marketing-module .title-module{
    font-size: 18px;
    color: #004563;
    font-weight: 700;
    margin: 0 0 30px;
}
.stilo-marketing-list-file{
    display: block;
    padding: 0;
    margin: 15px 0 0 0;
    width: 100%;
}
.stilo-marketing-list-file li{
    display:block;
    width: 100%;
    float: left;
    padding:10px 13px;
    line-height: normal;
    border-bottom: 1px solid #f0f0f0;
}
.stilo-marketing-list-file li figure{
    margin:0;
}
.stilo-marketing-list-file li > * {
    display: inline-block;
    float: left;
}
.stilo-marketing-list-file li img{
    width: 25px;
}
.stilo-marketing-list-file li span{
    font-size: 15px;
    margin: 6px 0 0 15px;
}
.stilo-marketing-list-file .file-desc{
    text-overflow: ellipsis;
    max-width: 400px;
    opacity: 0.8;
}
.stilo-marketing-list-file li a{
    float: right;
    margin-top: 2px;
    color: #004563;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 7px;
    border:1px solid #004563;
    text-decoration: none;
    font-size: 13px;
}
.stilo-marketing-list-file li:hover{
    background-color:#f0f0f0;
}
.stilo-marketing-list-file li a:hover{
    background-color: #004563;;
    color: #fff;
}
.stilo-marketing-list-file li a.remove{
    border-color: #FF0000;
    color: #FF0000;
    margin-left: 5px;
}
.stilo-marketing-list-file li a.remove:hover{
    background-color: #FF0000;
    color: #fff;
}
.stilo-marketing-footer{
    background-color: #fff;
    float: left;
    width: 100%;
    display: block;
    padding-top: 50px;
}
.stilo-marketing-footer p{
    margin: 0;
    padding: 10px 0;
    border-top:1px solid #ddd;
    opacity: 0.5;
}
.stilo-marketing-notification-label{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    font-size: 15px;
    padding: 8px 30px;
}
.stilo-marketing-notification-label.error{
    background-color: #e74c3c;
    color: #fff;
}
.stilo-marketing-notification-label.success{
    background-color: #27ae60;
    color: #fff;
}
.stilo-marketing-wrapper.relative{
    position: relative;
}
.stilo-marketing-inquiry-form{
    position: relative;
}
.stilo-marketing-inquiry-form .heading-form{
    font-size: 20px;
    color: #222222;
    font-weight: 800;
    margin: 35px 0;
}
.stilo-marketing-inquiry-form .heading-form.yellow-text{
    color: #f6a800;
}
.yellow-text{
    color: #f6a800;
}
.stilo-marketing-inquiry-form .stilo-marketing-input{
    border:none;
    border-bottom: 4px dotted #f6a800;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none!important;
    width: calc(82% - 50px);
    margin: 0 0 10px 50px;
    padding: 1.5rem 1.8rem 0rem 1.8rem;
}
.stilo-marketing-inquiry-form .stilo-marketing-input.small{
    margin: 0;
    padding: 0;
    display: inline;
    text-align: center;
    border-bottom: 2px dotted #f6a800;
}
.stilo-marketing-inquiry-form .stilo-marketing-input.small.text-left{
    text-align: left;
}
.stilo-marketing-inquiry-form .stilo-marketing-input.w-50{
    width: 50%;
}
.stilo-marketing-inquiry-form .stilo-marketing-input.m-0{
    margin: 0;
}
.stilo-marketing-inquiry-form .stilo-marketing-input.margin-left-20{
    margin-left: 20px;
}
.stilo-marketing-inquiry-form .stilo-marketing-input.ml-0{
    margin-left: 0;
}
.stilo-marketing-inquiry-form .stilo-marketing-input.w-100{
    width: 100%;
}
.stilo-marketing-inquiry-form .stilo-marketing-input.w-80{
    width: 80%;
}
.stilo-marketing-inquiry-form .stilo-marketing-input.w-20{
    width: 20%;
}
.stilo-marketing-inquiry-form .inline-box{
    display: flex;
    justify-content: space-between;
}
.stilo-marketing-inquiry-form .inline-box .box{
    width: 49%;
}
.stilo-marketing-inquiry-form .inline-box .box.w-100{
    width: 100%;    
}
.stilo-marketing-inquiry-form .inline-box .box.w-20{
    width: 20%;    
}
.stilo-marketing-inquiry-form .inline-box .box.w-50{
    width: 50%;    
}
.inline-box .box.border-left .stilo-default-radio{
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 20px;
}
.inline-box .box.border-left .stilo-default-radio.d-none{
    display: none;
}
.stilo-marketing-label-default{
    font-size:18px;
    color: #222222;
    font-weight: 700;
    width: 18%;
    text-align: right;
    margin: 0;
}
.stilo-marketing-label-default.yellow-text{
    color: #f6a800;
}
.stilo-marketing-label-default.w-auto{
    width: auto;    
}
.stilo-default-checkbox,
.stilo-default-radio{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.stilo-default-checkbox label,
.stilo-default-radio label{
    font-weight: 400;
    font-size: 14px;
    padding-right: 25px;
}
.stilo-default-checkbox input,
.stilo-default-radio input{
    margin: 3px 5px 0 0!important;
    position: relative;
    top: -1px;
}
.stilo-marketing-wrapper.space{
    margin: 20px 0;
}
.stilo-marketing-wrapper p.heading{
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 0;
    color: #222222;
}
.stilo-marketing-wrapper p.input-inline-text{
    display: flex;
    align-items: flex-end;
    margin: 0;
    flex-wrap: wrap;
}
.stilo-marketing-wrapper p.input-inline-text input{
    margin: 0;
    height: 30px;
}
.stilo-image-radio img{
    max-width: 100px;
    width: 100%;
    max-height: 100px;
    height: 100%;
}
.stilo-image-radio > label{
    display: inline-flex;
    width: 30%;
    align-items: center;
    padding: 15px 15px 15px 0;
    font-weight: 400;
    font-size: 14px;
    min-height: 130px;
    float: left;
}
.stilo-image-radio > label > input{
    margin: 3px 5px 0!important;
    position: relative;
    top: -1px;
}
.stilo-marketing-inquiry-form textarea.stilo-marketing-input {
    display: block;
    font-size: 15px;
    line-height: 27px;
    padding:9px 15px;
    resize: none;
    height: 200px;
    width: 100%;
    border: 1px dashed #f6a800;
}
.stilo-image-radio > label small{
    font-size: 11px;
    line-height: 16px;
    display: block;
}
.info-small{
    font-size: 16px;
    line-height: 19px;
    color: #e74c3c;
}
/* .stilo-marketing-inquiry-form img{
    max-width: 100%;
} */
.input-file-wrapper{
    text-align: center;
    padding:20px 0;
    font-size: 12px;
    line-height: 1;
}
.input-file-wrapper img{
    max-width: 50%;
}
label.d-flex .input-file-wrapper{
    padding: 0;
    margin-left: 20px;
}
label.d-flex{
    flex-wrap: wrap;
}
.fixed-button-save{
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 15px 15px 10px 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.input-file-wrapper a.remove-btn{
    font-size: 13px;
    line-height: 19px;
    color: #e74c3c!important;
    text-decoration: none!important;
    display: inline-block;
    margin: 15px auto;
    padding:5px 15px;
    border:1px solid #e74c3c
}
.stilo-marketing-search-form .stilo-marketing-button {
    padding: 11px 40px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-left-20{
    margin-left: 20px;
}
.ml-0{
    margin-left: 0;
}
.nowrap{
    white-space: nowrap;
}
.desc{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.desc span{
    font-size: 13px;
    font-weight: 400;
}
.desc span:first-child{
    font-size: 16px;
}
label.stilo-marketing-label-default .desc{
    text-align: right;
}
label .desc{
    text-align: left;
}
.d-flex {
    display: flex;
    align-items: center;
}
.d-none{
    display: none;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.justify-flex-end{
    display: flex;
    justify-content: flex-end;
}
.d-between{
    display: flex;
    justify-content: space-between;
}
.d-column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.border-left{
    padding-left: 20px;
    border-left: 3px solid #f6a800; 
}
.w-100{
    width: 100%;
}
.w-20{
    width: 20%;
}
.w-50{
    width: 50%;
}
.w-auto{
    width: auto;
}
.right{
    float: right;
}
.text-left{
    text-align: left;
}
p{
    font-size: 16px!important;
}
@media(max-width: 1200px){
    .nowrap{
        white-space: unset;
    }
}
@media(max-width: 800px){
    .stilo-marketing-content h1 > span{
        width: 100%;
        margin-bottom: 20px;
    }
    .stilo-marketing-header, .stilo-marketing-module{
        padding: 25px 15px;
    }
    .stilo-image-radio > label{
        width: 50%;
    }
    .stilo-marketing-wrapper.d-flex,
    .d-flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .stilo-marketing-label-default{
        width: 100%;
        text-align: left;
    }
    .stilo-marketing-inquiry-form .stilo-marketing-input{
        margin: 0 0 10px;
        width: 100%;
    }
    .stilo-marketing-inquiry-form .stilo-marketing-input.margin-left-20,
    .margin-left-20{
        margin-left: 0;
    }
    label.stilo-marketing-label-default .desc{
        text-align: left;
    }
    .w-50{
        width: 100%;
    }
    .d-flex.special{
        flex-direction: column-reverse;
    }
    .d-flex.special .stilo-default-radio.w-20{
        width: auto;
    }
    .d-flex.special .stilo-default-radio.w-20 input{
        text-align: left;
    }
    .stilo-marketing-inquiry-form .routermodel .stilo-marketing-input.w-20{
        width: auto;
    }
}
@media(max-width: 650px){
    .stilo-marketing-inquiry-form .inline-box .box,
    .stilo-marketing-inquiry-form .inline-box{
        display: block;
        width: 100%;
    }
    .stilo-image-radio > label{
        width: 100%;
    }
    .stilo-default-checkbox, .stilo-default-radio{
        display: block;
    }
    .stilo-default-checkbox label, .stilo-default-radio label{
        margin: 10px 10px 10px 0;
    }
}
