@charset "UTF-8";
@charset "UTF-8";
span.icon_remove,
#at_deactivate{
background:right top no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -0px;
}
button.icon_delete,
span.icon_delete{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -16px;
}
button.icon_delete:hover,
button.icon_delete:focus,
span.icon_delete:hover{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -32px;
}
span.icon_document{
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -48px;
}
span.icon_filter{
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -64px;
}
span.icon_clear_filter{
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -80px;
}
a.duplicate div,
.hype--duplicate-button{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -96px;
}
a.duplicate:hover div,
.hype-grid-editor--btn-duplicate-component:hover .hype--duplicate-button{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -112px;
}
a.open_to_edit div{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -128px;
}
a.open_to_edit:hover div{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -144px;
}
a.follow_link div{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -160px;
}
a.follow_link:hover div{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -176px;
}
a.settings div{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -192px;
}
a.settings:hover div{
background:no-repeat;
background-image:url('../../images/HypeIMT_general_vertical_sprite.png?v=1673835524');
background-position:left -208px;
}
@charset "UTF-8";
div#llo_spinner{
position:fixed;
width:auto;
height:auto;
padding:25px;
border-radius:4px;
background:rgba(52,58,64,0.1);
background-position:center;
background-repeat:no-repeat;
box-shadow:0 0 0 rgba(0,0,0,0);
}
.hype-preloader .hype-preloader--inner-wrap{
display:inline-block;
width:auto;
height:auto;
padding:25px;
border-radius:4px;
background:rgba(52,58,64,0.1);
}
div#llo_spinner > div,
.hype-preloader > div{
width:18px;
height:18px;
background-color:#FFFFFF;
margin-right:5px;
border-radius:100%;
display:inline-block;
-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
animation:sk-bouncedelay 1.4s infinite ease-in-out both;
}
.hype-preloader > div{
background-color:#adb5bd;
}
.hype-preloader .bounce1,
div#llo_spinner .bounce1{
-webkit-animation-delay:-0.32s;
animation-delay:-0.32s;
}
.hype-preloader .bounce2,
div#llo_spinner .bounce2{
-webkit-animation-delay:-0.16s;
animation-delay:-0.16s;
}
@-webkit-keyframes sk-bouncedelay{
0%,80%,100%{-webkit-transform:scale(0) }
40%{-webkit-transform:scale(1.0) }
}
@keyframes sk-bouncedelay{
0%,80%,100%{
-webkit-transform:scale(0);
transform:scale(0);
}40%{
-webkit-transform:scale(1.0);
transform:scale(1.0);
}
}
.llo_status_dialog{
padding:20px;
}
.llo_status_dialog .llo__name{
margin-top:10px;
text-align:center;
font-weight:bolder;
}
.llo_status_dialog .llo__progressbar{
margin-top:20px;
width:300px;
height:24px;
vertical-align:middle;
background-color:#f7f7f7;
background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:-ms-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:linear-gradient(top,#f5f5f5,#f9f9f9);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#f9f9f9',GradientType=0);
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.llo_status_dialog .llo_progressbar__progress{
width:0%;
height:100%;
background-color:#0e90d2;
background-image:-moz-linear-gradient(top,#149bdf,#0480be);
background-image:-ms-linear-gradient(top,#149bdf,#0480be);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
background-image:-webkit-linear-gradient(top,#149bdf,#0480be);
background-image:-o-linear-gradient(top,#149bdf,#0480be);
background-image:linear-gradient(top,#149bdf,#0480be);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf',endColorstr='#0480be',GradientType=0);
-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition:width 0.6s ease;
-moz-transition:width 0.6s ease;
-ms-transition:width 0.6s ease;
-o-transition:width 0.6s ease;
transition:width 0.6s ease;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.llo_status_dialog .llo__progress{
text-align:right;
height:24px;
font-weight:bold;
padding-top:5px;
width:100%;
overflow:hidden;
color:#cccccc;
white-space:nowrap;
}
html[dir="rtl"] .llo_status_dialog .llo__progress{
text-align:left;
}
.llo_status_dialog .llo__message{
font-weight:bold;
padding-top:12px;
padding-bottom:12px;
}
.llo_status_dialog .llo__if__abortable{
padding-top:10px;
padding-bottom:10px;
vertical-align:middle;
height:auto;
clear:both;
}
#dialog.llo_status_dialog .llo__if__abortable{
text-align:center;
}
input::-ms-clear{
display:none;
}
.clickable{
cursor:pointer;
-webkit-transition:color .25s ease-out;
-moz-transition:color .25s ease-out;
transition:color .25s ease-out;
}
.unclickable{
cursor:default;
}
img.link_icon{
width:16px;
height:16px;
border:none;
cursor:pointer;
vertical-align:text-bottom;
margin-right:4px;
}
html[dir="rtl"] img.link_icon{
margin-left:4px;
margin-right:0px;
}
img.link_icon_inactive{
cursor:default;
}
.hype--clear,
div.clear{
clear:both;
}
.hype--invisible,
.hype--optional,
.hype--hide-element{
display:none !important;
}
ol[type="i"] li{
list-style-type:lower-roman;
}
ol[type="A"] li{
list-style-type:upper-alpha;
}
ol[type="I"] li{
list-style-type:upper-roman;
}
ol[type="a"] li{
list-style-type:lower-alpha;
}
.hint,
.information,
.important,
.warning,
.hype--msg,
.alert{
border-radius:4px;
margin-bottom:20px;
padding:15px;
position:relative;
}
.hype--msg-center{
-webkit-box-align:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
-moz-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
position:relative;
text-align:center;
}
.hype--msg-close{
position:absolute;
top:18px;
right:20px;
height:16px;
width:16px;
opacity:.3;
}
html[dir="rtl"] .hype--msg-close{
left:20px;
right:auto;
}
.hype-page--contrast-mode .hype--msg-close{
opacity:1;
}
.hype--msg svg{
width:100%;
height:100%;
}
.hint{
background-color:#fff;
border-color:#e9ecef;
color:#343a40;
}
.hype-page--contrast-mode .hint{
border:1px solid #343a40;
}
.alert.alert-info,
.information{
background-color:#CCEDFF;
color:#1862AB;
}
.hype-page--contrast-mode .alert.alert-info,.hype-page--contrast-mode
.information{
border:1px solid #1862AB;
}
.alert.alert-warning,
.important{
background-color:#FFE8CC;
color:#BA3907;
}
.hype-page--contrast-mode .alert.alert-warning,.hype-page--contrast-mode
.important{
border:1px solid #BA3907;
}
.alert.alert-danger,
.warning{
background-color:#FFE3E3;
color:#B52121;
}
.hype-page--contrast-mode .alert.alert-danger,.hype-page--contrast-mode
.warning{
border:1px solid #B52121;
}
#content .information .explanation,
#content .important .explanation,
#content .warning .explanation{
border:none;
padding:0;
margin:0;
}
#content .information .explanation p,
#content .important .explanation p,
#content .warning .explanation p{
margin:0;
}
div.timeout_dialog.hype--plain-text-area{
margin:16px 0px;
}
div.timeout_dialog.hype--plain-text-area img{
max-width:100%;
height:auto;
}
div.timeout_dialog_buttons{
margin:auto;
text-align:center;
margin-bottom:16px;
}
@charset "UTF-8";
#hype--error-container{
position:fixed;
top:10px;
left:10px;
padding:10px;
border:2px solid red;
background-color:white;
height:300px;
overflow:auto;
z-index:10000;
}
#hype--error-container-header{
margin-top:0;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='close-circle' viewBox='0 0 16 16' width='100%25' height='100%25'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-808.000000,-421.000000)' fill='%231B6EC2' fill-rule='nonzero'%3E%3Cpath d='M816,421 C811.6,421 808,424.6 808,429 C808,433.4 811.6,437 816,437 C820.4,437 824,433.4 824,429 C824,424.6 820.4,421 816,421 Z M819.133333,431.2 C819.4,431.466667 819.4,431.866667 819.133333,432.133333 C819,432.266667 818.866667,432.333333 818.666667,432.333333 C818.466667,432.333333 818.333333,432.266667 818.2,432.133333 L816,429.933333 L813.8,432.133333 C813.666667,432.266667 813.533333,432.333333 813.333333,432.333333 C813.133333,432.333333 813,432.266667 812.866667,432.133333 C812.6,431.866667 812.6,431.466667 812.866667,431.2 L815.066667,429 L812.866667,426.8 C812.6,426.533333 812.6,426.133333 812.866667,425.866667 C813.133333,425.6 813.533333,425.6 813.8,425.866667 L816,428.066667 L818.2,425.866667 C818.466667,425.6 818.866667,425.6 819.133333,425.866667 C819.4,426.133333 819.4,426.533333 819.133333,426.8 L816.933333,429 L819.133333,431.2 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-position:top right;
background-repeat:no-repeat;
cursor:pointer;
}
.hype--error-page{
min-height:60vh;
}
.hype--inline-error{
padding:5px;
border:2px solid red;
max-height:400px;
overflow-y:scroll;
font-size:11px;
line-height:1.5;
text-align:start;
background-color:white;
color:black;
}
html{
background:none;
}
body{
margin:0px;
padding:0px;
font-size:13px;
background-color:#fff;
}
body:lang(ar),
body:lang(ur){
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
html.hype--bigger-font-1 body{
font-size:14px;
}
#main{
background:#fff;
}
input.hype--styled-input[type="checkbox"],
input.hype--styled-input[type="radio"]{
opacity:0;
position:absolute;
cursor:pointer;
}
.hype--not-keynav input.hype--styled-input[type="checkbox"],
.hype--not-keynav input.hype--styled-input[type="radio"]{
border:none;
outline:none;
box-shadow:none;
}
input.hype--styled-input[type="checkbox"] + label{
cursor:pointer;
margin-bottom:0px;
font-weight:normal;
display:inline-block;
}
input.hype--styled-input[type="checkbox"] + label::before{
content:' ';
display:inline-block;
height:16px;
width:16px;
margin:0px 12px 0 0;
padding:0;
border-radius:2px;
border:solid 1px #ced4da;
background:#FFF;
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.15);
transition:border .25s ease-out;
position:relative;
top:3px;
}
.hype--workbench input.hype--styled-input[type="checkbox"] + label::before{
top:4px;
}
input#hype-md--checkbox-terms-and-conditions-acceptance[type="checkbox"] + label[for="hype-md--checkbox-terms-and-conditions-acceptance"]::before{
top:-1px;
vertical-align:middle;
}
.hype-page--contrast-mode input.hype--styled-input[type="checkbox"] + label::before{
background:#fff;
border:1px solid #343A40;
}
html[dir='rtl'] input.hype--styled-input[type="checkbox"] + label::before{
margin:0px 0 0 12px;
}
input.hype--styled-input[type="checkbox"]:checked + label::before{
border-radius:2px;
border:solid 1px #82C91E;
background-color:#82C91E;
background-image:url("data:image/svg+xml,%3Csvg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg transform='translate(1.000000,0.000000)' stroke='%23FFFFFF'%3E %3Cpolyline points='0 3.36000005 2.00000001 5.6 7 0'%3E%3C/polyline%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
background-repeat:no-repeat;
background-position:center;
box-shadow:none;
position:relative;
}
.hype-page--contrast-mode input.hype--styled-input[type="checkbox"]:checked + label::before{
border:solid 1px #343A40;
background-color:#343A40;
}
input.hype--styled-input[type="checkbox"]:focus + label::before{
border-color:#868e96;
}
html:not(.hype--not-keynav) input.hype--styled-input[type="checkbox"]:focus + label::before{
box-shadow:
0 0 0px 2px #3496ee,
0 0 6px 2px #3496ee;
border-color:transparent;
}
html.browser_ie11:not(.hype--not-keynav) input.hype--styled-input[type="checkbox"]:focus + label::before{
outline:2px solid #3496ee;
}
input.hype--styled-input[type="checkbox"][disabled] + label{
cursor:not-allowed;
}
input.hype--styled-input[type="checkbox"][disabled] + label::before{
opacity:0.5;
}
input.hype--styled-input[type="checkbox"][disabled]:checked + label::before{
border:solid 1px #868e96;
background-color:#868e96;
}
.hype--styled-input-checkbox input.hype--styled-input[type="checkbox"] + label{
display:table;
}
.hype--styled-input-checkbox input.hype--styled-input[type="checkbox"] + label span{
display:table-cell;
}
input.hype--styled-input[type="radio"] + label{
display:-ms-flexbox;
display:flex;
cursor:pointer;
font-weight:normal;
}
input.hype--styled-input[type="radio"] + label::before{
content:"";
flex:none;
-ms-flex:none;
display:inline-block;
margin:0 12px 0 0;
width:15px;
height:15px;
background-color:#ffffff;
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.15);
border:solid 1px #ced4da;
border-radius:50%;
position:relative;
top:6px;
}
.hype-fields--field input.hype--styled-input[type="radio"] + label span{
margin-top:0;
}
.hype--fields-toolbox .hype-fields--field input.hype--styled-input[type="radio"] + label span{
margin-top:3px;
}
.hype--workbench input.hype--styled-input[type="radio"] + label::before{
top:4px;
}
.hype-page--contrast-mode input.hype--styled-input[type="radio"] + label::before{
box-shadow:none;
border:2px solid #495057;
}
html[dir='rtl'] input.hype--styled-input[type="radio"] + label::before{
margin:0 0 0 12px;
}
input.hype--styled-input[type="radio"]:checked + label::before{
background:#82C91E url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDUgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBpZD0iZm9ybS1lbGVtZW50cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU2MS4wMDAwMDAsIC02OTYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+PHJlY3QgaWQ9IlJlY3RhbmdsZS02LUNvcHktMyIgeD0iNTYxIiB5PSI2OTYiIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIHJ4PSIyLjUiPjwvcmVjdD48L2c+PC9nPjwvc3ZnPg==') no-repeat scroll center center;
border-color:#82C91E;
box-shadow:none;
}
.hype-page--contrast-mode input.hype--styled-input[type="radio"]:checked + label::before{
background:#343a40 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDUgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBpZD0iZm9ybS1lbGVtZW50cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU2MS4wMDAwMDAsIC02OTYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+PHJlY3QgaWQ9IlJlY3RhbmdsZS02LUNvcHktMyIgeD0iNTYxIiB5PSI2OTYiIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIHJ4PSIyLjUiPjwvcmVjdD48L2c+PC9nPjwvc3ZnPg==') no-repeat scroll center center;
border-color:#343a40;
box-shadow:none;
}
input.hype--styled-input[type="radio"][disabled] + label,
input.hype--styled-input[type="radio"][disabled]:checked + label{
cursor:not-allowed !important;
}
input.hype--styled-input[type="radio"][disabled] + label::before,
input.hype--styled-input[type="radio"][disabled]:checked + label::before{
opacity:0.5;
}
input.hype--styled-input[type="radio"][disabled]:checked + label::before{
border-color:#868e96;
background-color:#868e96;
}
input.hype--styled-input:focus[type="radio"] + label::before{
border-color:#868e96;
}
input.hype--styled-input:focus[type="radio"]:checked + label::before{
box-shadow:0 0 6px rgba(0,0,0,.3);
border-color:transparent;
}
html:not(.hype--not-keynav) input.hype--styled-input[type="radio"]:focus + label::before{
box-shadow:
0 0 0px 2px #3496ee,
0 0 6px 2px #3496ee;
border-color:transparent;
}
html.browser_ie11:not(.hype--not-keynav) input.hype--styled-input[type="radio"]:focus + label::before{
outline:2px solid #3496ee;
}
label.hype--pre-styled-input{
line-height:26px;
}
label.hype--pre-styled-input > label{
margin-left:12px;
}
html[dir="rtl"] label.hype--pre-styled-input > label{
margin-right:12px;
margin-left:0px;
}
.hype--styled-input-wrapper{
position:relative;
display:inline-block;
}
#characterCount{
box-sizing:content-box;
display:none;
position:absolute;
left:0;
top:0;
z-index:100;
height:1.2em;
padding:3px;
border-width:0;
white-space:nowrap;
color:#bbb;
background-color:transparent;
font-size:13px;
font-weight:bold;
}
.hype-page--contrast-mode #characterCount{
color:#495057;
}
#characterCount.flash{
background:red;
border-radius:4px;
color:white;
vertical-align:middle;
height:auto;
}
#saved_feedback_label{
display:none;
position:absolute;
z-index:50;
margin-right:5px;
margin-bottom:5px;
color:#d6d6d6;
background-color:white;
font-size:11px;
font-weight:bold;
}
.hype-page--contrast-mode #saved_feedback_label{
color:#495057;
}
html[dir="rtl"] #saved_feedback_label{
margin-left:5px;
margin-right:0;
}
html[dir="rtl"] #saved_feedback_label.enforce_ltr{
margin-left:0;
margin-right:5px;
}
html.hype--bigger-font-1 #saved_feedback_label{
font-size:13px;
}
span.icon_remove,
span.icon_delete,
button.icon_delete,
span.icon_document,
span.hype--calendaricon,
button.hype--calendaricon,
span.icon_filter,
span.icon_clear_filter{
display:inline-block;
width:16px;
height:16px;
}
span.icon_remove,
span.icon_delete,
button.icon_delete,
span.icon_document,
span.hype--calendaricon,
button.hype--calendaricon,
span.icon_clear_filter{
cursor:pointer;
}
span.icon_remove,
span.icon_delete,
button.icon_delete,
span.icon_document,
span.hype--calendaricon{
vertical-align:middle;
}
span.icon_delete{
opacity:0.5;
}
.hype-page--contrast-mode span.icon_delete{
opacity:1;
}
button.icon_delete:hover,
button.icon_delete:focus,
span.icon_delete:hover{
opacity:1;
}
span.icon_sort_asc,
span.icon_sort_desc{
box-sizing:content-box;
display:inline-block;
border-left:4px solid transparent;
border-right:4px solid transparent;
height:0;
margin-left:2px;
vertical-align:middle;
}
html[dir="rtl"] span.icon_sort_asc,
html[dir="rtl"] span.icon_sort_desc{
margin-right:2px;
margin-left:0;
}
span.icon_sort_asc{
border-bottom:4px solid #555555;
}
.hype-page--contrast-mode div.hype--table table thead a span.icon_sort_asc{
border-bottom:4px solid #fff;
}
span.icon_sort_desc{
border-top:4px solid #555555;
}
.hype-page--contrast-mode div.hype--table table thead a span.icon_sort_desc{
border-top:4px solid #fff;
}
.btn.dropdown-toggle span.icon_sort_asc,
.btn.dropdown-toggle span.icon_sort_desc{
margin-bottom:4px;
}
.btn.dropdown-toggle span.icon_sort_asc{
border-bottom:4px solid #FFFFFF;
}
.btn.dropdown-toggle span.icon_sort_desc{
border-top:4px solid #FFFFFF;
}
.hype--async-content{
display:inline-block;
width:100%
}
.hype-grouping-box span.hype--async-content{
display:block;
}
.hype--async-spinner{
display:inline-block;
background-image:url('../../images/buttons/ajax-loader.gif?v=1673835524');
background-repeat:no-repeat;
background-position:center center;
height:32px;
width:100%;
color:rgba(0,0,0,0);
}
span.hype--button-spinner{
display:none;
width:33px;
height:28px;
background-image:url('../../images/buttons/ajax_spinner_small.gif?v=1673835524');
background-position:center 5px;
background-repeat:no-repeat;
}
.hype--updatable[updatable="true"]{
display:inline;
}
span.hype--field-as-link img.hype--icon-without-link{
margin-right:4px;
}
#main.hype--page-has-background-color{
background:#f1f3f5;
}
.hype--background-cover{
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
}
.hype--aspect-ratio-1-1{
padding-top:100%;
}
.hype--aspect-ratio-4-3{
padding-top:75%;
}
.hype--aspect-ratio-3-2{
padding-top:66.66%;
}
.hype--aspect-ratio-16-9{
padding-top:56.25%;
}
.hype--aspect-ratio-3-1{
padding-top:33.33%;
}
svg.hype--svg-reference{
pointer-events:none;
}
.hype--legacy-page{
min-height:500px;
}
.hype--legacy-page .container{
padding-top:100px;
}
.hype--legacy-page a{
font-weight:bold;
color:#337ab7;
}
.hype--legacy-page .hype-ce--more-link-important{
display:inline-block;
padding-top:0;
}
a.duplicate:focus div{
outline:2px solid #3496ee;
outline-offset:3px;
}
