@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:countthings;src:url(/Fonts/countthings.eot?u9vkyc);src:url(/Fonts/countthings.eot?u9vkyc#iefix) format("embedded-opentype"),url(/Fonts/countthings.ttf?u9vkyc) format("truetype"),url(/Fonts/countthings.woff?u9vkyc) format("woff"),url(/Fonts/countthings.svg?u9vkyc#icomoon) format("svg");font-weight:400;font-style:normal}.o-icon--home{padding:4px 4px 2px 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAA4ElEQVR4nO3SPUpDURDF8V8CsRHSBLS2iJ2NriBWuoVsImBj6xayB9dgpa0WuoEUsVKwVGKTIt7wYALXIr6XZ1DEHDjNnTP/uV/8N52F164GLpDCQzTXBd/CZYCn4RRrRe1b2sZVACc4QQ+vsXaDdl14B3cBesFhVjvAU9QesLsqfA+jAIzRLck8Yr8qvNjdczTeY6fklLfZKY/K4Md4i4brivebv9M7TpcF+9kPKdyqAF+olfVNg/VJA8yyUOFVlTJ/4LwsWHdArWBa4r83YKHNAD8yIH3xqFUyvzdgI7nmuWSKIOAVugYAAAAASUVORK5CYII=) no-repeat!important}.forms__container{position:relative;margin:0 auto;padding:0 20px;width:100%;max-width:1240px;min-height:90vh;box-sizing:border-box;overflow:auto}.forms__container.edit{padding-top:60px}.forms__header{display:flex}.forms__header h1{line-height:35px;font-weight:600;color:#333;font-size:18px}.forms__header .o-button{margin-left:10px}.forms__content{padding:10px;margin-bottom:20px;border-radius:10px}.forms__content--white{background-color:#fff}.forms__content .forms__content-search{position:relative;left:-20px;width:calc(100% + 40px);margin-bottom:10px;padding:0 20px 10px;border-bottom:1px solid #eee}.forms__content .forms__content-searchcontainer{position:relative;padding:2px 5px;border:1px solid #eee;border-radius:5px;overflow:hidden}@media only screen and (max-width:59.999em){.forms__content .forms__content-searchcontainer{margin-bottom:10px}}.forms__content .forms__content-searchcontainer .o-icon{width:auto;height:auto;font-size:20px;color:#ccc}.forms__content .forms__content-searchcontainer .o-input{border:0;display:inline-block;vertical-align:middle;padding:5px}.forms__content .forms__table{background-color:#fff;border-radius:5px;padding:10px;margin-top:10px}.forms__content .forms__table .forms-headrow{padding:15px 5px}@media only screen and (max-width:44.999em){.forms__content .forms__table .forms-headrow{display:none}}.forms__content .forms__table .forms-row{position:relative;padding:10px 5px;background-color:#f6f7fa;border-radius:4px;display:flex;-webkit-transition:all .15s linear;transition:all .15s linear}.forms__content .forms__table .forms-row--alternate{background-color:#e9eefb}.forms__content .forms__table .forms-row .highlight{background-color:#ff0}@media only screen and (max-width:44.999em){.forms__content .forms__table .forms-row{flex-direction:column;align-items:flex-start}.forms__content .forms__table .forms-row>span{width:100%;font-weight:600}.forms__content .forms__table .forms-row>span:before{content:attr(data-header) ":";font-weight:300;margin-right:10px}}.forms__content .forms__box{padding:20px;margin-bottom:20px;background-color:#fff;border-radius:4px}.forms__content .forms__box .forms__box-header{border-bottom:1px solid #eee;display:flex;justify-content:space-between}.forms__content .forms__box .forms__box-header .header-info{display:flex}.forms__content .forms__box .forms__box-header .header-text{font-weight:700}.forms__content .forms__box .forms__box-header .menu-button{background-color:transparent;background-repeat:no-repeat;border:0;cursor:pointer;overflow:hidden;outline:0}.forms__content .forms__box .forms__box-header .menu-button--delete{color:red}.forms__content .forms__box .forms__box-body{display:flex;flex-direction:row;column-gap:10px}@media only screen and (max-width:44.999em){.forms__content .forms__box .forms__box-body{flex-direction:column}}.forms__content .forms__box .forms__box-body .column{flex:1 1 auto;margin:5px;width:40%}@media only screen and (max-width:44.999em){.forms__content .forms__box .forms__box-body .column{width:100%}}.forms__content .forms__box .forms__box-body .body-row{border-bottom:1px solid #eee;padding:10px 0;display:flex;align-items:center;justify-content:space-between;min-height:25px}.forms__content .forms__box .forms__box-body .body-row .descr{font-size:small}.forms__content .forms__box .forms__box-body .body-row .descr .italic{font-style:italic}.forms__content .forms__box .forms__box-body .body-row.hidden{display:none}.forms__content .forms__box .forms__box-body .body-row--empty{height:47.6px;width:100%}@media only screen and (max-width:44.999em){.forms__content .forms__box .forms__box-body .body-row--empty{display:none}}.forms__content .forms__box .forms__box-body .message{padding:15px 0 0 10px}.forms__content .forms__box .forms__box-addformula{padding:5px}.forms__content .forms__box .forms__box-addformula .title{border-bottom:1px solid #eee;padding:5px 10px;font-weight:700}.forms__content .forms__box .forms__box-addformula .options{display:flex;align-items:center;padding:15px}.forms__content .forms__box .forms__box-addformula .useZero{padding:5px 15px;border-bottom:1px solid #eee}.forms__content .forms__box .forms__box-addformula .option_row{padding:5px}.forms__content .forms__box .forms__box-addformula .formula_label{width:80px;display:inline-block}.forms__content .forms__box .forms__box-addformula .operations{margin-left:50px}.forms__content .forms__box .forms__box-addformula .operations>div{margin:10px 0}.forms__content .forms__box .forms__box-addformula .operation{width:auto;height:auto;font-size:35px}.forms__content .forms__box .forms__box-addformula .operation--add:before{content:"+";padding:5px}.forms__content .forms__box .forms__box-addformula .operation--minus:before{content:"-";padding:5px}.forms__content .forms__box .forms__box-addformula .operation--multiply:before{content:"x";padding:5px}.forms__content .forms__box .forms__box-addformula .operation--divide:before{content:"/";padding:5px}.forms__content .forms__box .forms__box-addformula .operation--openParanthesis:before{content:"(";padding:5px}.forms__content .forms__box .forms__box-addformula .operation--closeParanthesis:before{content:")";padding:5px}.forms__content .forms__box .forms__box-addformula .operation_button{margin-left:10px}.forms__content .forms__box .forms__box-addformula .operation_button>span{font-size:13px!important;font-weight:700}.forms__content .forms__box .forms__box-addformula .formula{padding:10px;display:flex}.forms__content .forms__box .forms__box-addformula .formula>div{position:relative;height:40px;display:flex;justify-content:center;align-items:center;border:1px solid #eee;border-radius:15px;padding:5px 20px;margin:2px}.forms__content .forms__box .forms__box-addformula .formula .close{border:0;background:none;padding:0;cursor:pointer;position:absolute;top:7px;right:5px}.forms__content .forms__box .forms__box-addformula .formula .close .o-icon{width:auto;height:auto;font-size:15px;margin:-10px 0 5px 5px;color:#e63232}.forms__content .forms__box .forms__box-addformula .formula .close:hover .o-icon{color:#1a45c2}.create-form{padding:20px;background-color:#eee}.create-form--withcolumns{display:flex;flex-direction:row;column-gap:10px}@media only screen and (max-width:59.999em){.create-form--withcolumns{flex-direction:column}}.create-form .column{flex:1 1 auto;margin:5px;width:40%}@media only screen and (max-width:59.999em){.create-form .column{width:100%}}.create-form .info{font-size:small;font-weight:700;color:gray}.create-form .create-form__box{padding:15px;margin-bottom:20px;background-color:#fff;border-radius:4px;min-width:250px}.create-form .create-form__box.create-form__box--type{display:flex;align-items:center;justify-content:space-between}.create-form .create-form__box.create-form__box--type .text{padding:0 10px;min-width:250px}.create-form .create-form__box.create-form__box--type .description{font-size:x-small}.create-form .create-form__options{display:flex;justify-content:space-between;min-width:150px}.o-input--forms{width:100%;box-sizing:border-box;border:0;border-bottom:2px solid #1a45c2}.o-input--forms.o-input--entry{width:73%!important}.dropdown_items{min-width:400px;max-height:350px;overflow:auto}.dropdown_items>div{padding:10px;border-bottom:#ccc 1px solid}.dropdown_items>div>select{margin-top:10px}.dropdown_items .removeBtn{margin-left:10px}.table-container{max-width:700px;max-height:500px;overflow:auto;margin:10px}.table{display:table;width:100%}.table .header{display:table-row}.table .header .cell{padding-top:12px;padding-bottom:12px;text-align:left;background-color:#04aa6d;color:#fff}.table .row{display:table-row}.table .cell{border:1px solid #ddd;padding:8px;display:table-cell}.table .cell.selected{background-color:#e9eefb}.empty-form{display:flex;align-items:center;justify-content:center;flex-direction:row}.empty-form .header{font-weight:700}.empty-form .text{display:flex;flex-direction:column;padding:10px;max-width:450px}.empty-form .empty-form-image:before{background-size:120px 100px;display:inline-block;width:120px;height:100px;content:"";background-image:url(/images/forms/add-forms.png)}.forms__container .icon:before,.create-form .icon:before{background-size:20px 20px;display:inline-block;width:20px;height:20px;content:""}.forms__container .icon--textbox:before,.create-form .icon--textbox:before{background-image:url(/images/forms/textBox.png)}.forms__container .icon--dropdown:before,.create-form .icon--dropdown:before{background-image:url(/images/forms/dropdown.png)}.forms__container .icon--totalCount:before,.create-form .icon--totalCount:before{background-image:url(/images/forms/totalCount.png)}.forms__container .icon--expectedCount:before,.create-form .icon--expectedCount:before{background-image:url(/images/forms/expectedCount.png)}.forms__container .icon--counterTextbox:before,.create-form .icon--counterTextbox:before{background-image:url(/images/forms/counterTextbox.png)}.forms__container .icon--mail:before,.create-form .icon--mail:before{background-image:url(/images/forms/mail.png)}.forms__container .icon--barcodeEntry:before,.create-form .icon--barcodeEntry:before{background-image:url(/images/forms/barcode.png)}.forms__container .icon--volume:before,.create-form .icon--volume:before{background-image:url(/images/forms/volume.png)}.forms__container .icon--dateTime:before,.create-form .icon--dateTime:before{background-image:url(/images/forms/date.png)}.forms__container .icon--gpsCoordinates:before,.create-form .icon--gpsCoordinates:before{background-image:url(/images/forms/gps.png)}.forms__container .icon--countRadioGroup:before,.create-form .icon--countRadioGroup:before{background-image:url(/images/forms/countRadioGroup.png)}.forms_small-text{font-size:.8em}.m-header{width:100%;height:70px;top:0;left:0;z-index:80;background-color:#fff;position:fixed;box-shadow:0 0 20px #2436d31a;z-index:2000}@media only screen and (max-width:59.999em){.m-header{height:60px}}.m-header .m-titleText{color:#fff;text-align:right;position:relative;top:50%}.m-header .m-titleText h4{font-weight:500}@media (max-width:720px){.m-header .m-titleText{margin:auto 20px auto 90px;top:100%}}.m-header .primary-nav__list{font-size:.9em;margin-top:15px;margin-right:30px}@media only screen and (max-width:29.999em){.m-header .primary-nav__list{margin:30px 35px 0 0}}@media only screen and (min-width:30em) and (max-width:44.999em){.m-header .primary-nav__list{margin:30px 50px 0 0}}.m-header--user .m-logo,.m-header--admin .m-logo{width:60px;height:40px}.m-header--user .primary-nav__list,.m-header--user .primary-nav__username,.m-header--user .primary-nav__link--topnav,.m-header--admin .primary-nav__list,.m-header--admin .primary-nav__username,.m-header--admin .primary-nav__link--topnav{font-size:.9em}.header__container{margin:0 auto;max-width:1200px;box-sizing:border-box}.header__container.user{padding:15px 0 0}@media only screen and (max-width:44.999em){.header__container.user{padding:0}}@media only screen and (max-width:44.999em){.header__container{margin:0 1% 0 2%;height:60px}}@media only screen and (min-width:45em) and (max-width:59.999em){.header__container{margin:0 0 0 1%}}@media only screen and (min-width:60em) and (max-width:74.999em){.header__container{margin:0 1% 0 2%}}.leftmenu__header{width:100%;box-sizing:border-box;background-color:#ddd;padding:0 20px;line-height:45px}.header__section{position:relative;display:inline-block;box-sizing:border-box;font-size:14px!important;vertical-align:middle}.header__section--account{line-height:1}.header__section--menu{text-align:center}.header__section--search{text-align:left}.search__container{display:flex;flex-flow:row nowrap;padding:0;height:31px;position:relative}@media only screen and (max-width:59.999em){.search__container{padding-left:40px}}@media only screen and (max-width:59.999em){.search__container--contact{padding-left:0}}.search__container-input{line-height:1}.search-input-long{width:80%;border:1px solid #ddd}.ct_header-text{color:#2744c0;font-weight:700;text-align:left;margin-left:0}@media only screen and (min-width:75em){.ct_header-text{margin-left:-20px}}@media only screen and (max-width:29.999em){.ct_header-text{padding-top:25px;font-size:12px}}@media only screen and (min-width:30em) and (max-width:44.999em){.ct_header-text{font-size:14px;padding-top:25px}}@media only screen and (min-width:45em) and (max-width:59.999em){.ct_header-text{margin-left:10px}}.m-login{position:relative;left:50%;-webkit-transform:translate(-50%,-0);-ms-transform:translate(-50%,-0);-moz-transform:translate(-50%,-0);-o-transform:translate(-50%,-0);transform:translate(-50%,-0);z-index:1;overflow:hidden}@media only screen and (min-width:60em){.m-login{max-width:420px}}@media only screen and (min-width:30em) and (max-width:59.999em){.m-login{max-width:360px}}@media only screen and (max-width:29.999em){.m-login{max-width:300px}}.login__tabs{position:relative}.login__content{position:relative;background-color:#fff;padding-top:20px}.login__content.is-login{min-height:210px;-webkit-transition:all .1s linear;transition:all .1s linear}.login__content.is-register{min-height:500px;-webkit-transition:all .1s linear;transition:all .1s linear}.login__tabstitle{display:inline-block;vertical-align:bottom;width:50%;padding:10px 0;font-size:.9em;box-sizing:border-box;text-align:center;color:#333;background-color:#ccc;cursor:pointer}.login__tabstitle.is-selected{font-size:1.1em;font-weight:600;background-color:#fff;border-radius:5px 5px 0 0}.login__tabs-container{position:absolute;margin-left:20px;width:100%;padding:10px 20px;box-sizing:border-box;opacity:0;pointer-events:none;color:#333}.login__tabs-radio{position:absolute;display:none}.login__tabs-radio:checked+.login__tabs-container{margin-left:0;opacity:1;pointer-events:all;-webkit-transition:all .25s linear;transition:all .25s linear}.login__input{margin:0 0 5px;font-size:.9em}.login__input--full{width:100%}.login__input--halfl,.login__input--halfr{display:inline-block;vertical-align:top;margin-top:10px}.login__input--halfl{width:49%;margin-right:1%}.login__input--halfr{width:49%;margin-left:1%}.login__col{display:inline-block;vertical-align:middle;width:50%;box-sizing:border-box}.login__col--left{width:35%}@media only screen and (max-width:29.999em){.login__col--left{width:0}}.login__col--right{width:65%}@media only screen and (max-width:29.999em){.login__col--right{width:100%}}.login__forgotpass{font-size:.8em;color:#1a45c2;cursor:pointer;text-decoration:underline}.login__forgotpass:hover{color:#00f;text-decoration:underline}.login__tabspass-container{position:absolute;margin-top:10px;left:0;width:100%;padding:0 20px;box-sizing:border-box;opacity:0;pointer-events:none}.login__tabspass-radio{position:absolute;display:none}.login__tabspass-radio:checked+.login__tabspass-container{margin-top:0;opacity:1;pointer-events:all;-webkit-transition:all .25s linear;transition:all .25s linear}.login__forgottext{font-size:.9em;margin-bottom:15px}.login__error{padding:5px;font-size:.8em;color:#911;background:#fcdede;border-color:#d2b2b2;display:none;min-width:230px;border-radius:3px}.required{border:1px solid #f00}.login__lblSuccess{font-size:.8em;font-weight:700;margin-bottom:10px;color:#1a45c2}.divError{display:block;margin:10px auto}.divSpace{display:block;margin:30px auto auto}.login_lblSmall{display:inline-block;font-size:.8em;margin-right:3px}.login_lblSmall:last-child{margin-right:0}.login-with-huawei{background:url(../Images/website/huawei_signin.png);width:180px;cursor:pointer}.ct-logo{position:absolute;top:20%;-webkit-transform:translate(-0,-20%);-ms-transform:translate(-0,-20%);-moz-transform:translate(-0,-20%);-o-transform:translate(-0,-20%);transform:translate(-0,-20%);z-index:99;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/images/logo/CT_blue_logo.png);width:65px;height:70px}@media only screen and (max-width:44.999em){.ct-logo{width:55px;height:60px}}.navmenu__chk,.navmenu__sublist-chk-top{position:absolute;top:-9999px;left:-9999px;display:none}.navmenu__section{text-align:right}@media only screen and (max-width:29.999em){.navmenu__section{font-size:.8em;padding:0}}.navmenu__sublist{position:relative;opacity:0;-webkit-transition:all .2s linear;transition:all .2s linear;max-height:0;pointer-events:none}.navmenu__subitem{background-color:#fff;border-bottom:1px solid #ddd;text-align:left}.navmenu__subitem:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 0 20px #2436d31a;box-sizing:border-box}.navmenu__subitem .navmenu__link-top{line-height:45px;width:auto;font-size:.85em}@media only screen and (max-width:44.999em){.navmenu__subitem .navmenu__link-top{padding-left:20px}}.navmenu__sublist-toggle{position:relative;display:block;cursor:pointer}.navmenu__sublist-toggle:hover{color:#1e3596}.navmenu__link-arrow-closed:after{content:"";background:url(../../../public/images/arrow-down.png) no-repeat;width:10px;height:10px;margin-left:5px}.navmenu__link-arrow-open:after{content:"";background:url(../../../public/images/arrow-up.png) no-repeat;width:10px;height:10px;margin-left:5px}.navmenu__sublist-chk-top:checked+.navmenu__submenu{width:auto;position:absolute;min-width:130px;z-index:100}@media only screen and (max-width:44.999em){.navmenu__sublist-chk-top:checked+.navmenu__submenu{position:relative;min-width:0}}.navmenu__sublist-chk-top:checked+.navmenu__submenu .navmenu__sublist{opacity:1;pointer-events:all}@media only screen and (max-width:44.999em){.navmenu__sublist-chk-top:checked+.navmenu__submenu .navmenu__sublist{display:inline}}.navmenu__link-top{position:relative;cursor:pointer;display:flex;align-items:center;text-decoration:none;padding:0 6px;line-height:35px;font-weight:600;color:#333;justify-content:left}.navmenu__link-top.selected{color:#1e3596}.navmenu__link-top:hover{color:#333}.not-visible{display:none}@media only screen and (max-width:59.999em){.col-button{display:none}}.msgbox-container{box-shadow:none;align-self:center}.msgbox-message{text-align:center}.msgbox-btn-container{align-self:center;padding:10px}.msgbox-btn-container button{margin-left:20px}.msgbox-toast-container{min-width:600px}.m-primary-nav{position:relative;z-index:50;box-sizing:border-box;top:0;width:100%;text-align:right}@media only screen and (max-width:29.999em){.m-primary-nav{font-size:.8em;padding:0 10px 0 0}}.primary-nav__menu{position:relative;right:0;top:-35px;color:#777;line-height:30px;z-index:800;display:none;cursor:pointer}@media only screen and (max-width:44.999em){.primary-nav__menu{display:block}}.primary-nav__menu.user{top:-70px;z-index:2000}@media only screen and (max-width:29.999em){.primary-nav__menu.user{top:-60px}}.primary-nav__menu:hover .primary-nav__menu-icon{background-color:#1a45c2}.primary-nav__menu:hover .primary-nav__menu-icon:before,.primary-nav__menu:hover .primary-nav__menu-icon:after{background-color:#1a45c2}.primary-nav__menu .primary-nav__menu-icon{position:absolute;top:65px;right:0;width:25px;height:5px;background-color:#2744c0;border-radius:1px}.primary-nav__menu .primary-nav__menu-icon:before,.primary-nav__menu .primary-nav__menu-icon:after{content:"";position:absolute;width:25px;height:5px;background-color:#2744c0;border-radius:1px}.primary-nav__menu .primary-nav__menu-icon:before{top:-8px}.primary-nav__menu .primary-nav__menu-icon:after{bottom:-8px}.primary-nav__menu .primary-nav__menu-close{position:absolute;top:49px;right:-10px;font-size:28px;width:30px;height:5px;color:#6a6f74}.primary-nav__menu .primary-nav__menu-close:before{content:"✖"}.primary-nav__container{position:relative;top:15%;padding-right:10px}.primary-nav__list{position:relative;width:auto;display:inline-block;text-align:right;top:30%;-webkit-transform:translate(-0,-30%);-ms-transform:translate(-0,-30%);-moz-transform:translate(-0,-30%);-o-transform:translate(-0,-30%);transform:translate(-0,-30%)}.primary-nav__item{text-align:center;position:relative;vertical-align:middle}@media only screen and (min-width:75em) and (max-width:104.999em){.primary-nav__mainlist{font-size:14px}}@media only screen and (min-width:60em) and (max-width:74.999em){.primary-nav__mainlist{font-size:13px}}@media only screen and (min-width:45em) and (max-width:59.999em){.primary-nav__mainlist{font-size:12px}}@media only screen and (max-width:44.999em){.primary-nav__mainlist{display:block;border:0;text-align:right;top:5px;position:relative}.primary-nav__mainlist .primary-nav__link{padding:0;font-size:.8em;font-weight:600;margin-left:5px;display:none}.primary-nav__mainlist .primary-nav__item{display:none}}@media only screen and (min-width:45em){.primary-nav__mainlist .primary-nav__link{margin:10px;font-size:1em;font-weight:600}.primary-nav__mainlist .primary-nav__link:last-child{padding-right:0;margin-right:0}}.primary-nav__mainlist.is-visible{display:block;position:absolute;top:60px;right:0;left:0;opacity:1;width:100%;padding:0 10px;text-align:right;background-color:#f7f7f7;box-sizing:border-box;box-shadow:0 5px 5px #0000001a;-webkit-transition:all .15s linear;transition:all .15s linear;pointer-events:all;z-index:2000}.primary-nav__mainlist.is-visible .primary-nav__link{display:inline-block}.primary-nav__mainlist.is-visible .primary-nav__item{display:block;padding:2px 0;border-bottom:1px solid #ddd}.primary-nav__mainlist.is-visible .primary-nav__item:last-child{padding-bottom:0;border:0}.primary-nav__mainlist .primary-nav__item:last-child .navmenu__link,.primary-nav__mainlist .primary-nav__item:last-child .navmenu__link-top{padding-right:0}.primary-nav__topitem{display:inline-block;vertical-align:middle}@media only screen and (max-width:44.999em){.primary-nav__topitem .primary-nav__username{display:inline-block}}.primary-nav__link{text-decoration:none;color:#6a6f74;cursor:pointer}.primary-nav__link:hover{color:#525659}.primary-nav__link--ct{font-size:1.1em;font-weight:600;color:#6a6f74!important}.primary-nav__link--ct:hover{color:#525659}@media only screen and (max-width:44.999em){.primary-nav__link--ct{padding:5px 0;font-size:.9em;margin-left:5px}}.primary-nav__link--topnav{position:relative;font-size:.9em;white-space:nowrap}.primary-nav__link--topnav:hover{color:#525659}.primary-nav__link--topnav:nth-child(1){left:-10px}.primary-nav__link--topnav:nth-child(2):before{content:"|";position:absolute;top:50%;-webkit-transform:translate(-0,-50%);-ms-transform:translate(-0,-50%);-moz-transform:translate(-0,-50%);-o-transform:translate(-0,-50%);transform:translate(-0,-50%);left:-8px;color:#ccc}@media only screen and (max-width:44.999em){.primary-nav__link--topnav:nth-child(2):before{left:-7px}}.primary-nav__link--account{position:relative;font-size:.9em;white-space:nowrap}@media only screen and (max-width:44.999em){.primary-nav__link--account{color:red;display:none}}.primary-nav__link--logout{position:relative;font-size:.9em;white-space:nowrap;margin-left:10px}.is-current{color:#2744c0!important}.primary-nav__user-account{position:absolute;top:50%;-webkit-transform:translate(-0,-50%);-ms-transform:translate(-0,-50%);-moz-transform:translate(-0,-50%);-o-transform:translate(-0,-50%);transform:translate(-0,-50%);border:0;width:20px;height:20px;background-image:url(/images/icon_account.png);background-size:contain}.primary-nav__username{font-size:.9em;margin-right:15px;color:#6a6f74}@media only screen and (max-width:44.999em){.primary-nav__username{margin-right:6px}}.divNavAccount{display:inline-block}.start__count{width:100%;color:#333;box-sizing:border-box;padding:20px 0;background-color:#fff}.start__count-input{padding:0;border:0;width:100%;font-size:.9em;height:42px;min-width:165px;overflow:hidden;box-sizing:border-box;background-color:#fff}.start__count-input--italic{font-style:italic}.start__count-browse{font-size:1.1em;text-decoration:underline}.start__count-browse:hover{text-decoration:underline}.start-container{position:relative;width:100%;height:100%;color:#fff;background-color:#e0ebff;min-height:680px;padding-top:100px}.reset-container{position:relative;width:100%;height:100%;background-color:#fff;min-height:630px}.reset-subcontainer{position:relative;max-width:1240px;margin:0 auto;padding:40px 20px;box-sizing:border-box}.reset-title{margin-left:20px}.reset-expired{padding:10px 0;text-align:center;font-weight:600;font-size:1.2em;margin:20px 0}@media only screen and (max-width:44.999em){.reset-expired{text-align:left}}.start__subcontainer{position:relative;color:#333}@media only screen and (max-width:44.999em){.start__subcontainer{margin:5%}}.login__container{vertical-align:top;width:35%;position:relative;display:inline-block}.account__benefits{vertical-align:top;margin-top:25px;padding:10px 5px}@media only screen and (max-width:44.999em){.account__benefits{margin-left:0}}.benefits__title{font-weight:600;font-size:1em;color:#1a45c2;text-decoration-color:#fff}@media only screen and (max-width:44.999em){.benefits__title{font-size:.9em;max-width:400px}}.account__benefits-list{margin-left:25px}.account__benefits-item{width:100%;box-sizing:border-box;text-align:left;font-weight:400}@media only screen and (max-width:44.999em){.account__benefits-item{padding:0 0 2px;font-size:.9em;max-width:400px}}.startfree__title{text-align:center;font-weight:400;font-size:1.8em;color:#1a45c2}@media only screen and (max-width:44.999em){.startfree__title{font-size:1.6em;margin-bottom:10px}}.reccomandation_line{font-size:.9em}.m-menu_logo{background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/assets/img/CT_blue_logo-rWIA8PTt.png);width:40px;height:45px}.admin-configurations{margin:10px;vertical-align:top}.admin-configurations h1,.admin-configurations h2{margin:10px;padding:5px;font-size:16px;font-weight:700;text-align:left;border-bottom:1px solid #d4d2d2;line-height:30px}.admin-configurations h1.noborder,.admin-configurations h2.noborder{border:0}.admin-configurations p{padding:5px 10px 5px 15px;text-align:left;font-size:14px;font-weight:400}.admin-configurations a{color:#2744c0;text-decoration:none}.admin-configurations a:hover{color:#1a45c2!important;cursor:pointer}.admin-configurations span{font-size:.9em}.admin-configurations input[type=checkbox]{width:auto!important;margin-top:0}.admin-configurations .button,.admin-configurations .button-error{border:2px solid transparent;background-color:#69a6ce;font-size:14px!important;font-family:Arial!important;color:#fff;padding:5px 10px;border-radius:3px;transition:background-color .25s;display:inline-block;margin:0!important;width:auto!important;cursor:pointer;text-align:center;font-weight:600}.admin-configurations .button-error{background-color:red}.admin-configurations .button-save{margin-bottom:20px!important;font-size:18px!important;background-color:#1dce9b}.admin-configurations .button-save:hover{background-color:#1ab88a!important}.admin-configurations .button-save:disabled:hover{background-color:#9ca9b2!important}.admin-configurations .button:disabled,.admin-configurations .button:disabled:hover{background-color:#9ca9b2}.admin-configurations .button:hover{background-color:#2980b9}.admin-configurations .button:focus{border:2px solid transparent}.admin-configurations .input[type=text],.admin-configurations .textarea{text-align:left;border:1px solid #d2d2d2;border-radius:3px;font-size:14px;padding:5px;width:100%;background:#fff;transition:border .5s}.admin-configurations__buttons{padding:15px}.admin-table{border:1px solid #ddd;text-align:left;border-radius:3px;border-spacing:0;margin:10px;width:calc(100% - 20px)}.admin-table--fixed{table-layout:fixed}.admin-table th{background:#eee;font-weight:700;padding:10px 5px;font-size:14px;vertical-align:middle;display:none;text-align:left;color:#34495e;border:0}.admin-table th a{color:#000}.admin-table th a:hover{color:#2980b9}.admin-table tr:nth-child(2n){background-color:#f6f6f6}.admin-table tr:hover{background:#ccc}.admin-table tr.isResolved{background-color:#c5e2d7}.admin-table td{padding:8px 5px;font-size:13px;vertical-align:top;display:block;text-align:left;border:0}.admin-table td:before{content:attr(header-title) " ";font-weight:700;width:8.5em;display:inline-block;color:#34495e}.admin-table td:first-child{padding-top:.5em}.admin-table td:last-child{padding-bottom:2em;border:0}.admin-table td.normalWrap{white-space:normal}.admin-table td.noWrap{white-space:nowrap}.admin-table.admin-table--configurations{border:0}.admin-table.admin-table--configurations tr{background-color:#fff;border-bottom:1px solid #e9e9e9}.admin-table-body.loading{display:table;position:relative}.admin-table-body.loading.dummy-height{height:200px;width:200px}.admin-table-body.loading:after{position:absolute;top:0;left:0;right:0;bottom:0;background:url(../images/tables/ellipsis.gif) no-repeat 50% 50% #fff;content:""}@media only screen and (min-width:60em){.admin-table td:before{display:none}.admin-table th,.admin-table td{display:table-cell;padding:.8em!important}.admin-table th:first-child,.admin-table td:first-child{padding-left:0}.admin-table th:last-child,.admin-table td:last-child{padding-right:0}.admin-table tr{border-bottom:1px solid #ddd}.admin-table tr>td:only-child{padding:0!important}.admin-table tr:only-child{border:0}}.admin-table .highlighted{background-color:#ffe4e1!important}.admin-info-table{text-align:left;border-radius:3px;margin:10px;width:calc(100% - 20px);border-spacing:0}.admin-info-table td{padding:8px 5px;font-size:14px;vertical-align:middle;border-bottom:1px solid #e9e9e9;white-space:nowrap}.admin-info-table .button{float:left!important;margin:0!important}.admin-table-platform-icon{width:12px;opacity:.4}.admin-ellipsis{white-space:nowrap;width:150px;height:auto;overflow:hidden;text-overflow:ellipsis}.admin-ellipsis.large{max-width:275px;display:inline-block}.admin__tabs{display:inline-block;vertical-align:top;padding:0 20px 0 0;box-sizing:border-box;margin-left:10px}@media only screen and (max-width:44.999em){.admin__tabs{padding:0;width:100%}}.admin__tabs-item{position:relative;display:inline-block;padding:10px 20px;color:#777;background-color:#eee;border:1px solid #ccc;cursor:pointer;font-size:.9em;box-sizing:border-box}.admin__tabs-item.is-selected{color:#333;background-color:#69a6ce;font-weight:600}.admin__tabs-item:last-child{border-bottom:1px solid #ccc}@media only screen and (max-width:44.999em){.admin__tabs-item{display:inline-block;padding:10px;width:33.3%;border-right:0;border-bottom:1px solid #ccc}.admin__tabs-item:last-child{border-right:1px solid #ccc}}.ticketsFilter{margin-left:20px}span.lighter-color{color:#999}a.lighter-color{color:#999;font-size:.9em;text-decoration:underline;margin-right:5px}.list-icon{width:16px;height:16px;margin-right:5px;vertical-align:top;display:inline-block}.list-icon.huawei-login{margin-left:5px;background:url(../../Images/appIcons/icon_huawei.png) no-repeat!important}.list-icon.apple-login{margin-left:5px;background:url(../../Images/appIcons/icon_ios.png) no-repeat!important}.list-icon.qualified{background-image:url(../images/admin/icon-qualified-green.png)}.list-icon.notqualified{background-image:url(../images/admin/icon-qualified-red.png)}.list-icon.not-valid{margin-right:5px;background:url(../../Images/appIcons/not-valid-email.png) no-repeat!important}.list-icon.personal{margin-right:5px;background:url(../images/admin/icon-personal.png) no-repeat!important}.list-icon.business{margin-right:5px;background:url(../images/admin/icon-business.png) no-repeat!important}.ticket_thumb{width:100px}.ticket_thumb:hover{box-shadow:0 0 2px 1px #008cba80}.th-small{width:100px}.assigned_list{display:inline-block;vertical-align:middle;margin:2px 0;border-radius:3px;border-color:#b3c4f5;border-style:solid;background-color:#eee;font-size:.9em;padding:8px 0}@media only screen and (max-width:59.999em){.assigned_list{width:100%}}.ticket-images a{display:block}.email-not-valid{color:red!important}.operator:before{padding-right:5px;background-image:url(../../Images/userRoles/icon-operator.png);background-size:19px 13px;display:inline-block;width:14px;height:10px;content:""}.admin:before{padding-right:5px;background-image:url(../../Images/userRoles/icon-admin.png);background-size:11px 13px;display:inline-block;width:9px;height:13px;content:"";background-repeat:no-repeat}.is-enterprise{font-weight:600;color:#fff;text-transform:uppercase;display:inline-block;border-radius:5px;padding:0 20px;line-height:20px;background-color:#2744c0;font-size:12px;margin:5px 0}.userinfo_col{width:300px}.withmargins{margin:0 10px}.admin-main{display:flex;width:100%;box-sizing:border-box}.admin-sidebar{flex:0 0 230px;box-sizing:border-box;background-color:#f6f6f6;padding:5px}.admin-content{padding-left:10px;flex:1}.admin-rightcontent{flex:1;overflow-y:scroll;height:100vh}.admin__body{overflow-y:hidden;min-height:100vh}.config-buttons{display:flex;flex-direction:row}.config-buttons .config-buttons--item{margin:2px}.admin-container{height:100vh;display:flex;flex-flow:row nowrap}.admin-navmenu{background-color:#343a40;min-height:100vh;overflow-y:scroll;font-size:14px;overflow-x:hidden;overflow-y:auto;-webkit-transition:all .2s linear;transition:all .2s linear}@media only screen and (max-width:59.999em){.admin-navmenu--closed{display:none}}@media only screen and (max-width:59.999em){.admin-navmenu{left:0;width:100vw}}@media only screen and (min-width:60em){.admin-navmenu{min-width:180px;max-width:260px}}.admin-navmenu::-webkit-scrollbar{width:8px}.admin-navmenu::-webkit-scrollbar-track{background-color:#343a40}.admin-navmenu::-webkit-scrollbar-thumb{background-color:#1a45c2}.admin-navmenu::-webkit-scrollbar-thumb:hover{background-color:#00f}.admin-navmenu-toggle{position:fixed;right:10px;top:10px;z-index:2}@media only screen and (min-width:60em){.admin-navmenu-toggle{display:none}}.admin-navmenu-close{position:absolute;top:5px;right:5px;color:#fff}.admin-navmenu-close [class*=o-icon--]{color:#fff}@media only screen and (min-width:60em){.admin-navmenu-close{display:none}}.navmenu__container{display:flex;flex-direction:column;height:auto;min-width:0;-webkit-transition:all .2s linear;transition:all .2s linear}.navmenu__top{flex:1;height:100%}.navmenu__bottom{margin-top:30px}.navmenu__sectiontitle{color:#fff;font-size:1em;padding:20px 10px 10px;line-height:1;font-weight:300;text-transform:uppercase;margin:0;white-space:nowrap;overflow:hidden;box-sizing:border-box;-webkit-transition:all .2s linear;transition:all .2s linear}.navmenu__list,.navmenu__sublist{list-style:none;margin:0;padding:0}.navmenu__sublist{position:relative;-webkit-transition:all .2s linear;transition:all .2s linear;text-align:left}.navmenu__sublist--active{opacity:1;max-height:350px;pointer-events:all}.navmenu__sublist--inactive{opacity:0;max-height:0;pointer-events:none}.navmenu__item{margin-bottom:1px}.navmenu__subitem{border-bottom:1px solid #ddd}.navmenu__subitem .navmenu__link{line-height:35px;padding-left:22.5px}.navmenu__submenu{position:relative;background-color:#56585a}.navmenu__accordion-icon{position:absolute;display:inline-block;right:25px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;pointer-events:none}.navmenu__accordion-icon--active{border-bottom:5px solid #fff;top:-30px}.navmenu__accordion-icon--inactive{top:-28px;border-top:5px solid #fff}.navmenu__link,.dropboxOptions{cursor:pointer;display:flex;align-items:center;color:#fff;background-color:#56585a;text-decoration:none;padding:0 10px;line-height:45px}.navmenu__link:hover,.dropboxOptions:hover{background-color:#444;color:#fff!important}.navmenu__link.selected,.dropboxOptions.selected{background-color:#222;color:#fff}.navmenu__link--buttons,.dropboxOptions--buttons{line-height:17.5px;padding:10px 10px 10px 0}.navmenu__link--buttons a,.dropboxOptions--buttons a{background-color:#444;background-position:center center;background-repeat:no-repeat;border-radius:50%;border-color:#444;border-style:solid;border-width:2px;width:27px;height:27px;cursor:pointer;margin-left:5px;display:inline-block}.navmenu__link--buttons a:hover,.dropboxOptions--buttons a:hover{border-color:#fff}.navmenu__link--buttons:hover,.dropboxOptions--buttons:hover{background-color:#56585a}.dropboxOptions{display:table-cell;background-color:transparent;color:#000}.dropboxOptions:hover{background-color:transparent;color:#000!important}.dropboxOptions--buttons:hover{background-color:transparent}.navmenu__icon{margin-right:10px;width:25px;min-width:25px;height:25px;background-color:#fff}.navmenu__icon--templates{background:url(../../images/admin/templates.png) no-repeat!important}.navmenu__icon--jobs{background:url(../../images/admin/jobs.png) no-repeat!important}.details__container{color:#fff;padding:10px 15px;text-align:left;background:#56585a}.details__container a{word-wrap:break-word;color:#5499c7;text-decoration:none}.details__container a:hover{color:#1a45c2;cursor:pointer}.details__container span{font-size:.9em}.details__container--star{cursor:pointer;padding-left:5px;background:url(../../images/admin/star-disabled.png) no-repeat!important;background-size:12px;background-position-x:5px;background-position-y:center}.visible{display:block}.templates-menu{margin:10px}.templates-menu .searchcontainer{max-width:350px}.templates-menu .filters{margin:10px 0;font-size:.8em;display:flex}.templates-menu .filters>div{margin-right:10px;align-content:center}.template-card_description .description .test,.template-card_description .description .rejected-status,.template-card_description .description .unavailable-status,.template-card_description .description .video,.template-card_description .description .generic,.template-card_description .description .photo,.template-card_description .description .public,.template-card_description .description .deleted{font-size:.7em;margin-right:5px;color:#fff;border-radius:5px;padding:3px}.template-card{display:flex;justify-content:space-between;font-size:.9em;margin:10px;padding:4px;background-color:#fff;box-shadow:0 2px 4px #0003,0 3px 10px #00000030}.template-card_description{display:flex}.template-card_description .thumb{display:inline-block;height:80px;margin:3px 10px 3px 3px;min-width:112px}.template-card_description .thumb>img{height:80px}.template-card_description .description{display:inline-block;margin-right:20px;padding-top:3px;min-width:250px}.template-card_description .description .name{font-weight:700}.template-card_description .description img{height:16px}.template-card_description .description .deleted{border:1px #c87474 solid;background-color:#c87474}.template-card_description .description .public{border:1px #7ac47c solid;background-color:#7ac47c}.template-card_description .description .photo{border:1px #39f solid;background-color:#39f}.template-card_description .description .generic{border:1px #f93 solid;background-color:#f93}.template-card_description .description .video{border:1px #423e61 solid;background-color:#423e61}.template-card_description .description .unavailable-status{border:1px #c021cc solid;background-color:#7f8c8d}.template-card_description .description .rejected-status{border:1px #c021cc solid;background-color:red}.template-card_description .description .test{border:1px #c021cc solid;background-color:#c021cc}.template-card_description .info-box{display:inline-block;margin-right:30px;text-align:center}.template-card_description .info-box_maindescr{font-size:1.3em;font-weight:700;padding:10px 5px 3px;color:#777}.template-card_description .info-box_subdescription{font-size:.8em;color:#777}.template-card_actions{display:flex;flex-direction:row;flex-wrap:wrap;width:auto;background-color:#e8e9e8}.template-card_actions .action{text-align:center;width:20%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.template-card_actions .action>a{text-align:center;text-decoration:none;color:#777;font-size:.65em;display:inline-block}.template-card_actions .action>a>img{width:20px;opacity:.2}.cmb-template-versions{min-width:300px}.cbDevices{margin-left:20px;margin-right:20px}.cbDevices label{padding-left:5px;font-size:1.1em}.template-list-box{margin-top:10px;margin-bottom:10px;max-height:calc(100vh - 140px);overflow-y:scroll}.template-item,.template-item--selected{cursor:pointer}.template-item--selected{background-color:#56585a;color:#fff}.template-thumb-img{max-height:40px;margin:5px}.template-name{font-weight:700;max-width:200px;overflow-wrap:normal}.file-download{background:url(../../images/icons-file-operations.png) no-repeat;display:inline-block!important;margin-top:7px}.file-delete{background:url(../../images/icons-file-operations.png) no-repeat -24px 0}.file-restore{background:url(../../images/icons-file-operations.png) no-repeat -48px 0}.new-job-failed,.new-job{font-size:.7em;color:#fff;border-radius:5px;padding:5px;line-height:normal;margin-left:5px}.new-job{background-color:#000}.new-job-failed{background-color:red}.categ-template-card{width:fit-content}.categ-templates-container{display:flex;flex-direction:row;flex-wrap:wrap}.categories{max-height:calc(100vh - 139px);max-width:calc(100% - 250px);overflow-y:scroll}.categories-layout{display:flex;flex-flow:row;margin-top:10px}.categ-selected-template{padding:10px;line-height:2}.templ-trans-container{display:flex;max-height:calc(100vh - 139px)}.templ-trans-left{flex:.01 0 300px;margin-right:20px}.templ-trans-content{flex:1;overflow-y:scroll;position:relative}.templ-trans-lang-select{position:relative;margin:0 auto}.templ-trans-field-col{width:50%}.searchcontainer{position:relative;padding:2px 5px;border:1px solid #eee;border-radius:5px;overflow:hidden;background-color:#fff}@media only screen and (max-width:59.999em){.searchcontainer{margin-bottom:10px}}.searchcontainer .o-icon{width:auto;height:auto;font-size:20px;color:#ccc}.searchcontainer .o-input{border:0;display:inline-block;vertical-align:middle;padding:5px}.m-main{position:relative;width:100%;box-sizing:border-box;flex:1 0 auto}.m-main--inner{min-width:350px;padding-top:40px;min-height:calc(100% - 315px)}.m-main--admin{height:auto}.m-main--admin .admin-table{margin:10px;width:calc(100% - 20px)}.m-main--user{z-index:1001;padding-top:50px;background-color:#edeff5;min-height:100vh}@media only screen and (min-width:45em) and (max-width:74.999em){.m-main--user{padding-top:70px}}@media only screen and (max-width:44.999em){.m-main--user{padding-top:60px}}.m-main--moderator{padding-top:80px}@media only screen and (max-width:44.999em){.m-main--moderator{padding-top:60px}}.global-form{position:relative;height:100%;display:flex;flex-direction:column;margin:0}.logo__link{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border:1px solid transparent;border-left-color:#0000001a;border-top-color:#0000001a;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translate(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translate(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:#0000001f}.szh-menu-button{box-sizing:border-box}.szh-menu{-webkit-user-select:none;user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px #0002,0 .6px 2px #0000001a;min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-slide-left{0%{opacity:0;transform:translate(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translate(.75rem)}}@keyframes szh-menu-show-slide-right{0%{opacity:0;transform:translate(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translate(-.75rem)}}@keyframes szh-menu-show-slide-top{0%{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{0%{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{animation:szh-menu-hide-slide-bottom .15s ease-in forwards}.react-tabs{-webkit-tap-highlight-color:transparent}.react-tabs__tab-list{border-bottom:1px solid #aaa;margin:0 0 10px;padding:0}.react-tabs__tab{display:inline-block;border:1px solid transparent;border-bottom:none;bottom:-1px;position:relative;list-style:none;padding:6px 12px;cursor:pointer}.react-tabs__tab--selected{background:#fff;border-color:#aaa;color:#000;border-radius:5px 5px 0 0}.react-tabs__tab--disabled{color:GrayText;cursor:default}.react-tabs__tab:focus{outline:none}.react-tabs__tab:focus:after{content:"";position:absolute;height:5px;left:-4px;right:-4px;bottom:-5px;background:#fff}.react-tabs__tab-panel{display:none}.react-tabs__tab-panel--selected{display:block}@font-face{font-family:countthings;src:url(/Fonts/countthings.eot?u9vkyc);src:url(/Fonts/countthings.eot?u9vkyc#iefix) format("embedded-opentype"),url(/Fonts/countthings.ttf?u9vkyc) format("truetype"),url(/Fonts/countthings.woff?u9vkyc) format("woff"),url(/Fonts/countthings.svg?u9vkyc#icomoon) format("svg");font-weight:400;font-style:normal}.o-icon--home{padding:4px 4px 2px 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAA4ElEQVR4nO3SPUpDURDF8V8CsRHSBLS2iJ2NriBWuoVsImBj6xayB9dgpa0WuoEUsVKwVGKTIt7wYALXIr6XZ1DEHDjNnTP/uV/8N52F164GLpDCQzTXBd/CZYCn4RRrRe1b2sZVACc4QQ+vsXaDdl14B3cBesFhVjvAU9QesLsqfA+jAIzRLck8Yr8qvNjdczTeY6fklLfZKY/K4Md4i4brivebv9M7TpcF+9kPKdyqAF+olfVNg/VJA8yyUOFVlTJ/4LwsWHdArWBa4r83YKHNAD8yIH3xqFUyvzdgI7nmuWSKIOAVugYAAAAASUVORK5CYII=) no-repeat!important}.m-menu_logo{background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/assets/img/CT_blue_logo-rWIA8PTt.png);width:40px;height:45px}.userforms__container{position:relative;margin:0 auto;width:100%;max-width:1240px;box-sizing:border-box}.userforms__content{background-color:#fff;border-radius:4px}.userforms__table{background-color:#fff;border-radius:5px;padding:10px;margin-top:10px}.userforms-headrow{padding:15px 5px;font-weight:700}@media only screen and (max-width:44.999em){.userforms-headrow{display:none!important}}.userforms-row{position:relative;padding:10px 5px;background-color:#f6f7fa;border-radius:4px;display:flex;-webkit-transition:all .15s linear;transition:all .15s linear}.userforms-row--alternate{background-color:#e9eefb}.userforms-row .highlight{background-color:#ff0}@media only screen and (max-width:44.999em){.userforms-row{flex-direction:column;align-items:flex-start}.userforms-row>span{width:100%;font-weight:600}.userforms-row>span:before{content:attr(data-header) ":";font-weight:300;margin-right:10px}}@media only screen and (max-width:44.999em){.actions{position:absolute;right:20px}}.userforms-actions{font-size:.9em}.table__entryoption{margin-left:5px;padding:5px;box-sizing:border-box;text-decoration:none}@media only screen and (max-width:44.999em){.table__entryoption{overflow:hidden}.table__entryoption .table__entryoption-name{display:none}.table__entryoption .o-icon{margin-right:0}}.table__entryoption .o-icon{opacity:.7;margin-right:2px;margin-bottom:3px;color:#fff;width:20px;height:20px;font-size:20px}.table__entryoption .table__entryoption-name{display:inline-block;vertical-align:middle;text-transform:none;color:#fff;margin-right:5px}.table__entryoption:hover .o-icon{opacity:1}.action-link-item{border-bottom:1px solid #ddd;text-align:left}.action-link-item:hover{background-color:#f5f9fc}.action-link-item:last-child{border-bottom:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.action-link-item:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.dropdown{position:relative;display:inline-block;width:28px;height:28px}.dropdown-content{position:absolute;background-color:#fff;min-width:150px;z-index:1;border-radius:10px;border:1px solid #ddd;right:-5px}@media only screen and (max-width:74.999em){.dropdown-content{right:-20px}}.dropdown:hover .dropbtn{background-color:#007aff;border:1px solid #007aff;border-radius:5px}.templateItems .title{border-bottom:1px solid #eee;padding:5px 10px;font-weight:700}.templateItems>div{margin:7px}.templateItems .o-select{padding:7px 10px;margin:0 7px}.templateItems .center{display:flex;align-items:center;justify-content:center}.snapshots__container{position:relative;margin:0 auto;padding:0 20px;width:100%;max-width:1240px;min-height:90vh;box-sizing:border-box;overflow:auto}.snapshots__container.edit{padding-top:60px}.snapshots__header{display:flex}.snapshots__header h1{line-height:35px;font-weight:600;color:#333;font-size:18px}.snapshots__header .o-button{margin-left:10px}.snapshots__content{padding:10px;margin-bottom:30px;border-radius:10px}.snapshots__content--white{background-color:#fff}.snapshots__content .snapshots__content-search{position:relative;left:-20px;width:calc(100% + 40px);margin-bottom:10px;padding:0 20px 10px;border-bottom:1px solid #eee}.snapshots__content .snapshots__table{background-color:#fff;border-radius:5px;padding:10px;margin-top:10px}.snapshots__content .snapshots__table .snapshots-headrow{padding:15px 5px}@media only screen and (max-width:44.999em){.snapshots__content .snapshots__table .snapshots-headrow{display:none}}.snapshots__content .snapshots__table .snapshots-row{position:relative;padding:10px 5px;background-color:#fff;border-radius:4px;display:flex;-webkit-transition:all .15s linear;transition:all .15s linear;min-height:55px}.snapshots__content .snapshots__table .snapshots-row--alternate{background-color:#f5f9fc}.snapshots__content .snapshots__table .snapshots-row--join-bottom{padding-bottom:0}.snapshots__content .snapshots__table .snapshots-row--join-top{padding-top:0}@media only screen and (max-width:44.999em){.snapshots__content .snapshots__table .snapshots-row{flex-direction:column;align-items:flex-start}.snapshots__content .snapshots__table .snapshots-row>span{width:100%;font-weight:600}.snapshots__content .snapshots__table .snapshots-row>span:before{content:attr(data-header) ":";font-weight:300;margin-right:10px}}.create-snapshot{padding:20px;background-color:#eee}.create-snapshot .info{font-size:small;font-weight:700;color:gray}.create-snapshot .create-snapshot__box{padding:15px;margin-bottom:20px;background-color:#fff;border-radius:4px;min-width:250px}.snapshot__box{margin:20px 0;background-color:#fff;border-radius:4px}.snapshot__box .column{flex:1 1 auto;margin:5px;width:40%}@media only screen and (max-width:44.999em){.snapshot__box .column{width:100%}}.snapshot__box .snapshot__box-header{padding:20px;display:flex;justify-content:space-between;align-items:center}.snapshot__box .snapshot__box-header .header-info{display:flex}.snapshot__box .snapshot__box-header .header-text{font-weight:700}.snapshot__box .option-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;color:#1a45c2;border-top:1px solid #eee}.snapshot__box .option-header.expanded,.snapshot__box .option-header.expanded .arrow,.snapshot__box .option-header.expanded .button-expand{background-color:#f6f7fa}.snapshot__box .option-row{display:flex;justify-content:space-between;padding:12px 20px 12px 35px;border-top:1px solid #eee;align-items:center}.snapshot__box .option-row.one-tab{padding:10px 20px 10px 55px}.snapshot__box .option-row.two-tabs{padding:10px 20px 10px 75px}.snapshot__box .option-row.three-tabs{padding:10px 20px 10px 95px}.snapshot__box .option-row.first-line{padding:10px 20px}.snapshot__box .option-text{line-height:1}.snapshot__box .option-name{display:block}.snapshot__box .option-description{font-size:x-small}.snapshot__box .snapshot__box-body{display:flex;flex-direction:row;column-gap:10px}.snapshot__box .body-row{border-bottom:1px solid #eee;padding:10px 0;display:flex;align-items:center;justify-content:space-between;min-height:25px}.snapshot__box .body-row label,.snapshot__box .body-row input{margin:10px}.snapshot__box .body-row--nobottom{border-bottom:0}.snapshot__box .snapshot-select{margin-right:10px}.snapshot__box .snapshot-multiselect{overflow:scroll;margin-right:10px}.button-expand{background-color:#fff;border:0}.button-restore{background-color:transparent;border:0;color:#1a45c2;cursor:pointer}input[type=color]{width:30px}.operators-dialog__body{padding:20px}.operators-dialog__body .single-row{padding:10px}.operators-dialog__body .column{display:flex}.operators-dialog__body .column>div{padding:10px;border:1px solid #eee;margin:10px;min-width:350px}.operators-dialog__body .operators-search{padding:5px}.operators-dialog__body .operators-title{font-weight:700}.operators-dialog__body .operator-row{padding:5px;white-space:nowrap;overflow:hidden}.operators-dialog__body .operator-row label>span{margin-left:5px;text-overflow:ellipsis}.snapshots__content-searchcontainer{position:relative;padding:2px 5px;border:1px solid #eee;border-radius:5px;overflow:hidden}@media only screen and (max-width:59.999em){.snapshots__content-searchcontainer{margin-bottom:10px}}.snapshots__content-searchcontainer .o-icon{width:auto;height:auto;font-size:20px;color:#ccc}.snapshots__content-searchcontainer .o-input{border:0;display:inline-block;vertical-align:middle;padding:5px}.marker-colors{margin-bottom:10px}.marker-colors .marker-color{padding:12px 20px 12px 35px}.marker-colors .marker-color>*{margin-right:5px}.marker-colors .center{display:flex;align-items:center;justify-content:center}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws__container{position:relative;margin:0 auto;padding:0 20px;width:100%;max-width:1240px;box-sizing:border-box}.ws__content{margin:auto;padding:20px 0;background-color:#fff;border-radius:10px}.ws__content.is-scrollable{overflow-y:scroll;min-height:400px;max-height:100vh;min-width:300px;max-width:1200px}.ws_header{padding:0 20px 20px 10px;border-bottom:2px solid #eee}.ws-icon{width:50px;height:50px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsSAAALEgHS3X78AAAD40lEQVR4nO2aQVLbMBSGv3S6D117Ud8ALuAh3XhLeoKEEzQ3aLhBOEGTEzRsvTLjAxBuEBZeNzkBXVgZHEW2nuwE25BvhgEbSZZ+SU9PT+q9vr7ymfnSdAWa5ixA0xVomrMATVegaTorgBcmV16Y+HXL6aQAXpjMgCdg5YXJVZ2yOikAMFS/+8CTFybjqgV1VYCl9vynqgi9rnqCXpjMgZH2+mcaBbo4pXRWADCKsAUGaRSspGV0dQoAkEbBGFjkXvWB2MUwikaAFyYDYKAeffXTJq615y0wTKMgtmX8KvzAkkzdrtAnq/OFLWGnp4CFjSSRdAQMeFt7d/i0byrs2ABTScJOrwLH4CNPARGfXgCpDTCilkefzNqugFUaBaXGxwuTC8C2Tq/TKFgLvl05/w5nG6AaMCMziqal8QGYmrwxL0yGwLwgn84jMNHLUd+PgUtLfpFb7DQFlIe1JnM/ixpxQ/EObVqST+e6oJwx9sZD1klWxAKoxsfIG7C3Q1PBC0nFdWaaa2t1bhTfJYlcRsAcd29wlova+CXpyuiz35trYb5HSSKRAGruVum9PjCpkE/nejcK0iiYA3eW9I8cOm5GpCOgrLBn9VOEzeI/A9/SKOilUdADbsk2M4V1SKNgSrEIL2QbIZErLBWgqBG3aRRcpVFwBfzAXHF9p6azzFdW9bDJgA3yD0oEExNp40EugGn4P6jK7ioUI/S/BcQ18oobD/U8QVPURRyJseAfqRwrbXCF96aXWjpNU2AtLG/g8vE6rvDQC5NZGgWbnFvq9HHFjRcmK96GbpHNiCuUbaWOAJfAPy9MRInTKIhL0tqW2C2HofAi3s0GvCcult3JDnVBgEV+tTk2bRfgToW+T0ateABwz/6cm+C+X9hyaPU3wNzFoalKHQHu0yjY8/OVNf/rWM7Y9ThLfavIPR/jsGLUmQKm3qnSY8551PH4vODfIy9MptKy2m4DDlCO0i/Kp9pv6WmxVADTJqcpfGG6P5JEUgFiw7u18N1L7m+TkKY8x+DFnkQuwJT9yj9j8MxUJHahpcsbyrmWZSGN3uaYUR5/2CEKxIijwvlwtu3U1QsTv6hhuZPmVRXrr5VTxOnC4h+Nzq0Cx+bTCyDyBFVEdoo8Jt8Esfa8lNwVcrkhIjpoaBA9kDLhiDdE2tzztXC5IRJz6H6KTl/egdjwTrTEuvgBprPBxan366dGvAoogzJg3yMcqcuKncVpGfyIIjj7AUqEsfZ6pPbonaOSI6R8eP0sUHQa2zYqe4JqQzTgTYTKG5smqb0ZUhcgLlxuaLeJ826w6Qo0zVmApivQNGcBmq5A0/wHeVlG8H3P/QMAAAAASUVORK5CYII=) no-repeat center;background-size:contain}.ws_title{font-size:20px;font-weight:700;margin-bottom:20px;color:#10266b}.ws-card{background:#f8f9fc;margin:20px 20px 15px;border-radius:10px;box-shadow:0 2px 5px #0000001a}.ws-action{font-weight:700;background:none;border:0;cursor:pointer;margin-right:10px}.ws-action:last-child{margin-right:0}.ws-action.delete{color:red}.ws-action.ws-associate-icon{width:20px}.ws-action.onoff{margin-right:5px;display:inline-block;vertical-align:top;font-size:14px}.ws-action.save,.ws-action.add{color:#007bff}.ws-action.save:hover,.ws-action.add:hover{color:#0056b3}.ws-action.disabled{color:#b3b3b3;cursor:not-allowed}.ws-action.disabled:hover{color:#b3b3b3}.ws-section{padding:10px 20px;background-color:#f2f2f2;border-bottom:1px solid #ccc}.ws-section_row{padding:10px 20px;background-color:#fff;border-bottom:1px solid #ccc}.ws-section_row label{font-size:14px;font-weight:700;color:#5b5c5e;margin-right:5px}@media only screen and (max-width:44.999em){.ws-section_row label{margin-bottom:10px}}.ws-section_row select,.ws-section_row input{width:100%;padding:4px 8px;font-size:14px;border:1px solid #ccc;border-radius:5px}.ws-section_row .note{font-size:12px;color:gray}@media only screen and (max-width:44.999em){.ws-section_row .note{margin-bottom:5px}}.ws-section_title{font-size:14px;color:gray;font-weight:700}.ws-card_header{background:#e9ecf2;padding:10px 20px;border-top-left-radius:5px;border-top-right-radius:5px}.ws-edit-icon{cursor:pointer;color:#007bff}.ws-edit-icon:hover{color:#0056b3}.ws-disabled{background-color:#f1f1f1;color:#b3b3b3;cursor:not-allowed}.ws-section_link{text-decoration:none;font-size:14px}.ws-json-popup-outside{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center}.ws-json-popup{background:#fff;padding:16px;border-radius:8px;width:400px}.ws-json-textarea{width:100%;height:200px;font-size:14px}.ws-json-btns{margin-top:4px;display:flex;justify-content:flex-end;gap:4px}.t_container{position:relative;margin:0 auto;padding:60px 20px;width:100%;max-width:1240px;box-sizing:border-box}.t_content{margin:auto;padding:20px 0;background-color:#fff;border-radius:10px}.t_content.is-scrollable{overflow-y:scroll;height:600px;min-height:500px;min-width:300px;max-width:1200px}.t_header{padding:0 20px 20px;border-bottom:2px solid #eee}.t_title{font-weight:700;font-size:18px;margin-left:-30px}@media only screen and (max-width:44.999em){.t_title{margin-left:0}}.ct-icon{width:50px;height:50px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAACXBIWXMAAAsSAAALEgHS3X78AAAF+ElEQVRogd2aS1bbPBTHf+npHMZ4gLMC6AJ8EgZ4Cl0B2UHTFWBWAKygzgoKU08IeAFfWEHNwOOSFeQb6DrIiiQ/ePd/jk8iWdLVle5LVx6sVit0BHEeAglwDGzxObAEroCkzKJCfzHQGQzi/AL48aZTe3lcllk0rQprBoM4vwKO3mtWL4zrMouOQRi07NwSuADmQGFu+0eBqFMIjIEpdZW6LLNoOtg5vAuBP9qLe2BcZtHj20zzZRDE+TZqQ/a06uFg5/AuBU6kYgmEbZgL4nysFRevsSBdaQiTBU87ORvsHN49ahVnZRYlns4TefYsTR6AFEj7inQHGhcuZoM4T4BTKS6/UJfbuaPTMbAAzh2EAXZl4EUQ51NHGyeERtGSRuGhMdf+b30xXhYWwhPgtwxuYmmp2wLOgzhPHRPYgEajrd/10Sj0Qo1BU7SE8C9jgFvgoMyiQZlF22UWDYAD4NJodyLW2QsHjbbYoLHh6HcO71bay4FGOESJpb6qP8ssck5axCw1+hyUWTR3tLfR6IMajSDO1zyZIqojMQif2ZgTwwBAmUVXqBDPHKctDRtsamAbxwofg/pE703rGsT5Slbqr14vK3mtVY2CON83B5eFOTHrNTwA34F9YAj89LQdiTRswMqg+B99ZRt1yUBilM1dBTVxH1L5/QPMRXoePO1tNJw7aBJfmA10fbW8M9uHlmZjV3/BXJtHpQYb89Cwbav82qaxZcJtcAuM5H/Yo/+N9v9CxNx3GLBKhE8H13DJdwN0gs8J42YoFUkb2lk3wcXg3Cg36UsNsiC6DtuIt5GKWZlFE9Rh1hXdeOFi0CQ+6TiuqfB9GJyVWTQRRz5qaAuOMNPKoASyuqk/EifeCC3lUWEp/tGkUaD01ArZOcosmkrU5DRqwIMrmHAZGVByryt1GsT5WDc4JlHxbVfUxTPx0EioGxN9rJWt3jOOFU4jIyuix5dbwH9yHLFNqDoN6Lpy7wvthMbM9b4lbsssSl0vnbFoBYnYbRHHLUqP9uUxQ67WmYEgzhf0MyJWGm1jUWCtC+ZJAZTi/5Bfk7lrG2EPjX0HDR9a0WjlByUNd0Dd8NhwD3wvs+i4awpDo+E0PILquNaKRqOImhBDMqbuGwtUvFg09W8DscSV6HemoYtoZwY/Azrp4GeHzw++K0RMKxcz7Sv+H45B0fEp9Uz1WEI2Z7rQBSeDHSMJL9rqtiSgEjYzeFuodOEkiPPE59hNfAgdDOJ8HMT5HJVds6UnK+wCv4I4nxtZbyfelcEgzrclUrph88RwC3yTx/SNI+AmiPNUT3rZ8G5uQmJa80YIVN5lQww94rtE6WaitV3z1EcHz1DW7Rjl8OfyhGyeJADnwp0a5erKzmpIyixK5Q7TNECVfia2yXa1otcyiUIjUAXi31AH498dx6zGbXQFwngiYm0e56zoqoMXPK3eLfX4dCoH2zaJ2hokrizM+iDOwyDOH01pKrOoqG5wm9B1B/dRYjhHbn61bFcoxL1K3xEpz0zrd2XwHJROSWZbf3chFu2v2amP8ZLrsRHK6Phchxcv5SYeUHrZSmyaIFKRSLHzXaMOH4MHnqfalcpH7aLEqZcOWpCiRPPalrDqAqeIeq685kGcj5DrbjHdI2BPrNxL6GCVvjiqDEwQ56s+ot7VDw5RqzsCpqKDE3k3k34b+ZWuE7Nk63oxB911cIISw3ueHOyulBOJDzsnj5quBhzJMG+fCl0ZPAUmkiQaovRxKOUQxXwfLII4T5riSljHrwntUv/vGovqn69UsMahWp8JjnhU97/PjUU7w7FwISoy0nOu1XFogoqMFjKXfWlru6OY4XEltR1EiVshg77JgVf0NsE9eXAnnhPT2oturj9NM3cwxPKtzGtCJjh2iJ+NMa8YY1y2fkU55nXuA7mGeusUonEcMo9SFc5ozsuMtf/L3h/jvSa0jFp1HGp1nHJ9jBfyQT+nrPIurqjKaBuyeRM8/Pc/iP3XP2leRzJS0fUK6yPiUj/tm18bTlEh2IyXOfa8FZaoOQ/1L+4B/gfVa836Qt+cNQAAAABJRU5ErkJggg==) no-repeat center;background-size:contain}.categ-row{background:#f6f7fa;padding:20px;border-bottom:1px solid #eee;border-top:1px solid #eee}.categ-row:first-child{border-top:0}.t_name{color:#1a45c2;font-weight:700}@media only screen and (max-width:44.999em){.ws-actions{padding-top:5px}}.ws-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-family:Arial,sans-serif;font-size:14px;font-style:normal}.ws-input::placeholder{font-style:italic;color:gray}.input-error{border:2px solid #f00;background-color:#ffe6e6;color:red}.input-error::placeholder{color:#f009;font-style:italic}.notification-popup{position:fixed;bottom:0;right:0;color:#fff;padding:15px;border-radius:5px;box-shadow:0 2px 5px #0000004d;font-size:16px;z-index:1000;transition:opacity .5s ease-in-out,transform .5s ease-in-out;background-color:#4caf50}.notification-popup.failed{background-color:red}.hidden{opacity:0;transform:translateY(-20px);pointer-events:none}.collapse-btn{background:none;border:0;cursor:pointer;color:#007bff;transition:transform .2s ease}.collapse-btn:hover{color:#0056b3}.templates-container{padding:10px 0 10px 20px}.template{margin:10px 20px 10px 0;background:#fff;border-radius:5px;box-shadow:0 5px 20px #0e0e0e4d;position:relative}@media only screen and (max-width:29.999em){.template{margin-right:10px;min-width:100px}}.panel-title{padding-left:10px}.panel-version{margin:5px;padding:0 5px;justify-content:space-between;font-size:.65em}.template-versions{color:#999;font-weight:500}.template-img{border-top-left-radius:5px;border-top-right-radius:5px}.template-title{font-size:.8em;color:#333;display:inline-block}.t-associate-icon{position:absolute;bottom:8px;right:8px;cursor:pointer;font-size:20px}ul.black{margin-left:40px}ul.black.big_margins{margin-left:60px}ul.black li{font-weight:600;list-style-type:initial;display:list-item;margin-bottom:10px}ul.disc{margin-top:5px}ul.disc li{font-weight:400;display:list-item;list-style:circle;margin-bottom:10px;margin-left:20px}.description_container{padding:10px 0;margin:10px auto 20px 0;background-color:#fff;border-radius:10px}.description_container.open{display:flex}.banner_popup{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;justify-content:center;align-items:center;z-index:9999}.banner_popup-content{background:#fff;padding:20px;border-radius:12px;width:600px;max-width:90%;box-shadow:0 10px 25px #0003;position:relative}@media only screen and (max-width:74.999em){.banner_popup-content{padding:20px 0}}.close-btn{position:absolute;top:10px;right:14px;font-size:24px;cursor:pointer}.linkable_box{color:#2744c0;cursor:pointer;border-radius:10px;box-shadow:0 5px 20px 5px #3f50a226;box-sizing:border-box;background-color:#fcfcfc}.linkable_box:hover{text-decoration:underline}.user-sectionbox{max-width:1200px;margin:20px auto;padding-top:20px}@media only screen and (max-width:74.999em){.user-sectionbox{margin:20px 0;padding:0}}.banner_info{display:inline-block;vertical-align:middle;width:40px!important;height:40px!important;background-repeat:no-repeat;background-size:contain;margin:0 5px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsSAAALEgHS3X78AAADBUlEQVRYhe2YT0iTcRjHv8pys41ZU3pNN7MCKQIbHRKKhXYYWYekOiWB89atYtGhSx66haxL3lS6hUE7dFJiwhJRirZh6xCNhpv5xhh7I9l0snXw59iWvz/v+47ysA/ssL2/3/N89zzv8/z+NBSLRexnGv+3AB51gXqpC9SLQc/kTndwBEA/ACeAs1WPwwBCAOYB+JOzrowWHw1q20ynO3gIwD3yaRGcpgDwAfCpFapKYKc72A9gGsAxNU7KiAMYSc665kUnCL+DJJ0BaBcHMjdAbAkhJJAYnFKvh8qUqEhuiklaA3oVURjgpZspkBTEd3CK4cqFVgxfbV89YW8uAEAskW18MZNwLIYVnkAFQDercHhthlmpDsmE189603bJaAPg2P29u6MZl8/bEI1tpG56I22/fm/TTLQQH09oA6gR5EXPajEg/Kov13Sg0UQzDgAJeTPdd2fZxhjCjCKrSIZo4gDg/nCXzBMHAHbJaLs92J5lDGkhvvaEJ5DKu+W0Jb9dLDleWlHWJ/1r8Un/Wrx67ODF1hTLFssX6x10siy+/5Qxuzwf8PxRz3oskTV4x7+27z4bHeqoGNt11MRrZ1RfLIHchrwq53DjQaQkzGoxwOftkQFI5eNm5n4e5Jii+tK1WSjHajFgbuJc2i4ZK8Rt5Qu5l29/HNZqt2bbrTfjvTJpNyWisY3UpdGPJkab4VKzCJ7qNldEbjGspG49jLTptcuK4F/VSMMhVXabhLyZHh2LqhFH9cWKYAiCO5dVOYe7T7/gSKsRALAQythUpjWkRaAfwHUR62dOmjHx+HTp+1a+kDt+bYHbxKt87QkrxX7sLENcrJbK/ymywpShQItAsjb6VDjSCvMYwKtiHwTOHp+/bWBpRVmXbE2bALAYUcwARIpk96xCZd9vWLmNmhjw1EhQOR6Rw5PQSpKcdU2jtiI9xCYX4aWOGByAiga+B3HspHVadIKqtZikxAlgDIItiKCQOU41Z2JAw81COaJXH2oiVo0ugf+CfX+7VReol7pAvfwBvX0KNoDfjY8AAAAASUVORK5CYII=)}html{-webkit-font-smoothing:subpixel-antialiased;font-smooth:auto;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0}h1,h2,h3,h4,h5,h6,p,blockquote,figure,ol,ul,dl,dt,dd{margin:0;padding:0}.ck-content ol,.ck-content ul,.ck-content dt,.ck-content p,.ck-content .ul,.guides__content ol,.guides__content ul,.guides__content dt,.guides__content p,.guides__content .ul{padding-inline-start:40px}h1,h2,h3,h4,h5,h6{font-size:inherit}a{color:inherit}img{max-width:100%;height:auto;border:0;vertical-align:middle}main{display:block}*:focus{outline:0}*::-moz-focus-inner{border:0}input,select{box-sizing:border-box}select{outline:0}select:focus::-ms-value{background:transparent;color:inherit}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;text-transform:none}iframe{margin:0;padding:0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-weight:400;color:#999}input:-moz-placeholder,textarea:-moz-placeholder{font-weight:400;opacity:1;color:#999}input::-moz-placeholder,textarea::-moz-placeholder{font-weight:400;opacity:1;color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{font-weight:400;color:#999}input::placeholder,textarea::placeholder{font-weight:400;color:#999}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;color:#00f}progress::-webkit-progress-bar{background-color:#fff}progress::-webkit-progress-value{background-color:#00f}progress::-moz-progress-bar{background-color:#fff}table,caption,tbody,tfoot,thead,tr,th,td{border:0}section a{color:#333;text-decoration:none}section a:hover{color:#333}section table{text-align:left;border-radius:3px;margin:10px;width:calc(100% - 20px);border-spacing:0}section table tr table{width:auto;margin-left:0}section table th{background:#f6f6f6;font-weight:700;text-align:left;padding:10px 5px;font-size:14px;vertical-align:middle;white-space:nowrap}section table th a{color:#000}section table th a:hover{color:#2980b9}section table td{padding:8px 5px;font-size:14px;vertical-align:middle;border-bottom:1px solid #e9e9e9;white-space:nowrap}section table td.normalWrap{white-space:normal}section table tr:hover{background:#fafafa}section .imagebutton{border:0;background-color:transparent;font-size:12px;color:#fff;padding:0;border-radius:0;transition:none;display:inline;margin:0 10px 0 0;width:24px;height:24px;cursor:pointer}#root{height:100%}.hidden{display:none}.error,.warning{color:red;font-weight:700;margin:20px}.tabbed{margin-left:10px!important}.image-container{margin:10px}.form-label{margin-right:15px}.row-band{margin-top:10px;margin-bottom:10px}.not-allowed-cursor{cursor:not-allowed}.buttons-box{min-width:fit-content}html{font-size:16px;height:100%}body{color:#333;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.375;height:100%}@media only screen and (max-width:44.999em){h1{font-size:1.2em;line-height:1.2495}}@media only screen and (min-width:45em) and (max-width:104.999em){h1{font-size:1.92em;line-height:1.1235}}@media only screen and (min-width:105em){h1{font-size:2.4em;line-height:1.05}}@media only screen and (max-width:44.999em){h2{font-size:1.3em;line-height:1.1525}}@media only screen and (min-width:45em) and (max-width:104.999em){h2{font-size:1.6em;line-height:1.25}}@media only screen and (min-width:105em){h2{font-size:2em;line-height:1.25}}@media only screen and (max-width:44.999em){h3{font-size:1.35em;line-height:1.135}}@media only screen and (min-width:45em) and (max-width:104.999em){h3{font-size:1.44em;line-height:1.25}}@media only screen and (min-width:105em){h3{font-size:1.8em;line-height:1.25}}@media only screen and (max-width:44.999em){h4{font-size:1.19em;line-height:1.110798}}@media only screen and (min-width:45em) and (max-width:104.999em){h4{font-size:1.12em;line-height:1.222}}@media only screen and (min-width:105em){h4{font-size:1.4em;line-height:1.222}}@media only screen and (max-width:44.999em){h5{font-size:.81em;line-height:1.2992}}@media only screen and (min-width:45em) and (max-width:104.999em){h5{font-size:.9em;line-height:1.4}}@media only screen and (min-width:105em){h5{font-size:.9em;line-height:1.4}}@media only screen and (max-width:44.999em){p{font-size:1em;line-height:1.2992}}@media only screen and (min-width:45em) and (max-width:104.999em){p{font-size:1em;line-height:1.4}}@media only screen and (min-width:105em){p{font-size:1em;line-height:1.4}}h1{font-weight:600}h2{font-weight:400}h3,h4,h5,h6{font-weight:300}p{margin-bottom:0}select{font-size:inherit}input{width:auto}a{color:#1a45c2}a:hover{color:#00f}strong{font-weight:600}.arrow{border:solid #1a45c2;border-width:0 2px 2px 0;display:inline-block;padding:3px;background:#fff}.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.left{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.o-button{font-family:Inter,Arial,Helvetica,sans-serif!important;position:relative;display:inline-block;width:auto;margin:0;padding:5px 15px;text-align:center;cursor:pointer;color:#fff;background-color:#1a45c2;border-radius:25px;border:0;-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media only screen and (min-width:45em){.o-button{font-size:14px;font-weight:600;letter-spacing:.03em}}@media only screen and (max-width:44.999em){.o-button{font-size:12px;font-weight:600;letter-spacing:.02em}}.o-button--full{width:100%}.o-button--lwcase{text-transform:none}.o-button.uppcase{text-transform:uppercase;text-decoration:none}.o-button.green{font-size:14px;background-color:#1dce9b!important}.o-button.browse{text-transform:uppercase;text-decoration:none;color:#fff!important}.o-button--platforms{border:1px solid #1a45c2;background-color:transparent;padding:5px 10px;width:max-content}@media only screen and (min-width:45em){.o-button--platforms{font-size:13px;max-width:350px}}@media only screen and (max-width:44.999em){.o-button--platforms{font-size:12px;min-width:275px;max-width:350px}}.o-button--platforms:hover{background-color:#dfe5ef!important}.o-button--plus{color:#fff;border-radius:50%;padding:1px;width:20px;height:20px}.o-button--plus:before{content:"+"}.o-button--minus{color:#fff;border-radius:50%;padding:1px;width:20px;height:20px}.o-button--minus:before{content:"-"}.o-button--close{color:#fff;border-radius:50%;padding:1px;width:20px;height:20px}.o-button--close:before{content:"×"}.o-button--clear{color:#5991cc;border:1px solid #ccc;background-color:transparent;width:max-content}@media only screen and (min-width:45em){.o-button--clear{font-size:16px;max-width:350px}}@media only screen and (max-width:44.999em){.o-button--clear{font-size:14px}}.o-button--clear:hover{background-color:#dfe5ef!important;color:#5991cc!important}.o-button--search__users{padding:5px 10px!important;line-height:1;text-transform:none;border-radius:0;background-color:#69a6ce}.o-button--search__users:hover{background-color:#2980b9!important}.o-button:hover{background-color:#1a45c2;color:#fff}.o-button--border{border:1px solid #1a45c2;background-color:transparent;color:#1a45c2}.o-button--border:hover{color:#fff;border-color:#1a45c2;background-color:#1a45c2}.o-button--small{font-size:.8em;padding:3px 10px!important}.o-button--medium{padding:5px 15px!important}.o-button--hubspot{background-color:#69a6ce;margin-left:20px}.o-button--medium-tabbed{font-size:.9em;margin-left:10px}.o-button--small-adminsoperators{font-size:.8em;color:#1a45c2;background:none!important;border:0;padding:0!important;margin-right:6px}.o-button--small-adminsoperators:hover{color:#1a45c2}.o-button--purchase,.o-button--qanda,.o-button--purchase-small,.o-button--userroles{border:1px solid #1a45c2;background-color:#1a45c2}.o-button--purchase:hover,.o-button--qanda:hover,.o-button--purchase-small:hover,.o-button--userroles:hover{border-color:#1a45c2;background-color:#2744c0}.o-button--cancel-subscription{margin-top:5px}.o-button--purchase-small{font-size:.8em;padding:10px}.o-button--devices-action{color:#007aff;background:none!important;display:block;padding:5px 0 5px 10px;font-size:14px}.o-button--devices-action:hover{color:#007aff}.o-button--devices-action:disabled,.o-button--devices-action[disabled]{color:#999}.o-button--devices-fixedwidth{font-size:.8em;padding:3px 10px;width:70px}.o-button--purchasealt,.o-button--userrolesalt,.o-button--whitebutton{border:1px solid #1a45c2;background-color:#fff;color:#1a45c2;text-decoration-line:none}.o-button--purchasealt:hover,.o-button--userrolesalt:hover,.o-button--whitebutton:hover{color:#fff;border-color:#1a45c2;background-color:#1a45c2}.o-button:disabled{background-color:#ccc;border-color:#ccc;cursor:default}.o-button--video{background-color:#d21900;text-align:center}.o-button--video a:hover{background-color:#ba1516}.o-button--video:hover{background-color:#ba1516;color:#fff}.o-button--contact{position:absolute;top:93%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);background-color:red}.o-button--contact:hover{background-color:#ba1516}@media only screen and (min-width:60em){.o-button--contact{font-size:18px;font-weight:600;letter-spacing:.03em}}@media only screen and (max-width:59.999em){.o-button--contact{font-size:16px;font-weight:600;letter-spacing:.03em}}.o-button--submit{left:50%;-webkit-transform:translate(-50%,-0);-ms-transform:translate(-50%,-0);-moz-transform:translate(-50%,-0);-o-transform:translate(-50%,-0);transform:translate(-50%,-0);margin-top:20px;margin-bottom:20px}@media only screen and (max-width:44.999em){.o-button--submit{width:50%}}.o-button--error,.o-button--error:hover{background-color:red}.o-button--free:hover{background-color:#1a45c2;color:#fff;-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in}.o-button.is-selected{color:#fff;background-color:#1a45c2;-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1,.col-xs-offset-12,.col-xs-offset-11,.col-xs-offset-10,.col-xs-offset-9,.col-xs-offset-8,.col-xs-offset-7,.col-xs-offset-6,.col-xs-offset-5,.col-xs-offset-4,.col-xs-offset-3,.col-xs-offset-2,.col-xs-offset-1,.col-xs-offset-0,.col-xs{box-sizing:border-box;flex:0 0 auto}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}.col-xs-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex-basis:100%;max-width:100%}.right-xs{text-align:right}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}.ellipsis-xs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stretch-xs{align-self:stretch}@media only screen and (min-width:45rem){.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col-sm-offset-12,.col-sm-offset-11,.col-sm-offset-10,.col-sm-offset-9,.col-sm-offset-8,.col-sm-offset-7,.col-sm-offset-6,.col-sm-offset-5,.col-sm-offset-4,.col-sm-offset-3,.col-sm-offset-2,.col-sm-offset-1,.col-sm-offset-0,.col-sm{box-sizing:border-box;flex:0 0 auto}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}.col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex-basis:100%;max-width:100%}.right-sm{text-align:right}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}.ellipsis-sm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stretch-sm{align-self:stretch}}@media only screen and (min-width:60rem){.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-md-offset-12,.col-md-offset-11,.col-md-offset-10,.col-md-offset-9,.col-md-offset-8,.col-md-offset-7,.col-md-offset-6,.col-md-offset-5,.col-md-offset-4,.col-md-offset-3,.col-md-offset-2,.col-md-offset-1,.col-md-offset-0,.col-md{box-sizing:border-box;flex:0 0 auto}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}.col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-md-12{flex-basis:100%;max-width:100%}.right-md{text-align:right}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}.ellipsis-md{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stretch-md{align-self:stretch}}@media only screen and (min-width:75rem){.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-lg-offset-12,.col-lg-offset-11,.col-lg-offset-10,.col-lg-offset-9,.col-lg-offset-8,.col-lg-offset-7,.col-lg-offset-6,.col-lg-offset-5,.col-lg-offset-4,.col-lg-offset-3,.col-lg-offset-2,.col-lg-offset-1,.col-lg-offset-0,.col-lg{box-sizing:border-box;flex:0 0 auto}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}.col-lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex-basis:100%;max-width:100%}.right-lg{text-align:right}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}.ellipsis-lg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stretch-lg{align-self:stretch}}button.icon-button{background-color:transparent;border-color:transparent;padding:5px;border-radius:5px;color:#000}button.icon-button:hover{cursor:pointer;outline:#5093e1 solid 2px}button.icon-button:disabled{cursor:pointer;opacity:50%;cursor:default}.Collapsible{background-color:#56585a;padding:0;border:1px solid #ccc;border-radius:10px;max-width:98%}.Collapsible__trigger{cursor:pointer;padding:10px;background-color:#56585a;border-radius:10px;color:#fff;border:0;outline:0;display:block;width:100%}.Collapsible__contentInner{padding:10px;background-color:#fff}.lds-hourglass{display:inline-block;position:relative;width:100%;padding-top:20px;padding-bottom:20px;text-align:center}.lds-hourglass:after{content:" ";display:block;border-radius:50%;width:0;height:0;margin:0 auto;box-sizing:border-box;border:32px solid #0366d6;border-color:#0366d6 transparent #0366d6 transparent;animation:lds-hourglass 1.2s infinite}@keyframes lds-hourglass{0%{transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{transform:rotate(1800deg)}}.o-loader{margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-indent:-9999em;border:solid rgba(26,69,194,.2);border-left-color:#1a45c2;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;overflow:hidden;z-index:101}.o-loader,.o-loader:after{border-radius:100%;width:2em;height:2em}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.o-input{padding:5px 10px;border:1px solid #ccc;border-radius:0;background-color:#fff;color:#333;box-sizing:border-box}.o-input.is-inline{width:75%;display:inline-block}.o-input--half{width:49.5%;display:inline-block}.o-input--half:last-child{margin-left:1%}.o-input--almostfull{width:90%}.o-input--full{width:100%}.o-input--disabled{background-color:#ddd}.o-input--tabbed{margin:0 10px;min-width:55%}.o-input--error{border:1px solid #f00}.o-inputfile::file-selector-button{font-family:Inter,Arial,Helvetica,sans-serif!important;position:relative;display:inline-block;width:auto;margin:0 10px 0 0;text-align:center;cursor:pointer;color:#fff;background-color:#1a45c2;border-radius:25px;border:0;font-size:.8em;padding:3px 10px!important;-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-appearance:none;-moz-appearance:none;appearance:none}@font-face{font-family:countthings;src:url(/Fonts/countthings.eot?u9vkyc);src:url(/Fonts/countthings.eot?u9vkyc#iefix) format("embedded-opentype"),url(/Fonts/countthings.ttf?u9vkyc) format("truetype"),url(/Fonts/countthings.woff?u9vkyc) format("woff"),url(/Fonts/countthings.svg?u9vkyc#icomoon) format("svg");font-weight:400;font-style:normal}[class^=o-icon-],[class*=" o-icon--"]{font-family:countthings!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" o-icon--"]:before{font-size:.9em}.o-icon{display:inline-block;vertical-align:middle;width:30px;height:30px;background-repeat:no-repeat;font-size:28px;color:#1a45c2}.o-icon--config:before{content:""}.o-icon--desktop:before{content:""}.o-icon--devices:before{content:""}.o-icon--downgrade:before{content:""}.o-icon--extend:before{content:""}.o-icon--login:before{content:""}.o-icon--login-history:before{content:""}.o-icon--logout:before{content:""}.o-icon--manage:before{content:""}.o-icon--menu:before{content:""}.o-icon--overview:before{content:""}.o-icon--pass:before{content:""}.o-icon--paypal:before{content:""}.o-icon--admins-ops:before{content:""}.o-icon--plans:before{content:""}.o-icon--purchase-plan:before{content:""}.o-icon--profile:before{content:""}.o-icon--select:before{content:""}.o-icon--signup:before{content:""}.o-icon--statistics:before{content:""}.o-icon--subscription:before{content:""}.o-icon--subscription-filters:before{content:""}.o-icon--support:before{content:""}.o-icon--tablet:before{content:""}.o-icon--template:before{content:""}.o-icon--templates:before{content:""}.o-icon--transactions:before{content:""}.o-icon--upgrade:before{content:""}@media only screen and (max-width:44.999em){.o-icon--upgrade:before{left:-15px;position:relative}}.o-icon--user-history:before{content:""}.o-icon--users:before{content:""}.o-icon--new:before{content:""}.o-icon--delete:before{content:""}.o-icon--close:before{content:"";font-size:24px}.o-icon--search:before{content:""}.o-icon--myaccount:before{content:""}.o-icon--location:before{content:""}.o-icon--office:before{content:""}.o-icon--alert:before{content:"";color:#f4a460}.o-icon--admin:before{content:"";color:#007aff}.o-icon--operator:before{content:"";color:#f4c02f}.o-icon--more{width:28px;height:28px}.o-icon--more:before{content:"";color:#bbb;font-size:28px}.o-icon--more:hover:before{color:#fff}@media only screen and (max-width:44.999em){.o-icon--more{margin-right:-10px}}@media only screen and (min-width:45em) and (max-width:59.999em){.o-icon--more{margin-right:5px}}@media only screen and (min-width:60em) and (max-width:74.999em){.o-icon--more{margin-right:0}}.o-icon--account-settings:before{content:""}.o-icon--app-settings:before{content:"";font-size:1.1em}.o-icon--assign:before{font-size:1em;font-weight:600;content:"✓"}.o-icon--home{padding:4px 4px 2px 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAA4ElEQVR4nO3SPUpDURDF8V8CsRHSBLS2iJ2NriBWuoVsImBj6xayB9dgpa0WuoEUsVKwVGKTIt7wYALXIr6XZ1DEHDjNnTP/uV/8N52F164GLpDCQzTXBd/CZYCn4RRrRe1b2sZVACc4QQ+vsXaDdl14B3cBesFhVjvAU9QesLsqfA+jAIzRLck8Yr8qvNjdczTeY6fklLfZKY/K4Md4i4brivebv9M7TpcF+9kPKdyqAF+olfVNg/VJA8yyUOFVlTJ/4LwsWHdArWBa4r83YKHNAD8yIH3xqFUyvzdgI7nmuWSKIOAVugYAAAAASUVORK5CYII=) no-repeat!important}.o-list-inline{list-style:none}.list-inline__item{display:inline-block}.o-multiselect button{overflow:hidden;width:450px;background-color:#fff;border:1px solid #ccc;display:flex;justify-content:space-between;align-items:center}.o-multiselect div{text-align:left}.o-multiselect .multiselect-options{border:1px solid #ccc;padding:10px;position:absolute;background-color:#fff;width:428px;z-index:1;max-height:200px;overflow:scroll}.o-multiselect .multiselect-options label{display:block;padding:2px}.o-multiselect .multiselect-options label span{margin-left:5px}.pagination{display:inline-block;padding-left:0;margin:20px 10px;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#999;border-color:#999;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.o-popmodal{position:fixed;z-index:2001;top:0;right:0;bottom:0;left:0;font-size:1rem}.o-popmodal.loading{z-index:1000}.o-popmodal .popmodal__overlay,.o-popmodal .popmodal__content{opacity:0;pointer-events:none}.o-popmodal .popmodal__content .fullwidth{width:100%!important}.o-popmodal .popmodal__content input[type=number]{display:inline-block;width:80px}.o-popmodal .popmodal__content .radio__wrapper{width:auto}.o-popmodal .popmodal__content-message{padding:15px}.o-popmodal.is-visible .popmodal__overlay,.o-popmodal.is-visible .popmodal__content{opacity:1;pointer-events:all}.o-popmodal .is-scrollable{overflow-y:scroll;height:600px;min-height:500px;min-width:300px;max-width:1200px}.popmodal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fffc;z-index:-1;-webkit-transition:all .15s linear;transition:all .15s linear}.popmodal__content{background-color:#fff;display:flex;flex-flow:column nowrap;z-index:1;-webkit-transition:all .2s linear;transition:all .2s linear;max-height:90%}@media only screen and (max-width:44.999em){.popmodal__content{margin:40px}}@media only screen and (min-width:45em){.popmodal__content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:1px solid #ccc;box-shadow:0 0 3px #0000001a;border-radius:5px}}.popmodal__header{flex-shrink:0;padding:10px;background-color:#f5f5f5;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:44.999em){.popmodal__title{font-size:1.19em;line-height:1.110798}}@media only screen and (min-width:45em) and (max-width:104.999em){.popmodal__title{font-size:1.12em;line-height:1.222}}@media only screen and (min-width:105em){.popmodal__title{font-size:1.4em;line-height:1.222}}.popmodal__close{border:0;background:none;padding:0;cursor:pointer}.popmodal__close .o-icon{width:auto;height:auto;font-size:20px;margin:5px 0 5px 5px;color:#999}.popmodal__close:hover .o-icon{color:#1a45c2}.popmodal__body{overflow:auto}.popmodal__body .vertical_content{display:flex;flex-direction:column}.popmodal__body .half{width:48%;float:left}.popmodal__footer{display:flex;justify-content:center;padding:10px}.popmodal__footer .o-button{min-width:100px;margin-left:10px}.o-select{position:relative;width:200px;background-color:transparent;border:1px solid;margin:0;padding:0;font-size:1em;overflow:hidden;display:inline-block;vertical-align:middle;border:1px solid #ccc;border-radius:0;background-color:#fff;color:#333}.o-select:hover .select__action{border-top-color:#000;-webkit-transition:border-top-color .25s linear;transition:border-top-color .25s linear}.o-select .select__object{width:calc(100% + 30px);height:100%;padding:5px;font-size:1em;background-color:transparent;border:0;-webkit-appearance:menulist;cursor:pointer}.o-select .select__object:hover{color:#000;background-color:#ccc;-webkit-transition:background-color .25s linear;transition:background-color .25s linear}.o-select .select__action{position:absolute;width:0;height:0;right:10px;background-color:transparent;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #1a45c2;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;pointer-events:none}.switch{position:relative;display:inline-block;width:30px;height:17px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:13px;width:13px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#1a45c2}input:focus+.slider{box-shadow:0 0 1px #1a45c2}input:checked+.slider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translate(13px)}.slider.round{border-radius:17px}.slider.round:before{border-radius:50%}.m-menu{position:relative;left:0;height:100%;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;border-right:1px solid #e0e0e0;z-index:2000}@media only screen and (max-width:59.999em){.m-menu{position:fixed;background-color:transparent;width:100%;border:0;z-index:1000}}@media only screen and (max-width:29.999em){.m-menu{width:100%}}.m-menu_mobile{position:absolute;width:100%;z-index:2000;margin-top:40px}.m-menu__header{margin:10px 5px 0 10px;font-size:.9rem;color:#333}@media only screen and (max-width:59.999em){.m-menu__header{margin:10px}}.menu__nav{flex-grow:1;overflow-y:auto}@media only screen and (max-width:59.999em){.menu__nav{display:none}}.menu__list{list-style:none;padding:0;margin:0 10px;display:flex;flex-direction:column;gap:.2rem;color:#777;font-size:.9rem}.menu-icon{opacity:.6;width:22px;height:22px;font-size:20px;color:#777}.menu__item .menu__link{display:flex;align-items:center;gap:.5rem;padding:5px 0;text-decoration:none;color:#777;border-left:10px solid transparent;font-size:.95rem}.menu__item .menu__link:hover,.menu__item .menu__link.active{border-radius:10px;background-color:#e6ecff;color:#2744c0}.menu__item .menu__link:hover .o-icon,.menu__item .menu__link.active .o-icon{color:#2744c0}.menu__item .menu__link.camelcase{text-transform:capitalize;text-decoration:none}.menu_link-account{color:#777}.menu_link-account:hover{cursor:pointer;color:#333}.menu_link-account:hover .o-icon{color:#333}.m-menu_logo{background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/assets/img/CT_blue_logo-rWIA8PTt.png);width:40px;height:45px}.menu_delimiter{margin:15px auto;border-bottom:2px solid #e8e8e8;width:95%}.menu__myaccount{position:relative}@media only screen and (max-width:59.999em){.menu__myaccount{display:flex;flex-flow:row nowrap;align-items:center;padding:20px 0 0 20px;justify-content:space-between}}@media only screen and (min-width:60em){.menu__myaccount{display:none}}.myaccount_mobile{z-index:2000;margin-bottom:60px;position:fixed}@media only screen and (min-width:60em){.myaccount_mobile{display:none}}.menu__chk{position:absolute;top:-9999px;left:-9999px;display:none}.menu__chk:checked+.menu__toggle{margin-top:0;opacity:1;pointer-events:all}.menu__toggle{position:absolute;top:100%;left:0;right:0;padding:10px;background-color:#fff;box-shadow:0 5px 5px #0000001a;-webkit-transition:all .15s linear;transition:all .15s linear;margin-top:-20px;opacity:0;pointer-events:none}.menu__subitem{display:flex;align-items:center;text-decoration:none;color:#777;font-size:.95em;gap:.75rem;padding:5px 10px}.menu__subitem:hover,.menu__subitem.active{border-radius:10px;background-color:#e6ecff;color:#2744c0}.menu__subitem:hover .o-icon,.menu__subitem.active .o-icon{color:#2744c0}@media only screen and (max-width:44.999em){.menu_top_home{margin-left:20px}}#ctHome{font-size:16px;z-index:2000}@media only screen and (min-width:60em) and (max-width:74.999em){#ctHome{font-size:14px}}@media only screen and (min-width:45em) and (max-width:59.999em){#ctHome{font-size:12px}}@media only screen and (max-width:44.999em){#ctHome{font-size:14px}}#menu_loggedInUser,#menu_loggedInUserMobile{font-size:12px}.gray{color:#777!important}.moderator-home{padding:20px;max-width:800px;margin:auto;color:#333}.moderator-info{border:1px solid #ddd;border-radius:20px;margin-bottom:20px}.moderator-info p{margin:5px 0}.moderator-info .account-selection{display:flex;align-items:center;margin:10px 0}.moderator-info .account-selection label{margin-right:10px}.moderator-info .account-selection select{width:90%;padding:10px;font-size:1em;border:1px solid #ddd;border-radius:5px}.moderator-info_box{border-radius:20px;box-sizing:border-box;background-color:#fff;padding:0}@media only screen and (max-width:44.999em){.moderator-info_box{margin:20px 2%}}@media only screen and (min-width:45em) and (max-width:74.999em){.moderator-info_box{margin:0 2%}}.moderator-subtitle{color:#5b5c5e;padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #eee;width:100%;text-align:left;font-weight:700}.moderator-license_options{display:grid;grid-template-columns:1fr;gap:10px}.moderator-license_options .btn{width:100%;padding:20px;font-size:1em;font-weight:600;border:0;text-align:left;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.moderator-license_options .btn.add_reset_license{background-color:#e7f4ff;color:#007bff}.moderator-license_options .btn.add_reset_license:hover{background-color:#d0e9ff}.moderator-license_options .btn.end_license{background-color:#ffe5e5;color:#dc3545}.moderator-license_options .btn.end_license:hover{background-color:#fcc}.moderator-license_options .btn.btn-paid-license{background-color:#e0f7e0;color:#28a745}.moderator-license_options .btn.btn-paid-license:hover{background-color:#c8f2c8}.moderator-license_options .btn.btn-reset-device{background-color:#f8d7da;color:#721c24}.moderator-license_options .btn.btn-reset-device:hover{background-color:#f1b0b7}.moderator-license_options .btn.btn-disabled{background-color:#f1f1f1;color:#b3b3b3;cursor:not-allowed}.moderator-license_options .btn.btn-disabled:hover{background-color:#f1f1f1;color:#b3b3b3}.moderator-license_options .description{font-weight:400;color:#666}.header_box{color:#5b5c5e;font-weight:600;text-align:left;border-right:1px solid #f2f2f2;background-color:#f2f2f2;border-top-left-radius:20px;border-top-right-radius:20px;padding:10px 20px}.content_box{padding:10px 20px;color:#5b5c5e}.moderator-generic_text{font-size:1em;margin-bottom:10px;text-align:left;font-weight:600}.delimiter{margin-top:10px;border-bottom:2px solid #f2f2f2}.bold{font-weight:600}
