.js.classHttp {
border-bottom: 1px dotted;
text-decoration: none !important;
}

IMG.js.classHttp, A IMG.js.classHttp, .fa.js.classHttp, .js.classHttp.none, BUTTON.js.classHttp {
border: none !important;
}


.floatDiv {
position: absolute;
z-index: 1000;
max-width: 900px;
min-width: 300px;
min-height: 15em;
/*top: 50%;*/
left: 50%;
/*transform: translate(-50%, -50%);*/
transform: translateX(-50%);
}

.floatDivFixed {
position: fixed;
z-index: 1000;
max-width: 900px;
min-width: 300px;
min-height: 15em;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.floatDivContent {
background-color: rgba(255, 255, 255, 1);
border-radius: 4px;
padding: 25px;
}

.floatBack {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
/*background: rgba(0, 0, 0, 0.5) url('/img/back-close-black.png') no-repeat 98% 4%;*/
top: 0;
left: 0;
cursor: pointer;
z-index: 999;
}

.floatBack.opacity {
opacity: 0;
}

.floatBack:hover {
/*background-image:url('/img/back-close-white.png');*/
}

.floatClose {
/*background: url('/img/close.png') no-repeat center center / contain transparent;*/
position: absolute;
top: -0.9em;
right: -0.8em;
cursor: pointer;
color: rgb(255, 255, 255);
font-size: 120%;
}




.js.classHttp_Form INPUT.error,
.js.classHttp_Form TEXTAREA.error {
border:1px solid rgba(255, 102, 102, 1);
background-color: rgba(255, 102, 102, 0.1);
}
.TextareaPan {
background-color: #EBEBEB;
border: 1px solid #C2C9CE;
border-bottom-style: none;
padding: 0.2em;
width: 100%;
position: relative;
line-height: 1;
border-radius: 2px 2px 0 0;
}
.TextareaPan A:before {
font-family: "bobsoccer", sans-serif;
display: inline-block;
margin: 0 0.15em;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
background-color: rgb(240, 240, 240);
border: 1px solid rgb(225, 225, 225);
border-radius: 2px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.TextareaPan A:hover:before {
background-color: rgb(252, 243, 204);
border-color: rgb(211, 196, 127);
}
.TextareaPan A.e-bold:before      {content:"\f032"}
.TextareaPan A.e-italic:before    {content:"\f033"}
.TextareaPan A.e-underline:before {content:"\f0cd"}
.TextareaPan A.e-strike:before    {content:"\f0cc"}
.TextareaPan A.e-header:before    {content:"\f1dc"}
.TextareaPan A.e-link:before      {content:"\e801"}
.TextareaPan A.e-quote:before     {content:"\e805"}
.TextareaPan A.e-html:before      {content:"\f121"}
.TextareaPan A.e-cut:before       {content:"\f0c4"}
.TextareaPan A.e-picture:before   {content:"\f03e"}
.TextareaPan A.e-user:before      {content:"\e833"}
.TextareaPan A.e-help             {float:right}
.TextareaPan A.e-help:before      {content:"\f29c"}

.TextareaPan + TEXTAREA {
border-radius: 0 0 2px 2px;
}

.TextareaHelp {
width: 100%;
background-color: rgb(255, 247, 229);
font-size: 90%;
padding: 1.5em;
transition: all 0.2s ease-in 0s;
border-left: 1px solid rgb(225, 225, 225);
border-right: 1px solid rgb(225, 225, 225);
}

.js.classHttp_Form_TextEditor_Wysiwyg {
height: 30em;
border: 1px solid #B3B3B3;
border-radius: 2px;
font-family: inherit;
font-size: inherit;
line-height: 1.2;
vertical-align: baseline;
width: 100%;
}
.HelperBubble {
font-family: 'Trebuchet MS', sans-serif;
position: absolute;
background-color: rgb(255, 247, 229);
font-size: 90%;
padding: 1.5em;
top: 0;
left: 0;
max-width: 30%;
border-radius: 6px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
z-index: 50;
font-style: italic;
min-height: 8em;
}
.HelperBubble .HelperHerro {
width: 3em;
float: right;
margin: 0 0 2em 2em;
}
.HelperBubble.PointerLeft:before {
border: 1em dashed transparent;
border-right-color: rgb(255, 247, 229);
content: '';
position: absolute;
left: -2em;
top: 3em;
}
.HelperBubble .HelperClose {
position: absolute;
top: 0.5em;
right: 0.5em;
}
.js.Floating {
transition: all 0.3s ease-in 0s;
}
.js.Floating.Float {
position: fixed;
top: 0;
z-index: 800;
width: 100%;
/*background-color: rgb(51, 51, 51);*/
/*animation: fadeInDown 0.5s ease-out both;*/
}

.SearchByValue {
}
.SearchByValue.Results {
position: absolute;
width: 100%;
top: calc(3.1em + 1px);
background-color: rgb(255,255, 255);
z-index: 10;
border: 1px solid rgb(66, 66, 66);
border-top-style: solid;
border-top-style: none;
border-radius: 0 0 2px 2px;
}
.SearchByValue.Results.Error {
padding: 0.5em 1em;
color: rgb(255, 0, 0);
font-size: 90%;
}
.SearchByValue.Results > UL {
margin: 0;
padding: 0;
list-style: outside none none;
}
.SearchByValue.Results > UL LI {
padding: 0.5em 1em;
cursor: pointer;
}
.SearchByValue.Results > UL LI:hover {
background-color: rgb(245, 245, 245);
}

/* media */
@media (max-width: 800px) {
.js.classHttp_Window {
width: 100% !important;
top: 5rem;
transform: none;
left: 0;
right: 0;
}

.floatClose {
top: 0.1em;
right: 0.2em;
color: inherit;
}
}