.genericNew {
    padding: 0;
    border-radius: 3px;
    margin-bottom:15px;
    clear: both;
}
.genericNew .desc {
    line-height: 1.2;
    margin-bottom: 15px;
    DISPLAY: inline-block;
    margin-left: 20px;
    font-size: 20px;
    color: #5134eb;
    position: relative;
}
.genericNew .desc i {
    cursor: pointer;
}
.genericNew .desc span {
    transition: all .2s;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    z-index: 10;
    min-width: 200px;
    right: 0;
    background: #FFF;
    color: #3f4254;
    padding: 10px;
    position: absolute;
    line-height: 1.3;
    left: 40px;
    margin: auto;
    top: -9px;
    transform: scale(0);
    opacity: 0;
}
.genericNew .desc:hover span {
    transform: scale(1);
    opacity: 1;
}
.genericNew .field:last-child {
    border-bottom: none;
}
.genericNew .field {
    /* padding: 10px 0; */
    /*border-bottom: 1px solid #dfdfdf;*/
    min-height: 50px;
    line-height: 50px;
    font-family: Poppins, sans-serif;
    position:relative;
}
.genericNew > .field > label > span {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 17px;
    text-align: left;
    padding-left: 25px;
    color: #666;
}
.genericNew > .field > label > input,
.genericNew > .field > label > textarea,
.genericNew > .field > label > select {
    padding: 10px;
    border: 1px solid #E4E6EF;
    border-radius: 5px;
    color:#5E6278;
}
.genericNew > .field > label > input[type=textbox] {
    width: calc(100% - 250px);
    box-sizing: border-box;
}
.genericNew > .title {
    padding: 15px 5px;
    font-weight: bold;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.genericNew.buttonSave > button{ 
    padding: 6px 18px;
    font-size: 18px;
    border: none;
    color: #FFF;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    background: #009ef7;
    background: rgb(72,48,206);
    background: linear-gradient(180deg, rgba(72,48,206,1) 0%, rgba(79,51,227,1) 100%);
    border-radius: 100px;
    font-family: poppins, sans-serif;

}
.genericNew > .field.field_error > label > input,
.genericNew > .field.field_error > label > textarea{
    border: 1px solid #f00;
}
.textError {
    margin-left: 243px;
    line-height: 1;
    margin-bottom: 10px;
    color: #f11;
    font-size: 14px;
    font-weight: bold;
}
.chzn-container {
    width: 300px !important;
    line-height: 1;
    vertical-align: middle !important;
}
.chzn-container .chzn-choices {
    border-color: #999 !important;
}
.genericNew.buttonSave {
    margin:20px;
    box-sizing: border-box;
}
.minimized .genericNew.buttonSave {
    left: 70px;
    width: calc(100% - 70px);
}
/* fin chzn */
/* start titles_as_menu */
.titles_as_menu {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
}
.as_menu_content .title {
    /* display: none; */
    font-size: 20px;
}
.as_menu_content .field > label > span {
    width: 300px;
}
.subview.genericNew.as_menu {
    padding: 0;
}
.subview.genericNew {
    border-radius: 0;
    border:none;
    margin-top:48px;
}
.titles_as_menu .menu_lateral {
    background: #f7f7f7;
    border-right: 1px solid #e0e0e0;
    width: 300px;
    vertical-align: top;
}
.menu_lateral .title {
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
    display:block;
    color:#333; 
    text-decoration:none;
}
.menu_lateral a.title.activo, .menu_lateral a.title:hover{
    background: #fefefe;
}
.menu_lateral a.title.activo{
    font-weight: 600;
}
.as_menu_content > .genericNew{
    border:none;
    border-radius:0;
    height:100%;
    height: calc(100% - 30px);
    margin: 0;
}
.as_menu_content textarea, .input_footer_html  {
    height: 400px;
}
/* end titles_as_menu */
.genericNew form {
    max-width: 1000px;
}
.paddingContent {
    margin: 0 auto;
    padding: 15px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 4%);
}
.input_radio label {
    display: block;
    line-height: 1.5;
}
.input_radio input {
    margin-right: 5px;
}
label.input_image a {
    text-decoration: none;
}
.add_image {
    width: 80px;
    background: #fafafa;
    height: 80px;
    border-radius: 5px;
    border: 1px dashed #DDD;
    line-height: 80px;
    text-align: center;
    color: #999;
    margin: 0 auto;
    cursor:pointer;
    position: relative;
}
.add_image .img-min-panel {
    max-width: 100%;
    margin: 0;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.input_image .quitar_imagen {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #555;
    font-weight: 500;
    background: #EEE;
    width: 90px;
    margin: 0 auto;
    padding: 5px 10px;
    line-height: 1.5;
    margin-top: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}
.genericNewEncuesta .input_cumple_dias, .genericNewEncuesta .input_cumple_imagen {
    display: inline-block;
    vertical-align: top;
    padding: 20px 50px;
    width: 40%;
    box-sizing: border-box;
}

.genericNewEncuesta .input_cumple_imagen   .desc i {
    display:none;
}
.genericNewEncuesta .input_cumple_imagen   .desc span {
    opacity: 1;
    background: none;
    box-shadow: none;
    transform: scale(1);
}
.preview_wsp {
    width: 100%;
    background-image: url(/images/preview_email.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 9/17.2;
    overflow-x: hidden;
    max-width: 350px; 
}
.preview_wsp .msg img {
    max-width: 100%;
    display: block;
    max-height: 100px;
    margin: 0 auto;
}
.preview_wsp .msg {
    width: 75%;
    margin: 10px 0 0 30px;
    padding: 7px;
    font-size: 13px;
    line-height: 1.3;
    font-family: Poppins;
    border-radius: 4px;
    position: relative;
    display: none;
    max-height: 384px;
    overflow-x: hidden;
}
.preview_wsp .msg.show {
    display:block;
}
.preview_wsp > .show:first-child {
    margin: 42% 0 0 20px;
}
.preview_wsp > .msg:not( [style*='display: none'] ) {
    margin-top: 55%;
}
.preview_wsp .show ~ .show {
    margin-top: 10px;
}
.preview_wsp .msg:after {
    content: '';
    position: absolute;
    left: 38px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10px solid #fff;
    clear: both;
    z-index: 100;
    margin: auto;
    top: auto;
    transform: rotate(270deg);
    top: 0px;
    left: -8px;
}
.tox-statusbar {
    display: none !important;
}

.marketing input[name=prefijo] {
    width: 150px !important;
}
.input_minitiny {
    width: 90%;
    height: auto;
    display: block;
}
.marketing .disponible {
    padding: 2px 9px; 
    background: #3fe14b;
    margin: 0;
    font-weight: 500;
    border-radius: 4px;
}
input[name=validez_dias] {
    width: 100px !important;
}
.marketing a.quitar_imagen {
    display: none;
}
.mensaje.mensaje {
    display: inline-block;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    line-height: 1.5;
}
.genericNew .select {
    width:250px;
}