.simple-loader{display:inline-block;width:15px;height:15px;border-radius:100%;border-width:2px;border-style:solid;border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);-webkit-animation:rotate 1.5s linear 0s infinite;animation:rotate 1.5s linear 0s infinite;color:#afafaf;vertical-align:middle}
.room-member{border-radius:5px;overflow:hidden;width:500px;height:250px}.room-member .video-wrapper{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#000;height:100%;width:100%}.room-member .video-wrapper .icon-wrapper{position:absolute;top:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;border-radius:50%;z-index:20}.room-member .video-wrapper .icon-wrapper.screen-share{right:10px;background-color:gray;color:#fff}.room-member .video-wrapper .icon-wrapper.mute{left:10px;color:#fff;background-color:rgba(0,0,0,0)}.room-member .video-wrapper .icon-wrapper .icon{font-size:2.5rem}.room-member .video-wrapper .mute-icon-wrapper{position:absolute;top:10px;left:10px}.room-member .video-wrapper .screen-share-animate{position:absolute;width:100%;height:100%;z-index:50;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-animation:ScreenShareAnimate;animation:ScreenShareAnimate;-webkit-animation-duration:1s;animation-duration:1s}.room-member .video-wrapper video{width:100%;height:100%;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-o-object-fit:contain;object-fit:contain}.fullscreen{width:-webkit-calc(100vw - 100px);width:calc(100vw - 100px);height:-webkit-calc(100vh - 200px);height:calc(100vh - 200px)}.fullscreen .room-member:first-child,.fullscreen .loading:first-child{position:absolute;width:300px;height:150px;left:30px;bottom:30px;z-index:2000}.fullscreen .room-member:first-child .icon-wrapper.mute,.fullscreen .loading:first-child .icon-wrapper.mute{display:none !important}.fullscreen .room-member:last-child:not(:first-child),.fullscreen .loading:last-child:not(:first-child){width:-webkit-calc(100vw - 100px);width:calc(100vw - 100px);height:-webkit-calc(100vh - 140px);height:calc(100vh - 140px)}@-webkit-keyframes ScreenShareAnimate{0%,100%{opacity:0}50%{opacity:1}}@keyframes ScreenShareAnimate{0%,100%{opacity:0}50%{opacity:1}}
.room{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.room :not(:last-child){margin:0 0 10px}.room .loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:500px;height:250px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:1.5rem;background-color:#000;color:#fff;border-radius:5px;-webkit-box-shadow:0 0 10px rgba(255,255,255,.3);box-shadow:0 0 10px rgba(255,255,255,.3)}.room.hide-self>:first-child,.room.hide-self .loading{display:none !important}.controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:50px}.controls>*{margin-left:10px}.controls>*:first-child{margin-left:0}
.preview-link{display:block;padding:5px;border:1px solid #ccc;color:#666;font-size:13px;background:#fff;position:relative;min-height:30px}.preview-link a{display:block;color:#666}.preview-link a:focus,.preview-link a:hover,.preview-link a:visited{outline:none;color:#666}.preview-link~.preview-link{margin-top:5px}.preview-link__image{width:70px;height:50px;overflow:hidden}.preview-link__image img{max-height:100%;max-width:100%;margin:0 auto;display:block}.preview-link__content{overflow:hidden;padding-left:5px}.preview-link__icon{position:absolute;top:5px;right:5px;color:#666;font-size:15px}.preview-link__title{font-weight:bold;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:100%;width:100%;padding-right:20px}.preview-link__description{margin-top:5px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:100%;width:100%}.preview-link__loader{width:30px;height:30px;background:url("/common/img/spinner_black.svg") no-repeat;background-size:100% 100%;margin:10px auto}
.chat-component{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.chat-component__left{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;border-right:1px solid #e8e8e8;max-width:25%;overflow:auto}.chat-component__left-loader{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.2);min-height:60px}.chat-component__left .simple-search-component{-webkit-box-flex:1;-webkit-flex:1 1 100px;-ms-flex:1 1 100px;flex:1 1 100px}.chat-component__left .chat-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;margin-left:-4px;margin-top:-5px;padding-right:5px;margin-bottom:2px}.chat-component__left .chat-buttons>*{margin:5px 4px}.chat-component__left .chat-buttons>*.btn~.btn{margin-left:4px}.chat-component__left .chat-buttons>*:last-child{margin-right:2px}.chat-component__left .chat-buttons .disabled-icon{position:absolute;top:-webkit-calc(50% + 6px);top:calc(50% + 6px);left:-webkit-calc(50% + 8px);left:calc(50% + 8px);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#ccc}.chat-component__right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;position:relative;padding-top:40px;max-width:75%}.chat-component__right__with-form{padding-bottom:0}.chat-component .chat-component__right__with-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:0}.chat-component .chat-component-list-content{height:1px;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.chat-component .chat-form-component{position:static;padding:7px 10px 4px}.chat-component .chat-messages-error{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.chat-component .chat-messages-error .error-message{max-width:80%;padding:0 10px;text-align:center}.chat-component__not-found{font-size:16px;text-align:center;font-style:italic;padding:10px}.chat-component__actions{float:right}.chat-component__actions .fa{border-radius:50%;height:30px;width:30px;line-height:30px;text-align:center;color:#fff;cursor:pointer}.chat-component__actions .fa~.fa{margin-left:5px}.chat-component__actions-add{background:#1890ff}.chat-component__actions-remove{background:#e74c3c}.chat-component__headline{height:40px;background:#f1f1f1;position:absolute;top:0;left:0;width:100%;padding:5px 10px;border-bottom:1px solid #e8e8e8}.chat-component__headline .disabled-icon{position:absolute;top:-webkit-calc(50% + 6px);top:calc(50% + 6px);left:-webkit-calc(50% + 8px);left:calc(50% + 8px);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#ccc}.chat-component__headline__name{float:left;font-weight:bold;line-height:30px;overflow:hidden;padding-right:10px}.chat-component__headline__name~.btn{margin-left:10px}.chat-component__headline__count{margin-left:10px;cursor:pointer;background:#fafafa;font-weight:normal;font-size:12px}.chat-component__mobile .chat-component__headline{position:static;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;height:unset}.chat-component__mobile .chat-component__headline .btn{margin-bottom:5px}.chat-component__mobile .chat-component__headline .chat-component__headline__count{margin:0 0 9px}.chat-component__mobile .chat-component__headline .chat-component__headline__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;line-height:1.5}.chat-component__mobile .chat-component__left{display:none}.chat-component__mobile .chat-message-list-component__item{margin-left:40px}.chat-component__mobile .chat-message-list-component__item .chat-message-list-component__viewers{display:block;width:100%;text-align:end}.chat-component__mobile .chat-message-list-component__item .chat-message-list-component__viewers>*{display:inline-block}.chat-component__mobile .chat-message-list-component__item-actions{margin-bottom:-5px}.chat-component__mobile .chat-message-list-component__item-actions>*{margin-bottom:5px}.chat-component__mobile .chat-component__right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;padding-top:0}.chat-component__mobile .chat-message-list-component__item-avatar{left:-46px;width:34px;height:34px}.chat-component__mobile .chat-message-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:unset;gap:8px 0}.chat-component__mobile .chat-form-component>.chat-uploaded-files{gap:5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.chat-component__mobile .chat-form-component>.chat-uploaded-files .chat-uploaded-files{min-height:unset}.chat-component__mobile .chat-message-list-component__item .chat-message-reactions .btn-chat-message-reaction{opacity:1}.chat-component__mobile.chat-component__chats .chat-component__left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%}.chat-component__mobile.chat-component__chats .chat-component__right{display:none}.emoji-mart{max-width:80vw}.popover-chat-message-reaction .emoji-mart{max-width:85vw}@media(max-width: 768px){.popover-chat-message-reaction .emoji-mart-bar{display:none}.popover-chat-message-reaction .emoji-mart{max-width:55vw}}body .ant-notification-notice-icon .chat-message-list-component__item-avatar{left:0}button.video-button{outline:none;position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;cursor:pointer;-webkit-transition:all .2 scubic-bezier(0.645, 0.045, 0.355, 1);-o-transition:all .2 scubic-bezier(0.645, 0.045, 0.355, 1);transition:all .2 scubic-bezier(0.645, 0.045, 0.355, 1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;line-height:1.5714285714;font-size:14px;height:32px;padding:4px 15px;border-radius:6px;background-color:#fff;border-color:#d9d9d9;color:rgba(0,0,0,.88);-webkit-box-shadow:0 2px 0 rgba(0,0,0,.02);box-shadow:0 2px 0 rgba(0,0,0,.02)}button.video-button.btn-circle{min-width:32px;-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;border-radius:50%}.chat-list{padding:0;margin:0;height:100%;overflow:auto}.chat-list__item{display:block;padding:10px;border-bottom:1px solid #e8e8e8;overflow:hidden;cursor:pointer;position:relative}.chat-list__item_active{cursor:default;background:#f1f1f1;color:#fff}.chat-list__item-name{font-weight:bold;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.chat-list__item-avatar-multiple{width:50px;height:50px;float:left}.chat-list__item-content{margin-left:60px}.chat-list__item-content__padding{padding-right:20px}.chat-list__item-content .logo-loader{width:25px !important;height:25px !important}.chat-list__item-content .logo-loader .first{stroke-dashoffset:-20}.chat-list__item-content .logo-loader .second{r:26%;stroke-dashoffset:-10 !important}.chat-list__item-last-message{font-size:12px;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-top:3px;height:18px;white-space:nowrap}.chat-list__item-last-message__email{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:3px 5px;background-color:#f0f8ff;gap:8px}.chat-list__item-last-message__email .fa{color:#1e90ff}.chat-list__item-last-message .emoji-icon{font-size:12px}.chat-list__item-last-message .emoji-icon>span,.chat-list__item-last-message .emoji-with-text>span{margin:-2px 4px 0;width:16px !important;height:16px !important}.chat-list__item-last-message .emoji-with-text{font-size:12px}.chat-list__item-last-message .chat-file-tag-image{margin:0 2px;border-radius:2px;height:16px !important;max-width:100px;-o-object-fit:contain;object-fit:contain}.chat-list__item-last-message .chat-file-tag-image__bordered{-webkit-box-shadow:inset 0 0 0 1px #999;box-shadow:inset 0 0 0 1px #999}.chat-list__item-count{position:absolute;width:20px;height:20px;background:#bfbfbf;border-radius:50%;color:#fff;right:5px;top:50%;margin-top:-10px;text-align:center;line-height:20px;font-size:11px;font-weight:bold}.chat-list__item-avatar{border-radius:50%;height:50px;width:50px;background-size:cover;background-repeat:no-repeat;float:left;margin-right:10px}.chat-list__item-avatar_min{width:24px;height:24px;margin-right:0;margin-bottom:2px}.chat-list__item-avatar_min:nth-child(even){margin-left:2px}.chat-component-list-content{position:relative;height:1px;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;margin:0;width:100%;z-index:1}.giphy-button span,.giphy-button,.tenor-button,.tenor-button span{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.giphy-button span svg,.giphy-button svg,.tenor-button svg,.tenor-button span svg{width:15px}.tenor-button svg,.tenor-button span svg{width:20px;height:20px}.tenor-button.btn-sm{padding:5px 8px}.chat-message-list-component .giphy-message__powered,.form-reply-message .giphy-message__powered{position:absolute;top:5px;left:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:4px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;background:#3f3f3f;border-radius:5px}.chat-message-list-component .giphy-message__powered svg,.form-reply-message .giphy-message__powered svg{height:18px}.chat-message-list-component{margin:0;height:100%;padding:10px;overflow:auto;width:100%}.chat-message-list-component__loading,.chat-message-list-component__error{height:100%}.chat-message-list-component__loading{position:absolute;top:0;left:0;bottom:0;right:0;background:#fff;z-index:100}.chat-message-list-component .giphy-message,.chat-message-list-component .giphy-message__loader,.chat-message-list-component .tenor-message__loader{padding-top:var(--padding-top);background:#eee;border-radius:4px;max-width:100%}.chat-message-list-component .giphy-message__wrapper,.chat-message-list-component .giphy-message__loader__wrapper,.chat-message-list-component .tenor-message__loader__wrapper{position:relative;width:400px;max-width:100%}.chat-message-list-component .giphy-message__content,.chat-message-list-component .giphy-message__loader__content,.chat-message-list-component .tenor-message__loader__content{position:absolute;top:0;right:0;cursor:pointer}.chat-message-list-component__item{display:block;border-radius:5px;border:1px solid #f3f7ff;margin-left:50px;position:relative;margin-top:30px}.chat-message-list-component__item.chat-message-list-component__item_light,.chat-message-list-component__item.chat-message-list-component__item_light.chat-message-list-component__item_you{background-color:#deccf3}.chat-message-list-component__item.chat-message-list-component__item_light.chat-message-list-component__item_unviewed::before,.chat-message-list-component__item.chat-message-list-component__item_light.chat-message-list-component__item_you.chat-message-list-component__item_unviewed::before{z-index:-1}.chat-message-list-component__item:first-child{margin-top:20px}.chat-message-list-component__item .chat-uploaded-files,.chat-message-list-component__item .chat-uploaded-files a{max-width:100%}.chat-message-list-component__item .chat-uploaded-files a{display:block}.chat-message-list-component__item .chat-file-tag{max-width:100%}.chat-message-list-component__item .chat-file-tag>div,.chat-message-list-component__item .chat-file-tag>div>div{max-width:100%}.chat-message-list-component__item .chat-file-tag .chat-file-tag_name{display:inline-block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:-webkit-calc(100% - 50px);max-width:calc(100% - 50px);vertical-align:bottom}.chat-message-list-component__item .chat-message-list-component__viewers{position:relative;z-index:2;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;float:right;padding:.5rem 1rem 0 0}.chat-message-list-component__item .chat-message-list-component__viewers .avatar-container{border:1px solid #888}.chat-message-list-component__item .message__sticker .message__sticker__image-wrapper{min-height:40px;width:250px;max-width:100%}.chat-message-list-component__item .message__sticker .message__sticker__image-wrapper .message__sticker__image{position:relative;padding-top:100%;overflow:hidden}.chat-message-list-component__item .message__sticker .message__sticker__image-wrapper .message__sticker__image img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;-o-object-fit:contain;object-fit:contain}.chat-message-list-component__item .message__sticker .message__sticker-with-expand{cursor:pointer}.chat-message-list-component__item_inner{position:relative;z-index:1;padding:10px 10px 20px}.chat-message-list-component__item_inner .emoji-icon,.chat-message-list-component__item_inner .emoji-with-text{display:inline-block;line-height:1em}.chat-message-list-component__item_inner .emoji-icon>span,.chat-message-list-component__item_inner .emoji-with-text>span{vertical-align:middle}.chat-message-list-component__item_inner .emoji-icon{font-size:30px}.chat-message-list-component__item_inner .emoji-with-text{font-size:24px}.chat-message-list-component__item_inner>.loading-component .logo-loader{width:36px !important;height:36px !important}.chat-message-list-component__item_inner>.loading-component .logo-loader .second{r:32%;stroke-dashoffset:-17 !important}.chat-message-list-component__item .popover-chat-message-reaction .ant-popover-inner{padding:7px}.chat-message-list-component__item .popover-chat-message-reaction .ant-popover-inner .emoji-mart-scroll{padding:0 5px 6px}.chat-message-list-component__item .popover-chat-message-reaction .ant-popover-inner .emoji-mart-anchor{padding:10px 4px}.chat-message-list-component__item .chat-message-reactions{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;bottom:-10px;left:10px}.chat-message-list-component__item .chat-message-reactions .chat-message-reaction{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border:1px solid rgba(0,0,0,0);border-radius:50px;padding:2px;background-color:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);z-index:20;-webkit-transition:-webkit-transform 200ms ease-in-out;transition:-webkit-transform 200ms ease-in-out;-o-transition:transform 200ms ease-in-out;transition:transform 200ms ease-in-out;transition:transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out}.chat-message-list-component__item .chat-message-reactions .chat-message-reaction>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.chat-message-list-component__item .chat-message-reactions .chat-message-reaction .ant-badge{margin-left:4px}.chat-message-list-component__item .chat-message-reactions .chat-message-reaction-animation-item{position:absolute;width:22px;height:22px;top:-webkit-calc(50% - 11px);top:calc(50% - 11px);left:3px;-webkit-transition-duration:.8s;-o-transition-duration:.8s;transition-duration:.8s;z-index:2}.chat-message-list-component__item .chat-message-reactions .chat-message-reaction-wrapper{position:relative;display:inline-block;margin-right:5px;z-index:20}.chat-message-list-component__item .chat-message-reactions .chat-message-reaction:not(.disabled){background-color:#d2dce6}.chat-message-list-component__item .chat-message-reactions .chat-message-reaction:not(.disabled):hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.chat-message-list-component__item .chat-message-reactions .btn-chat-message-reaction{opacity:0;border:1px solid rgba(0,0,0,0);border-radius:50%;background-color:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);z-index:20}.chat-message-list-component__item:hover .chat-message-reactions .btn-chat-message-reaction{opacity:1}.chat-message-list-component__item-content{word-break:break-word}.chat-message-list-component__item-content~.chat-uploaded-files{margin-top:10px}.chat-message-list-component__item-call-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1rem;border-radius:.5rem;background-color:#aacafa;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.chat-message-list-component__item-call-button~.chat-message-list-component__item-call-button{margin-left:10px}.chat-message-list-component__item-avatar{border:2px solid #e4e9ee;left:-50px;top:0;background-size:cover;border-radius:50%;position:absolute;width:40px;height:40px}.chat-message-list-component__item-time,.chat-message-list-component__item-author{position:absolute;right:5px;bottom:100%;padding-bottom:1px;font-size:11px;color:#9a9c9f}.chat-message-list-component__item-actions{position:relative;margin-top:-15px;padding:0 3px 3px;z-index:2}.chat-message-list-component__item-actions::after{content:"";display:inline-block;height:10px;width:1px;vertical-align:bottom}.chat-message-list-component__item-actions .message-action{padding:3px 6px;line-height:12px}.chat-message-list-component__item-actions .message-action.isLoading::before{margin:-8px 0 0 -8px;width:16px;height:16px}@media(pointer: fine){.chat-message-list-component__item .chat-message-list-component__item-actions-hover>:not(.chat-message-reactions){-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;opacity:0}.chat-message-list-component__item:hover .chat-message-list-component__item-actions-hover>:not(.chat-message-reactions){opacity:1}}.chat-message-list-component__item.chat-message-list-component__item_edit{background:#dbe5f1}.chat-message-list-component__item.chat-message-list-component__item_edit .chat-message-list-component__item-actions{opacity:1}.chat-message-list-component__item-author{left:5px;right:0}.chat-message-list-component__item_you{background:#ebf0f6}.chat-message-list-component__item-viewed{position:absolute;right:5px;bottom:5px;color:#35aa47;font-size:11px}.chat-message-list-component__item.chat-message-list-component__item_unviewed>*{z-index:1}.chat-message-list-component__item.chat-message-list-component__item_unviewed::before{content:"";position:absolute;left:-60px;top:-17px;bottom:-15px;right:-10px;z-index:0;border-radius:2px;background:rgba(37,103,219,.1)}.chat-message-list-component__item.chat-message-list-component__item_unviewed:nth-last-child(2)::before{bottom:-12px}.chat-form-component{position:static;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;padding:5px 10px;background:#f1f1f1;border-top:1px solid #e8e8e8}.chat-form-component__control-container{margin-bottom:5px}.chat-form-component .chat-uploaded-files .chat-uploaded-files{min-height:32px;max-width:100%}.chat-form-component .chat-uploaded-files .chat-uploaded-files .chat-file-tag_name{display:inline-block;vertical-align:bottom;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:380px}.chat-form-component .chat-uploaded-files .chat-message-flex .btn{height:32px}.chat-form-component .form-reply-message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:5px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.chat-form-component .form-reply-message .form-reply-message__content{position:relative;padding:4px;background:#fff;border-radius:5px;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-height:150px;overflow:auto}.chat-form-component .form-reply-message .form-reply-message__content::-webkit-scrollbar{width:12px}.chat-form-component .form-reply-message .form-reply-message__content::-webkit-scrollbar-track{background:#fff}.chat-form-component .form-reply-message .form-reply-message__content::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:20px;border:2px solid #fff}.chat-form-component .chat-form-file-tag-image{margin:-3px 5px;height:24px;max-width:100px;-o-object-fit:cover;object-fit:cover}.chat-form-component .ant-mentions.form-control{padding:0;height:auto}.chat-form-component textarea{resize:none;min-height:60px;max-height:250px;padding:5px;font-size:14px;line-height:1.2em}.chat-form-component .wavesurfer-container{height:40px;margin-top:-4px;margin-bottom:-4px}.chat-form-component .chat-audio-tag,.chat-form-component .chat-video-tag{padding:1px}.chat-form-component .chat-video-tag{background:#ebf0f6}.chat-form-component .chat-message-item{margin-left:10px}.chat-form-component .chat-message-item.btn:not(.btn-primary){border-radius:7px}.chat-form-component .chat-message-flex .ant-btn-primary{margin-right:0}.chat-form-component .ant-tag button{height:26px;padding:0}.chat-form-component .ant-tag .wavesurfer-container{height:30px;margin-top:-2px;margin-bottom:-2px}.chat-form-component .ant-tag .wavesurfer-container>:first-child{height:30px !important}.add-user-to-chat .ant-select{display:block}.chat-message-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:35px}.chat-uploaded-files{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.chat-uploaded-files>button{border:none;background:none;padding:0}.chat-uploaded-files>a{display:inline-block;max-width:100%}.chat-uploaded-files .chat-file-tag{max-width:100%}.chat-uploaded-files .chat-file-tag .chat-file-tag_name{max-width:-webkit-calc(100% - 50px);max-width:calc(100% - 50px);width:1px;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;vertical-align:bottom;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;min-width:100px}.chat-uploaded-files .chat-file-tag .chat-file-tag_name__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.chat-uploaded-files .chat-file-tag .chat-file-tag_name__wrapper .fa{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.chat-uploaded-files .chat-file-tag .chat-file-tag-image{height:120px}.chat-uploaded-files .chat-uploaded-files__more{display:none}.ant-notification .chat-file-tag .chat-file-tag-image{height:120px}.ant-notification .chat-uploaded-files>a,.ant-notification .chat-uploaded-files .chat-file-tag{width:100%}.ant-notification .chat-uploaded-files>:nth-child(n+3){display:none}.ant-notification .chat-uploaded-files>:nth-child(n+3)+.chat-uploaded-files__more{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:3px 6px;border:1px solid #d9d9d9;border-radius:4px;background:rgba(0,0,0,.02);margin-left:auto}.chat-file-tag{font-size:13px;margin:3px;padding:5px;cursor:pointer}.chat-file-tag .chat-file-tag-image{height:200px;max-width:100%;-o-object-fit:contain;object-fit:contain}.chat-file-tag:first-child{margin-left:0}.chat-file-tag .ant-tag-close-icon{line-height:16px}.chat-file-tag .ant-tag-close-icon .fa.fa-times{margin-right:5px;font-size:16px;color:rgba(0,0,0,.85);vertical-align:text-bottom}.chat-file-tag .ant-tag-close-icon .fa.fa-times::before{vertical-align:text-top}.chat-message-item{margin-left:15px}.chat-message-item-ptr{cursor:pointer}.chat-message-item.chat-message-item__label{font-size:10px;white-space:nowrap}.user-avatar-mention{float:left;margin-right:5px;width:30px;height:30px}.user-avatar-mention .chat-message-list-component__item-avatar{position:static;width:100%;height:100%}.mention-text{line-height:30px}.chat-modal{z-index:1000;border-radius:5px;padding:20px 10px 10px;-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.2),2px 2px 10px rgba(0,0,0,.2);box-shadow:2px 2px 5px rgba(0,0,0,.2),2px 2px 10px rgba(0,0,0,.2);background:#fff}.chat-modal:not(.chat-modal__full) .emoji-mart-scroll{height:180px}.chat-modal:not(.chat-modal__full) .emoji-mart-bar:last-child{display:none}.chat-modal:not(.chat-modal__full) .popover-chat-message-reaction .ant-popover-inner{padding:6px 8px}.chat-modal.chat-modal__full{position:fixed;top:5px !important;left:5px !important;width:-webkit-calc(100% - 10px) !important;width:calc(100% - 10px) !important;height:-webkit-calc(100% - 10px) !important;height:calc(100% - 10px) !important;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.chat-modal.chat-modal__full .chat-form-component textarea{max-height:250px}.chat-modal.chat-modal__full .chat-modal__inner{height:100%}.chat-modal.chat-modal__full .chats-page{height:100%}.chat-modal.chat-modal__full .chat-component{width:100%;height:100%}.chat-modal.chat-modal__full .emoji-mart-scroll{height:250px}.chat-modal .chat-modal__close,.chat-modal .chat-modal__full-mode{position:absolute;top:-2px;right:0;font-size:16px;background:rgba(0,0,0,0);border:none}.chat-modal .chat-modal__full-mode{right:25px}.chat-modal .chat-modal__full-mode .fa-window-minimize{position:relative;top:-2px}.chat-modal .video-message-recorder video{width:350px;height:350px}.chat-modal .wavesurfer-container{width:120px !important}.chat-modal .wavesurfer-container canvas{width:120px !important}.chat-modal .chat-component-list-content{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;height:1px}.chat-modal .chat-component__right__with-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:0;padding-top:0}.chat-modal .chat-component__right__with-form .chat-form-component{position:static;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.chat-modal .chat-component__right__with-form .chat-form-component .chat-uploaded-files{max-width:100%}.chat-modal .chat-component__right__with-form .chat-form-component .chat-uploaded-files .chat-file-tag{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;max-width:100%}.chat-modal .chat-component__right__with-form .chat-form-component .chat-uploaded-files .chat-file-tag .chat-file-tag_name{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:380px}.chat-modal .chat-component__right__with-form .chat-form-component .chat-uploaded-files .chat-file-tag .ant-tag-close-icon{margin-left:auto;padding-left:3px}.chat-modal .chat-component__right__with-form>.chat-uploaded-files{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.chat-modal .chat-component__right__with-form>.chat-uploaded-files .chat-uploaded-files{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.chat-modal .chat-component__headline{position:static;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:unset}.chat-modal .chat-form-component>.chat-uploaded-files{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.chat-modal .chat-form-component>.chat-uploaded-files .chat-uploaded-files{width:auto}.chat-modal .chat-form-component textarea{max-height:200px}.chat-modal .chat-form-component .chat-message-flex{margin-left:auto}.chat-modal .chat-component__headline__name{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:-webkit-calc(100% - 300px);max-width:calc(100% - 300px)}.chat-modal .chats-page{height:-webkit-calc(60vh - 80px);height:calc(60vh - 80px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.chat-modal .chat-list__item-name{white-space:nowrap}.chat-modal .chat-component{padding:0;background:rgba(0,0,0,0);width:max(40vw,800px);height:-webkit-calc(60vh - 80px);height:calc(60vh - 80px)}.chat-modal .chat-component__left{-webkit-box-flex:0;-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.chat-modal .chat-component__right{-webkit-box-flex:0;-webkit-flex:0 0 70%;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.chat-message-btn{padding:3px 6px;line-height:12px}.chat-message-btn.isLoading.button-component::before{width:16px;height:16px;margin-top:-8px}.chat-message-btn.isLoading~div .voice_message__text{font-size:0;margin:0;opacity:0;padding:0;-webkit-transition:opacity .25s,font-size .5s .25s,margin .5s .25s,padding .5s .25s;-o-transition:opacity .25s,font-size .5s .25s,margin .5s .25s,padding .5s .25s;transition:opacity .25s,font-size .5s .25s,margin .5s .25s,padding .5s .25s}.chat-message-btn:not(.isLoading)~div .voice_message__text{-webkit-transition:font-size .25s,margin .25s,padding .25s,opacity .5s .25s;-o-transition:font-size .25s,margin .25s,padding .25s,opacity .5s .25s;transition:font-size .25s,margin .25s,padding .25s,opacity .5s .25s}
.video-chat-modal{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:absolute;z-index:1051;padding:1rem;border-radius:10px;background-color:#fff;-webkit-box-shadow:0 0 20px 5px rgba(0,0,0,.2);box-shadow:0 0 20px 5px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-chat-modal .video-chat-main .controls{margin-top:auto;padding-top:10px}.video-chat-modal .video-chat-main .controls .btn .fa{vertical-align:middle}.video-chat-modal .video-chat-main .controls>*{width:45px;height:45px;border-radius:50%;cursor:pointer;font-size:1.5rem}.video-chat-modal_visible{visibility:visible;opacity:1}.video-chat-modal_hidden{visibility:hidden;opacity:0}.video-chat-modal .fullscreen .room-member:first-child,.video-chat-modal .fullscreen .loading:first-child{left:0;bottom:-70px}@media(max-width: 768px){.video-chat-modal .fullscreen .room-member:first-child,.video-chat-modal .fullscreen .loading:first-child{left:30px;bottom:30px}}.video-chat-modal.video-chat-modal__fullscreen{right:30px !important;bottom:30px !important;top:30px !important;left:30px !important;width:-webkit-calc(100vw - 60px);width:calc(100vw - 60px);height:unset !important;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.video-chat-modal.video-chat-modal__fullscreen .room-member:last-child{width:100%;height:-webkit-calc(100vh - 215px);height:calc(100vh - 215px)}.video-chat-modal.video-chat-modal__fullscreen .video-chat-modal__inner{height:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.video-chat-modal.video-chat-modal__fullscreen .video-chat-modal__messages-chat{height:unset}.video-chat-modal.video-chat-modal__fullscreen .video-chat-modal__messages-chat .chat-component-list-content{height:unset;max-height:-webkit-calc(100vh - 2rem - 120px);max-height:calc(100vh - 2rem - 120px)}.video-chat-modal.video-chat-modal__min{right:30px !important;bottom:30px !important;top:unset !important;left:unset !important;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;width:-webkit-fit-content !important;width:-moz-fit-content !important;width:fit-content !important}.video-chat-modal.video-chat-modal__min .video-chat-modal__messages-chat{display:none}.video-chat-modal.video-chat-modal__min .video-chat-modal__inner{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.video-chat-modal.video-chat-modal__min .video-chat-modal__inner .video-chat-header{margin-bottom:0}.video-chat-modal.video-chat-modal__min .video-chat-modal__inner .video-chat-header .video-chat-header__left span{width:150px}.video-chat-modal.video-chat-modal__min .video-chat-main>*:not(.controls){display:none !important}.video-chat-modal.video-chat-modal__min .video-chat-main .controls{margin:0;padding-top:0}.video-chat-modal.video-chat-modal__min .video-chat-main .controls .btn:not([title=Leave]):not(.minimize-button){display:none !important}.video-chat-modal__messages{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.video-chat-modal__messages .video-chat-main .controls{margin-bottom:10px}.video-chat-modal__messages .fullscreen{width:-webkit-calc(100vw - 400px);width:calc(100vw - 400px)}.video-chat-modal__messages .fullscreen .room-member:last-child,.video-chat-modal__messages .fullscreen .loading:last-child{width:-webkit-calc(100vw - 400px);width:calc(100vw - 400px)}.video-chat-modal__messages-chat{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:300px;width:300px;margin-left:10px;border-left:1px solid #eee;min-height:300px}.video-chat-modal__messages-chat .chat-message-list-component__item-actions{margin-top:-20px}.video-chat-modal__messages-chat .chat-message-list-component__item-actions .message-action{display:none}.video-chat-modal__messages-chat .chat-component-list-content{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;height:1px}.video-chat-modal__messages-chat .chat-message-list-component::-webkit-scrollbar{width:12px}.video-chat-modal__messages-chat .chat-message-list-component::-webkit-scrollbar-track{background:#eee}.video-chat-modal__messages-chat .chat-message-list-component::-webkit-scrollbar-thumb{background-color:#a0a0a0;border-radius:20px;border:2px solid #eee}.video-chat-modal__messages-chat .chat-form-component{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;position:static;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:0 0 10px 0}.video-chat-modal__messages-chat .chat-form-component textarea{height:30px}.video-chat-modal__messages-chat .chat-form-component .chat-form-component__control-container{margin:2px 0 -5px}.video-chat-modal__messages-chat .chat-form-component>:first-child{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.video-chat-modal__messages-chat .chat-form-component .chat-uploaded-files{-webkit-box-flex:0;-webkit-flex:0 0 min-content;-ms-flex:0 0 min-content;flex:0 0 min-content}.video-chat-modal__messages-chat .chat-form-component .chat-message-flex{position:relative}.video-chat-modal__messages-chat .chat-form-component .ant-popover-content{min-width:246px}.video-chat-modal__messages-chat .chat-form-component .ant-popover-inner-content{margin-bottom:-5px;width:225px}.video-chat-modal__messages-chat .chat-form-component .ant-popover-inner-content .chat-message-item{margin-bottom:5px}.video-chat-modal__messages-chat .chat-form-component .ant-popover-inner-content>:first-child{margin-left:0}.video-chat-modal__messages-chat .chat-form-component .ant-popover-inner-content .video-message-button,.video-chat-modal__messages-chat .chat-form-component .ant-popover-inner-content .voice-message-record-btn{display:none}.video-chat-modal .video-chat-modal__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.video-chat-modal .video-chat-modal__inner .video-chat-main,.video-chat-modal .video-chat-modal__inner .video-chat-main>div:not(.controls){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.video-chat-modal .video-chat-modal__inner .video-chat-main .room:not(.hide-self),.video-chat-modal .video-chat-modal__inner .video-chat-main>div:not(.controls) .room:not(.hide-self){min-height:200px}.video-chat-modal .video-chat-modal__inner .video-chat-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.video-chat-modal .video-chat-modal__inner .video-chat-header .video-chat-header__right .btn-video-chat-close{border:2px solid #666;border-radius:4px;background:rgba(0,0,0,0)}.video-chat-modal .video-chat-modal__inner .video-chat-header .video-chat-header__left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.video-chat-modal .video-chat-modal__inner .video-chat-header .video-chat-header__left span{width:400px;font-size:1.2rem;font-weight:600}.video-chat-modal .video-chat-modal__inner .video-chat-header .video-chat-header__left img{width:50px;height:50px;border:1px solid rgba(100,100,100,.2);border-radius:50%;margin-right:10px;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.1);box-shadow:0 3px 3px rgba(0,0,0,.1)}
.error-component{padding:10px;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.error-component .fa{font-size:40px;margin-bottom:20px}.error-component__content{background:#e74c3c;padding:20px;color:#fff;font-size:20px;max-width:330px;width:100%;text-align:center}
.video-chat-glider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;position:fixed;bottom:30px;padding:15px 10px;border:1px solid #fff;border-radius:10px;background-color:#fafafa;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.1);z-index:100;gap:20px}.video-chat-glider.visible{right:25px}.video-chat-glider.hidden{right:-300px}.video-chat-glider.show-anim{-webkit-animation:glideShowAnimation;animation:glideShowAnimation;-webkit-animation-duration:1s;animation-duration:1s}.video-chat-glider.hide-anim{-webkit-animation:glideHideAnimation;animation:glideHideAnimation;-webkit-animation-duration:1s;animation-duration:1s}.video-chat-glider .info{text-align:center;padding:5px 8px;min-width:150px;max-width:250px;overflow-x:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;border-radius:10px;background-color:#fafafa;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1),0 5px 10px rgba(0,0,0,.1),inset 0 10px rgba(255,255,255,.5);box-shadow:0 0 10px rgba(0,0,0,.1),0 5px 10px rgba(0,0,0,.1),inset 0 10px rgba(255,255,255,.5)}.video-chat-glider .avatar-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;width:100px;height:100px;border:3px solid #fff;border-radius:50%;overflow:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);font-size:35px}.video-chat-glider .avatar-wrapper .avatar-img{width:100%;height:100%}.video-chat-glider .video-chat-glider-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.video-chat-glider .video-chat-glider-controls .video-glider-btn{width:45px;height:45px;border:3px solid #fff;border-radius:50%;outline:none;color:#fff;font-size:1.5rem;z-index:10}.video-chat-glider .video-chat-glider-controls .video-glider-btn.answer{background-color:#32cd32;-webkit-box-shadow:-3px 3px 5px rgba(0,0,0,.1);box-shadow:-3px 3px 5px rgba(0,0,0,.1)}.video-chat-glider .video-chat-glider-controls .video-glider-btn.cancel{background-color:red;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.1);box-shadow:3px 3px 5px rgba(0,0,0,.1)}@-webkit-keyframes glideShowAnimation{0%{right:-300px}50%{right:40px}100%{right:25px}}@keyframes glideShowAnimation{0%{right:-300px}50%{right:40px}100%{right:25px}}@-webkit-keyframes glideHideAnimation{0%{right:25px}50%{right:40px}100%{right:-300px}}@keyframes glideHideAnimation{0%{right:25px}50%{right:40px}100%{right:-300px}}
.ant-notification .ant-notification-bottomRight{bottom:10px;right:10px}.ant-notification .ant-notification-notice-wrapper .notification-glider,.notification-glider{width:100%;min-width:300px;border-top-left-radius:50px;border-bottom-left-radius:50px;padding:15px 20px}.ant-notification .ant-notification-notice-wrapper .notification-glider .ant-notification-notice-with-icon .ant-notification-notice-icon,.notification-glider .ant-notification-notice-with-icon .ant-notification-notice-icon{width:50px;height:50px;left:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ant-notification .ant-notification-notice-wrapper .notification-glider .ant-notification-notice-with-icon .ant-notification-notice-message,.notification-glider .ant-notification-notice-with-icon .ant-notification-notice-message{margin-left:60px;margin-right:10px}.ant-notification .ant-notification-notice-wrapper .notification-glider .ant-notification-notice-with-icon .ant-notification-notice-description,.notification-glider .ant-notification-notice-with-icon .ant-notification-notice-description{margin-left:60px}.ant-notification .ant-notification-notice-wrapper .notification-glider .ant-notification-notice-close,.notification-glider .ant-notification-notice-close{top:10px;right:10px}
.colorbox__wrapper{z-index:1080}.avatar-component__download{position:absolute;bottom:-10px;right:-10px;border-radius:50%;padding:2px 4px 3px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all;z-index:5;background:#eaeff3;color:#484848;font-size:20px;text-align:center;cursor:pointer;line-height:1}@media(pointer: fine){.avatar-component__download{opacity:0}}.ant-modal-footer .avatar-component__download{position:static;display:inline-block;margin-right:10px;vertical-align:middle;opacity:1}.hide-colorbox-image{visibility:hidden;opacity:0}.colorbox__loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:rgba(240,240,240,.7);padding:10px;border-radius:5px}.colorbox .ant-modal-close{top:4px;inset-inline-end:4px}@media(pointer: fine){.colorbox__image~.avatar-component__download:hover{opacity:1}.colorbox__image:hover~.avatar-component__download{opacity:1}}@media(pointer: fine){.thumbnail.avatar-component__thumb:hover .avatar-component__download{opacity:1}}
.table-user-avatar{width:50px;height:50px;font-size:20px;border-radius:50%;border:2px solid #9fabbd;margin-top:-8px;margin-bottom:-8px}body .avatar-component__download{color:#484848}.avatar-component:not(.avatar-container){background:none !important}.avatar-component__thumb .color-filter{-webkit-filter:hue-rotate(40deg) invert(40%);filter:hue-rotate(40deg) invert(40%)}.avatar-component__thumb .avatar-user-initials{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#85797b;font-size:30px;font-weight:600;line-height:1em;text-transform:uppercase}.avatar-component__zoom{position:absolute;left:4px;right:4px;bottom:4px;top:4px;line-height:142px;opacity:0;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all;font-size:20px;color:#f5f5f5;cursor:pointer}.avatar-component__zoom::before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:20px;height:20px}.avatar-component__zoom:hover{opacity:1;visibility:visible;background:rgba(0,0,0,.3)}.colorbox{max-width:90vw}.colorbox .ant-modal-body{height:70vh;max-height:90vw}.colorbox__image{min-height:10vh;max-height:-webkit-calc(100vh - 170px);max-height:calc(100vh - 170px);width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.avatar-container{position:relative;width:100%;height:100%;overflow:hidden;background-color:#f5f5f5;border-radius:50%}.avatar-container .avatar-component__thumb{position:static;width:100%;height:100%;border:0;border-radius:inherit;background-color:rgba(0,0,0,0)}.avatar-container .color-filter{-webkit-filter:hue-rotate(40deg) invert(40%);filter:hue-rotate(40deg) invert(40%)}.avatar-container .avatar-img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.avatar-container .may-open{cursor:pointer}.avatar-container .avatar-user-initials{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#85797b;font-size:1em;font-weight:600;line-height:1em;text-transform:uppercase}
.logo-loader-container{margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.logo-loader circle{fill:none;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.logo-loader .first{stroke:#f60;-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg);-webkit-animation:rotate2 2.1s linear infinite;animation:rotate2 2.1s linear infinite}.logo-loader .second{stroke:#01172f;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-animation:rotate1 1.5s ease-in-out infinite;animation:rotate1 1.5s ease-in-out infinite}@-webkit-keyframes rotate1{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes rotate1{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@-webkit-keyframes rotate2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.template-plugin-popover .ant-popover-inner{width:min(80vw,350px)}.template-plugin-popover ul{margin:0;padding:0 0 2px;list-style:none;max-height:65vh;overflow:auto}.template-plugin-popover ul::-webkit-scrollbar{width:12px}.template-plugin-popover ul::-webkit-scrollbar-track{background:#fff}.template-plugin-popover ul::-webkit-scrollbar-thumb{background-color:#e6e6e6;border-radius:20px;border:2px solid #fff}.template-plugin-popover ul li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:-1px;padding:5px 10px;background-color:#fff;border:1px solid #ccc;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s;cursor:pointer}.template-plugin-popover ul li span{display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.template-plugin-popover ul li .fa.fa-pencil{margin-left:5px;opacity:0;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.template-plugin-popover ul li:hover{background-color:#efefef}.template-plugin-popover ul li:hover .fa.fa-pencil{opacity:1}.template-plugin-popover .load-more{padding:10px 0 0}.template-plugin-loader{position:absolute;z-index:2;top:0;left:0;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.1);cursor:wait}.template-plugin-loader__wrapper{min-height:70px}.template-plugin-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:10px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:10px}.template-plugin-header .simple-search-component.input-group{max-width:none;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.template-plugin-modal .form-control.ant-mentions{min-height:70px;height:unset}
.send-later-list{max-width:300px;margin:0;padding:0;list-style:none}.send-later-list__item{padding:5px 10px;border:1px solid #ccc;cursor:pointer;border-bottom:0}.send-later-list__item:nth-last-child(2){border-bottom:1px solid #ccc}.send-later-list .li-datepicker{margin-top:8px}.send-later-time{font-size:11px}.chat-message-list-component__item .send-later-time-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;background-color:#fcc}.send-later-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.send-later-wrapper .btn:first-child{margin-right:0;border-bottom-right-radius:0;border-top-right-radius:0}.send-later-wrapper .btn:last-child{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.chat-message-list-component__item-send-later{position:absolute;right:5px;bottom:100%;padding-bottom:1px;font-size:11px;color:#9a9c9f}.chat-message-list-component__item-send-later~.chat-message-list-component__item_inner .chat-message-list-component__item-time{display:none}
.filters-component-button{margin:0 0 0 5px}.filters-component-container{position:relative;width:-webkit-min-content;width:-moz-min-content;width:min-content;height:-webkit-min-content;height:-moz-min-content;height:min-content}.filters-component-container .badge{position:absolute;top:0;right:0;-webkit-transform:translate(50%, -50%);-ms-transform:translate(50%, -50%);transform:translate(50%, -50%);background-color:#e74c3c;cursor:pointer}.filters-component-container .badge>.fa-close{display:none}.filters-component-container .badge:hover>span{display:none}.filters-component-container .badge:hover>.fa-close{display:unset;margin:0}.filters-apply-btn-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:10px 10px 0}.filters-component-tooltip{max-width:1200px;width:60vw}.filters-component-tooltip .ant-popover-inner-content>:first-child,.filters-component-tooltip .ant-popover-inner-content .filters-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.filters-component-tooltip .ant-popover-inner-content>:first-child>*,.filters-component-tooltip .ant-popover-inner-content .filters-container>*{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:5px 10px}.filters-component-tooltip .ant-popover-inner-content>:first-child .selected-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .selected-filter{display:none}.filters-component-tooltip .ant-popover-inner-content>:first-child .selected-filter+*:not(.filters-component-title__container),.filters-component-tooltip .ant-popover-inner-content .filters-container .selected-filter+*:not(.filters-component-title__container){position:relative}.filters-component-tooltip .ant-popover-inner-content>:first-child .selected-filter+*:not(.filters-component-title__container)::before,.filters-component-tooltip .ant-popover-inner-content .filters-container .selected-filter+*:not(.filters-component-title__container)::before{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#fa883c;z-index:1}.filters-component-tooltip .ant-popover-inner-content>:first-child .selected-filter+*:not(.filters-component-title__container).responsive-radio::before,.filters-component-tooltip .ant-popover-inner-content>:first-child .selected-filter+*:not(.filters-component-title__container).filter-ratio-element::before,.filters-component-tooltip .ant-popover-inner-content .filters-container .selected-filter+*:not(.filters-component-title__container).responsive-radio::before,.filters-component-tooltip .ant-popover-inner-content .filters-container .selected-filter+*:not(.filters-component-title__container).filter-ratio-element::before{left:4px;width:-webkit-calc(100% - 8px);width:calc(100% - 8px)}.filters-component-tooltip .ant-popover-inner-content>:first-child.no-gap>*,.filters-component-tooltip .ant-popover-inner-content .filters-container.no-gap>*{margin:0}.filters-component-tooltip .ant-popover-inner-content>:first-child .ant-select,.filters-component-tooltip .ant-popover-inner-content .filters-container .ant-select{width:100%;min-width:180px}.filters-component-tooltip .ant-popover-inner-content>:first-child .input-long,.filters-component-tooltip .ant-popover-inner-content .filters-container .input-long{width:100% !important;min-width:250px}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-rangepicker-element,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-rangepicker-element{max-width:300px}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-element>*,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-element>*{width:100%;margin:0}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element>*,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element>*{margin:0}.filters-component-tooltip .ant-popover-inner-content>:first-child>.ant-radio-group,.filters-component-tooltip .ant-popover-inner-content .filters-container>.ant-radio-group{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.filters-component-tooltip .ant-popover-inner-content>:first-child .autocomplete-filter-component,.filters-component-tooltip .ant-popover-inner-content .filters-container .autocomplete-filter-component{min-width:180px}.filters-component-tooltip .ant-popover-inner-content>:first-child .autocomplete-filter-component>*,.filters-component-tooltip .ant-popover-inner-content .filters-container .autocomplete-filter-component>*{width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .autocomplete-filter-component>*>.ant-select,.filters-component-tooltip .ant-popover-inner-content .filters-container .autocomplete-filter-component>*>.ant-select{width:100%}
.radio-button-with-arrows{position:relative;z-index:1}.radio-button-arrow{position:absolute;left:-1px;width:100%;height:50%;font-size:25px;border:0;z-index:-1;-webkit-transition:.2s top ease-out;-o-transition:.2s top ease-out;transition:.2s top ease-out;background:rgba(0,0,0,0)}.radio-button-arrow .ant-radio-button-wrapper{border:0}.radio-button-up{top:0}.radio-button-down{top:50%}.angle-wrap{position:relative}.angle-wrap .fa{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.radio-with-range .ant-segmented-group .ant-segmented-item{margin-bottom:0}.radio-with-range .ant-segmented{border-radius:4px;border:1px solid #ccc}.radio-with-range .ant-segmented .ant-segmented-item-label{min-height:26px;height:28px;font-weight:500;line-height:26px;vertical-align:center}.radio-with-range .ant-segmented .ant-segmented-item-label>span,.radio-with-range .ant-segmented .ant-segmented-item-label .radio-label{line-height:1}.ant-radio-button-wrapper-checked .radio-button-up,.ant-segmented-item-selected .radio-button-up{top:-50%;border-radius:4px 4px 0 0;z-index:1}.ant-radio-button-wrapper-checked .radio-button-down,.ant-segmented-item-selected .radio-button-down{top:100%;border-radius:0 0 4px 4px;z-index:1}.ant-segmented-item-selected .radio-button-up{top:-webkit-calc(-50% - 4px);top:calc(-50% - 4px)}.ant-segmented-item-selected .radio-button-down{top:-webkit-calc(100% + 3px);top:calc(100% + 3px)}.ant-radio-button-wrapper-checked .radio-label{color:#1890ff}.radio-label{border:0;height:31px;line-height:31px}.radio-label::before,.radio-label::after{display:none !important}.ant-radio-button-wrapper{-webkit-box-shadow:none !important;box-shadow:none !important}.ant-radio-button-wrapper:first-child{border-radius:4px 0 0 4px}.ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0}
.react-datepicker{border:none !important;-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,.2);box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.react-datepicker .react-datepicker__triangle{display:none}.react-datepicker .react-datepicker__navigation{top:24px}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background:#fff;border:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background:#eee}.react-datepicker .react-datepicker__day--disabled{opacity:.8;background:#eee}.react-datepicker__month-container{font-size:14px;width:100%;padding:10px}.react-datepicker__year-dropdown{top:0;left:50%;width:150px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.react-datepicker__year-dropdown-container{position:relative}.ant-tabs-tabpane .react-datepicker__year-select.ant-select{width:80px}.ant-tabs-tabpane .react-datepicker__month-select.ant-select{width:120px}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{width:24px !important;height:24px;margin:6px !important;padding:0;color:rgba(0,0,0,.65) !important;line-height:22px !important;text-align:center;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:2px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.react-datepicker-popper .react-datepicker .react-datepicker__custom-header{padding-top:0}.react-datepicker-popper .react-datepicker .react-datepicker__custom-header .react-datepicker__year-select.ant-select{width:80px !important;margin:10px}.react-datepicker-popper .react-datepicker .react-datepicker__custom-header .react-datepicker__month-select.ant-select{width:120px !important;margin:10px}.react-datepicker-popper{z-index:2}.react-datepicker__header{background-color:#fff !important;border-bottom-color:#e8e8e8}.react-datepicker__header>.react-datepicker__navigation{top:0}.react-datepicker__header .react-datepicker__current-month{font-size:14px;color:rgba(0,0,0,.65)}.react-datepicker__navigation{outline:none}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{background-color:#1890ff !important;color:#fff !important}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#1890ff !important;color:#fff !important}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{border:1px solid #1890ff;border-radius:4px}.react-datepicker__today-button{background:#fff;font-size:14px;font-weight:normal;color:#1890ff;border-top:1px solid #e8e8e8;padding:8px 0}.react-datepicker__close-icon{visibility:hidden;opacity:0;-webkit-transition:.4s opacity;-o-transition:.4s opacity;transition:.4s opacity;right:5px;padding:0 6px 0 0}.react-datepicker__close-icon::after{background:#ccc;height:16px;width:16px;padding:1px 3px;font-size:14px;line-height:14px;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.react-datepicker__input-container:hover .react-datepicker__close-icon{visibility:visible;opacity:1;z-index:1}.react-datepicker-wrapper{width:100%}.react-datepicker-wrapper input{width:100%;padding:5px 11px;border:1px solid #ccc !important;outline:none}.react-datepicker-wrapper input:focus,.react-datepicker-wrapper input:active{border:1px solid #70b2e6 !important}.date-picker-alt{position:relative}.date-picker-alt .anticon-calendar{position:absolute;right:12px;top:9px;opacity:.5;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.date-picker-alt:hover .anticon-calendar{opacity:.9}
.multiple-filter,.multiple-filter-with-red-clear-button{position:relative}.multiple-filter.with-clear .ant-select-selection__rendered,.with-clear.multiple-filter-with-red-clear-button .ant-select-selection__rendered{margin-right:20px}.multiple-filter .clear-button,.multiple-filter-with-red-clear-button .clear-button{position:absolute;top:8px;right:5px;padding:2px;color:rgba(0,0,0,.25);cursor:pointer;font-size:13px;opacity:0;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.multiple-filter .clear-button.with-filter-mode,.multiple-filter-with-red-clear-button .clear-button.with-filter-mode{right:98px}.multiple-filter .clear-button:hover,.multiple-filter-with-red-clear-button .clear-button:hover{color:rgba(0,0,0,.5)}.multiple-filter:hover .clear-button,.multiple-filter-with-red-clear-button:hover .clear-button{opacity:1}.multiple-filter .input-group,.multiple-filter-with-red-clear-button .input-group{width:100%}.multiple-filter .input-group .input-group-btn:not(:last-child)>.btn,.multiple-filter-with-red-clear-button .input-group .input-group-btn:not(:last-child)>.btn{border-radius:0}.ant-segmented-item{margin-bottom:0}.input-group-btn .ant-segmented{border-radius:0;border:1px solid #ccc;border-left:none}.input-group-btn .ant-segmented-item{border:1px solid rgba(0,0,0,0)}.input-group-btn .ant-segmented-item-label{line-height:26px;min-height:26px;font-weight:500}.input-group-btn .ant-segmented-item-selected{border:1px solid #1677ff}.input-group-btn .ant-segmented-thumb-motion-appear{border:1px solid #1677ff}.multiple-filter-with-red-clear-button .clear-button{position:absolute;top:8px;right:5px;padding:2px;color:rgba(255,0,0,.6);cursor:pointer;font-size:13px;opacity:0;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.multiple-filter-with-red-clear-button .clear-button.with-filter-mode{right:85px}.multiple-filter-with-red-clear-button .clear-button:hover{color:red}
.status-filter,.status-filter-with-red-clear-button{position:relative}.status-filter.with-clear .ant-select-selection__rendered,.with-clear.status-filter-with-red-clear-button .ant-select-selection__rendered{margin-right:20px}.status-filter .clear-button,.status-filter-with-red-clear-button .clear-button{position:absolute;top:8px;right:5px;padding:2px;color:rgba(0,0,0,.25);cursor:pointer;font-size:13px;opacity:0;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.status-filter .clear-button:hover,.status-filter-with-red-clear-button .clear-button:hover{color:rgba(0,0,0,.5)}.status-filter:hover .clear-button,.status-filter-with-red-clear-button:hover .clear-button{opacity:1}.status-filter-with-red-clear-button .clear-button{position:absolute;top:8px;right:5px;padding:2px;color:rgba(255,0,0,.6);cursor:pointer;font-size:13px;opacity:0;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.status-filter-with-red-clear-button .clear-button:hover{color:red}
.buttons-dropdown-menu,.buttons-dropdown-menu .table-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:150px;padding:5px;margin:0 !important}.buttons-dropdown-menu>*,.buttons-dropdown-menu .table-dropdown>*{display:block;margin:5px !important}.buttons-dropdown-menu>* .fa,.buttons-dropdown-menu .table-dropdown>* .fa{width:12px}.buttons-dropdown-menu .table-dropdown{width:100%;padding:0;-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%}.patient__appointments__buttons .table-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:150px}.patient__appointments__buttons .table-actions>*{display:block;margin:5px !important}.buttons-dropdown-menu>.patient__appointments__buttons{margin:0 !important}
.table-buttons{text-align:right;overflow:hidden}.table-buttons>*{width:33px !important}.table-buttons>*.mr5{margin-right:0}.table-buttons>*:first-child{margin-left:-2px}
.table-with-selected-rows table{direction:rtl}.table-with-selected-rows table tr{direction:ltr}body .table-mobile__caption{display:none}@media screen and (max-width: 767px){body .table-mobile .ant-table-fixed-right{display:none !important}body .table-mobile .ant-table-scroll table .ant-table-fixed-columns-in-body{visibility:visible !important}body .table-mobile .ant-table-tbody>tr:hover:not(.ant-table-expanded-row)>td{background:#fff}body .table-mobile__caption{display:block;float:left;width:45%;font-weight:bold}body .table-mobile__content{margin-left:45%;padding-left:5px;word-break:break-word}body .table-mobile .table-actions{white-space:normal !important}body .table-mobile table,body .table-mobile thead,body .table-mobile tbody,body .table-mobile th,body .table-mobile td,body .table-mobile tr{display:block}body .table-mobile__caption_full,body .table-mobile__content_full{float:none;width:100%}body .table-mobile__content_full{margin-left:0;margin-top:5px;padding:0}body .table-mobile td.ant-table-selection-column{width:100% !important;max-width:none !important}body .table-mobile thead{display:none}body .table-mobile tr{margin-bottom:10px;background-color:#fff;border:1px solid #ddd;border-bottom:none}body .table-mobile tbody tr td{overflow:hidden;border-bottom:1px solid #ddd !important}}@media(max-width: 767px){body .table-mobile thead{display:unset}body .table-mobile thead th:not(.action-column){display:none}body .table-mobile thead th:not(.action-column):empty{display:none}}.editable-table-pagination{margin:7px 0}.editable-table-pagination .ant-select .ant-select-selector{min-height:unset}.editable-table-pagination .checkbox-list .btn{height:32px}.checkbox-list-wrapper .ant-checkbox-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.checkbox-list-wrapper .ant-checkbox-group .ant-checkbox-wrapper{margin-left:0}.ant-spin-nested-loading{z-index:1}.ant-table-wrapper table tr td.ant-table-selection-column,.ant-table-wrapper table tr th.ant-table-selection-column{padding-left:18px;padding-right:18px}.ant-table-wrapper .ant-table-selection-extra{right:1px;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.selected-items__actions{position:relative;-webkit-padding-start:0;padding-inline-start:0}.editable-table-delete-modal .ant-modal-confirm-btns{text-align:center}.editable-table-error{padding:10px;font-size:16px;text-align:center;color:#444}
.doctor-filter-wrapper{position:relative}.doctor-filter-wrapper .doctor-filter-switch{position:absolute;z-index:3;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:1px;opacity:.2;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;background:#fff;padding:5px 7px 5px 2px}.doctor-filter-wrapper .doctor-filter-switch button{display:block;height:20px;line-height:10px;padding:0 6px;outline:none}.doctor-filter-wrapper .doctor-filter-switch button.doctor-filter__checked{border-color:#1890ff;color:#1890ff}.doctor-filter-wrapper .doctor-filter-switch button.doctor-filter__checked:hover,.doctor-filter-wrapper .doctor-filter-switch button.doctor-filter__checked:active{-webkit-box-shadow:0 0 5px rgba(24,144,255,.5);box-shadow:0 0 5px rgba(24,144,255,.5)}.doctor-filter-wrapper .doctor-filter-switch button:hover,.doctor-filter-wrapper .doctor-filter-switch button:active{-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.doctor-filter-wrapper .ant-select-clear,.doctor-filter-wrapper .autocomplete-component__loader{right:40px}.doctor-filter-wrapper .autocomplete-filter-component{margin-left:0;width:100%}.doctor-filter-wrapper .ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered{margin-right:60px}.doctor-filter-wrapper:hover .doctor-filter-switch,.doctor-filter-wrapper:hover .ant-select-selector .ant-select-clear{opacity:1}.col-sm-1>.doctor-filter-wrapper,.col-sm-2>.doctor-filter-wrapper,.col-sm-3>.doctor-filter-wrapper,.col-sm-4>.doctor-filter-wrapper,.col-sm-5>.doctor-filter-wrapper,.col-sm-6>.doctor-filter-wrapper,.col-sm-7>.doctor-filter-wrapper,.col-sm-8>.doctor-filter-wrapper,.col-sm-9>.doctor-filter-wrapper,.col-sm-10>.doctor-filter-wrapper,.col-sm-11>.doctor-filter-wrapper,.col-sm-12>.doctor-filter-wrapper{width:100%;margin:0}.form-group .doctor-filter-wrapper{width:100%;margin:0}
body .round-button{height:34px;padding:2px 10px;font-size:10px}body .round-button .fa{color:#446bbd}body .round-button>span{margin:-2px 0}
.fixed-placeholder{position:relative}.fixed-placeholder::before{content:attr(data-placeholder);position:absolute;max-width:100%;background-color:rgba(0,0,0,0);top:6px;left:1px;padding:0 12px;opacity:.5;-webkit-transition:.1s;-o-transition:.1s;transition:.1s;pointer-events:none;white-space:nowrap;overflow:hidden}.fixed-placeholder__top::before{left:5px;top:-0.5em;padding:0 3px;font-size:12px;opacity:1;line-height:1;background-color:#fff}.fixed-placeholder input::-webkit-input-placeholder{visibility:hidden;opacity:0}.fixed-placeholder input::-moz-placeholder{visibility:hidden;opacity:0}.fixed-placeholder input:-ms-input-placeholder{visibility:hidden;opacity:0}.fixed-placeholder input::-ms-input-placeholder{visibility:hidden;opacity:0}.fixed-placeholder input::placeholder{visibility:hidden;opacity:0}
.filters-component-title__container{margin:5px 0 !important;width:100% !important}.filters-component-title__container .line{margin:20px 0}.filters-component-title__container:first-child .line{margin-top:0}.filters-component-title__container .filters-component-title{margin-top:-webkit-calc(-18px - 1em);margin-top:calc(-18px - 1em);padding:0 7px}.filters-component-title__container .filters-component-title strong{background:#fff;padding:0 3px 0}
button.user-filter-action{position:absolute;top:-10px;width:20px;height:20px;padding:0 1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#eee;color:#222;border-radius:50%;border:0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.5);box-shadow:0 0 2px rgba(0,0,0,.5);text-align:center}button.user-filter-action .fa{font-size:12px}button.user-filter-action__delete{right:-6px}button.user-filter-action__edit{left:-6px}button.user-filter-action__wrapper{display:inline-block}button.user-filter-action__wrapper~.user-filter-action__wrapper{margin-left:10px}.user-filter-action__container{position:absolute;top:-10px;right:-7px}.user-filter-action__container button.user-filter-action{position:relative;top:0;right:0}.user-filter{max-width:100px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.input-group.user-filter-name{width:250px}
.list-tooltip{max-width:40vw}.list-tooltip .ant-tooltip-inner{max-height:500px;background:#fff;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);box-shadow:0 2px 8px rgba(0,0,0,.3);color:#666}.list-tooltip .ant-tooltip-inner .inline-select-item.inline-select-item_sm:last-child{margin-right:0}.list-tooltip .ant-tooltip-arrow{border-top-color:#fff}
.video-message-player{background-color:#ccc}
.voice-message-preview-player{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.voice-message-player .voice-message-play-btn{margin-right:10px}
.tag-chat__typings-container{position:relative;padding-top:10px}.tag-chat__typing{position:absolute;top:0;left:0;font-size:12px}.tag-chat__typing::after{display:inline;content:"";-webkit-animation:typing 2.5s linear infinite;animation:typing 2.5s linear infinite}.chat-form-component__control-container_typing .tag-chat__typings-container{-webkit-transition:.2s ease padding-top;-o-transition:.2s ease padding-top;transition:.2s ease padding-top;padding-top:20px}.chat-form-component__control-container_typing .tag-chat__typings-container:empty{padding-top:0}.chat-list__item .tag-chat__typing{max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}@-webkit-keyframes typing{0%{content:""}30%{content:"."}60%{content:".."}90%,100%{content:"..."}}@keyframes typing{0%{content:""}30%{content:"."}60%{content:".."}90%,100%{content:"..."}}
.chat-component{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.chat-component__left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;border-right:1px solid #e8e8e8;max-width:25%}.chat-component__left-loader{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.2);min-height:60px}.chat-component__right{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;position:relative;padding-top:40px;max-width:75%}.chat-component__right__with-form{padding-bottom:0}.chat-component__not-found{font-size:16px;text-align:center;font-style:italic;padding:10px}.chat-component__actions{float:right}.chat-component__actions__users{display:inline-block;margin-right:5px;vertical-align:middle;white-space:nowrap}.chat-component__actions__users .inline-select-item.inline-select-item_sm{margin:4px 5px}.chat-component__actions .fa{border-radius:50%;height:30px;width:30px;line-height:30px;text-align:center;color:#fff;cursor:pointer}.chat-component__actions .fa~.fa{margin-left:5px}.chat-component__actions .btn .fa{height:unset;width:unset;line-height:unset;color:unset}.chat-component__actions-add{background:#1890ff}.chat-component__actions-remove{background:#e74c3c}.chat-component__headline{height:40px;background:#f1f1f1;position:absolute;top:0;left:0;width:100%;padding:5px 10px;border-bottom:1px solid #e8e8e8}.chat-component__headline__name{font-weight:bold;line-height:30px;overflow:hidden;padding-right:10px}.chat-component__headline__count{font-weight:normal;font-size:12px;margin-left:10px}.chat-list{padding:0;margin:0;height:unset !important;overflow:auto}.chat-list__item{display:block;padding:10px;border-bottom:1px solid #e8e8e8;overflow:hidden;cursor:pointer;position:relative}.chat-list__item_active{cursor:default;background:#f1f1f1;color:#444}.chat-list__item-name{font-weight:bold;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.chat-list__item-avatar-multiple{width:50px;height:50px;float:left}.chat-list__item-content{margin-left:60px}.chat-list__item-last-message{font-size:12px;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-top:3px;height:17px;white-space:nowrap}.chat-list__item-count{position:absolute;width:20px;height:20px;background:#bfbfbf;border-radius:50%;color:#fff;right:5px;top:50%;margin-top:-10px;text-align:center;line-height:20px;font-size:11px;font-weight:bold}.chat-list__item-avatar{border-radius:50%;height:50px;width:50px;background-size:cover;background-repeat:no-repeat;float:left;margin-right:10px}.chat-list__item-avatar__actions.chat-list__item-avatar{position:relative;width:30px;height:30px;margin:0 5px}.chat-list__item-avatar__actions.chat-list__item-avatar .btn-loader{width:100%;height:100%;border-radius:50%}.chat-list__item-avatar__actions.chat-list__item-avatar .btn-close{position:absolute;top:-8px;right:-8px;height:16px;width:16px;padding:0;border:0;line-height:1;border-radius:50%;color:#888;opacity:0;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.chat-list__item-avatar__actions.chat-list__item-avatar .btn-close:hover{background:#fff;color:red}.chat-list__item-avatar__actions.chat-list__item-avatar:hover .btn-close{opacity:.8}.chat-list__item-avatar_min{width:24px;height:24px;margin-right:0;margin-bottom:2px}.chat-list__item-avatar_min:nth-child(even){margin-left:2px}.chat-message-list-component{margin:0;height:100%;padding:10px;overflow:auto;width:100%}.chat-message-list-component__loading{height:100%}.chat-message-list-component__item{display:block;border-radius:5px;border:1px solid #e4e9ee;margin-left:50px;position:relative;margin-top:48px}.chat-message-list-component__item_inner{position:relative;z-index:1;padding:10px 10px 20px}.chat-message-list-component__item.chat-message-list-component__item_unviewed>*{z-index:1}.chat-message-list-component__item.chat-message-list-component__item_unviewed::before{content:"";position:absolute;left:-60px;top:-17px;bottom:-33px;right:-10px;z-index:0;border-radius:2px;background:rgba(37,103,219,.1)}.chat-message-list-component__item.chat-message-list-component__item_unviewed:nth-last-child(2)::before{bottom:-12px}.chat-message-list-component__item-avatar{border:2px solid #e4e9ee;left:-50px;top:0;background-size:cover;border-radius:50%;position:absolute;width:40px;height:40px}.chat-message-list-component__item-time,.chat-message-list-component__item-author{position:absolute;right:5px;bottom:100%;padding-bottom:1px;font-size:11px;color:#9a9c9f}.chat-message-list-component__item-author{left:5px;right:0}.chat-message-list-component__item_you{background:#ebf0f6}.chat-message-list-component__item-viewed{position:absolute;right:5px;bottom:5px;color:#35aa47;font-size:11px}.chat-form-component__control-container{margin-bottom:5px}.chat-form-component textarea{resize:none;height:54px;padding:5px;font-size:14px;line-height:1.2em}.add-user-to-chat .ant-select{display:block}.chat-message-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:35px}.chat-uploaded-files{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.chat-file-tag{font-size:13px;margin:3px;padding:5px;cursor:pointer}.chat-file-tag .chat-file-tag-image{height:200px;max-width:100%;-o-object-fit:contain;object-fit:contain}.chat-message-item{margin-left:15px}.chat-message-item-ptr{cursor:pointer}.support-chat~.chats-page .chat-component__left{padding-top:5px;margin-top:-5px}.support-chat~.chats-page .chat-buttons{margin-top:0;padding:0 10px 0 0}.dashboard-container-content .chats-page .dashboard-filters-component{max-width:420px}.chats-page .filters-component-tooltip .ant-popover-inner-content>:first-child .filter-range-element>button{min-width:unset}.chats-page .ant-popover.dashboard-filters-component{min-width:330px}
.chats-page{height:-webkit-calc(100vh - 30px - var(--top-height));height:calc(100vh - 30px - var(--top-height));display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.chats-page .site-headline,.chats-page .ant-tabs{max-height:100%}.chat-component{background:#fff;padding:10px;height:-webkit-calc(100vh - 30px - var(--top-height));height:calc(100vh - 30px - var(--top-height))}.site-headline~.chat-component{height:-webkit-calc(100vh - 160px);height:calc(100vh - 160px)}.chat-message-item.chat-message-item__label{font-size:10px;white-space:nowrap}.add-user-to-chat .inline-select-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.inline-select-item__avatar{display:inline-block;width:20px;height:20px;margin-right:6px}.inline-select-item__avatar .avatar-container{border:1px solid #ccc;font-size:12px}.add-user-item .user-avatar-with-status{vertical-align:top}.ant-select-item-option-content .add-user-item__tag{display:none}.ant-select-item-option-content .add-user-item__autocomplete{display:inline-block}.chat-form-component .chat-uploaded-files .chat-uploaded-files{min-height:32px}.chat-form-component .wavesurfer-container{height:40px;margin-bottom:-4px;margin-top:-4px}.chat-form-component .chat-audio-tag,.chat-form-component .chat-video-tag{padding:1px}.chat-form-component .chat-video-tag{background:#ebf0f6}.chat-form-component .ant-tag button,.chat-form-component .ant-tag button.ant-btn-primary.btn-default{height:26px;padding:0;background:none !important;border:0}.chat-form-component .ant-tag .wavesurfer-container{height:30px;margin-top:-2px;margin-bottom:-2px}.chat-form-component .ant-tag .wavesurfer-container>:first-child{height:30px !important}.chat-form-component .chat-message-item{margin-left:10px}.chat-form-component .chat-file-tag:first-child{margin-left:0}.chat-form-component .ant-tag-close-icon{line-height:16px}.chat-form-component .ant-tag-close-icon .fa.fa-times{margin-right:5px;font-size:16px;color:rgba(0,0,0,.85);vertical-align:text-bottom}.chat-form-component .ant-tag-close-icon .fa.fa-times::before{vertical-align:text-top}.chat-form-component .voice-message-clear-btn{color:rgba(0,0,0,.85)}.add-user-item__autocomplete{display:none}.chat-list__item-avatar .user-avatar-with-status,.chat-message-list-component__item-avatar .user-avatar-with-status{width:100% !important;height:100% !important;border:none}.chat-component__actions .user-avatar-with-status .fa{line-height:1;width:1em;height:1em}.chat-list{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:unset !important}.chat-list .chat-list__item_active{color:#444}.chat-list__item_active .chat-list__item-count{background:#3c8dbc;color:#fff}.chat-list__item .avatar-container{font-size:20px}.chat-list__item-avatar_min .avatar-container{font-size:12px}.schema-beige .chat-list__item_active{background:#5f8a6c}.schema-beige .chat-list__item_active .chat-list__item-count{background:#fff;color:#5f8a6c}.schema-blue .chat-list__item_active{background:#516d94}.schema-blue .chat-list__item_active .chat-list__item-count{background:#fff;color:#516d94}.schema-gold .chat-list__item_active{background:#458388}.schema-gold .chat-list__item_active .chat-list__item-count{background:#fff;color:#458388}.schema-green .chat-list__item_active{background:#cbcc41}.schema-green .chat-list__item_active .chat-list__item-count{background:#fff;color:#cbcc41}.schema-lavender .chat-list__item_active{background:#91b5b3}.schema-lavender .chat-list__item_active .chat-list__item-count{background:#fff;color:#91b5b3}.schema-olive .chat-list__item_active{background:#bed47d}.schema-olive .chat-list__item_active .chat-list__item-count{background:#fff;color:#bed47d}.schema-powder .chat-list__item_active{background:#636b95}.schema-powder .chat-list__item_active .chat-list__item-count{background:#fff;color:#636b95}.schema-purple .chat-list__item_active{background:#009bcc}.schema-purple .chat-list__item_active .chat-list__item-count{background:#fff;color:#009bcc}
.sticker-component-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:-9px -16px;border-radius:8px;height:520px;max-height:60vh;width:700px;max-width:60vw;background:#fff;cursor:default}.sticker-component-menu .sticker-component_item,.sticker-component-menu .sticker-component-menu__collection{position:relative;overflow:hidden}.sticker-component-menu .sticker-component_item img,.sticker-component-menu .sticker-component-menu__collection img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.sticker-component-menu__selected-collection{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;gap:18px;overflow-y:auto}.sticker-component-menu__selected-collection::-webkit-scrollbar{width:12px}.sticker-component-menu__selected-collection::-webkit-scrollbar-track{background:#fff}.sticker-component-menu__selected-collection::-webkit-scrollbar-thumb{background-color:#f0f0f0;border-radius:20px;border:2px solid #fff}.sticker-component-menu__selected-collection h3{margin:auto 10px;width:100%;text-align:center}.sticker-component-menu .selected-collection__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;height:100%;padding:10px;gap:18px;overflow-y:auto}.sticker-component-menu .selected-collection__list::-webkit-scrollbar{width:12px}.sticker-component-menu .selected-collection__list::-webkit-scrollbar-track{background:#fff}.sticker-component-menu .selected-collection__list::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px;border:2px solid #fff}.sticker-component-menu .selected-collection__list .selected-collection__list_item-wrapper{-webkit-box-flex:1;-webkit-flex:1 1 -webkit-calc(33% - 10px);-ms-flex:1 1 calc(33% - 10px);flex:1 1 calc(33% - 10px);max-width:-webkit-calc(33% - 10px);max-width:calc(33% - 10px);cursor:pointer}.sticker-component-menu .selected-collection__list .selected-collection__list_item-wrapper:last-child{margin-right:auto}.sticker-component-menu .selected-collection__list .selected-collection__list_item-wrapper .sticker-component_item{padding-top:100%;border-radius:4px;overflow:hidden}.sticker-component-menu .sticker-component-menu__collections{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;gap:10px;height:51px;min-height:51px;padding:2px 10px;border-top:1px solid #ccc}.sticker-component-menu .sticker-component-menu__collections .sticker-component-menu__collection{width:45px;cursor:pointer;border-radius:4px}.sticker-component-menu .sticker-component-menu__collections .sticker-component-menu__collection img{top:2px;left:2px;width:-webkit-calc(100% - 4px);width:calc(100% - 4px);height:-webkit-calc(100% - 4px);height:calc(100% - 4px);border-radius:4px}@media(pointer: fine){.sticker-component-menu .sticker-component-menu__collections .sticker-component-menu__collection:hover{background:#ccc}}.sticker-component-menu .sticker-component-menu__collections .sticker-component-menu__collection__selected{background:#ccc}.form-reply-message .message__sticker__image img{max-width:150px}
.forwarded-message{margin-bottom:1rem}.forwarded-message__info{margin-bottom:.25rem;color:#6f7174}.forwarded-message__info__chat-name{margin-left:.5rem;color:#396acd}.forwarded-message__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;row-gap:.2rem;padding:.5rem;border-radius:.25rem;background:#f0f8ff}.forwarded-message__content .forwarded-message__content{display:none}.forwarded-message button{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}
.forward-message__last{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px}.forward-message__last__icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 .5rem;font-size:12px;border-radius:.25rem;background-color:#f0f8ff}
.custom-event-status-list{display:block;padding:0;margin-bottom:0}.custom-event-status-list-wrapper{max-height:44vh}.custom-event-status-list__item{position:relative;display:block;padding:5px;border:1px solid #ddd;font-size:13px}.custom-event-status-list__item>button{line-height:1;border:none;background:none}.custom-event-status-list__item>button::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.custom-event-status-list__item>a{display:block;margin:-5px;padding:5px}.custom-event-status-list__item_active{background:#e2e2e2;border:1px solid #c1c1c1}.custom-event-status-list__item:not(.custom-event-status-list__item_active):hover{background:#f1f1f1;cursor:pointer}.custom-event-status-list__item~.custom-event-status-list__item{margin-bottom:0}
.custom-event-status{border-radius:3px;padding:0 10px;cursor:pointer;word-wrap:initial}
.menu-component__item-toggle{z-index:5;position:absolute;top:0;height:40px;width:40px;right:0;text-align:center;line-height:40px;cursor:pointer}.menu-component__item{position:relative}.menu-component__item-children-container{font-size:13px}.menu-component__item-children-container .menu-component__children{display:none}.menu-component__item-children-container .menu-component__children .menu-component__item-link{padding-left:25px}.menu-component__item-children-container.isOpen>.menu-component__children{display:block;padding-left:0}
.search-modal.ant-modal .ant-modal-content{background-color:#eee;padding:12px}.search-modal.ant-modal .ant-modal-content .ant-empty-description{color:rgba(0,0,0,.6)}.search-modal .search-modal-item__transmutation{background:none;border:none}.search-modal .search-modal-inner{min-height:100px}.search-modal .search-modal-item__avatar{display:inline-block;width:50px;min-width:50px;-webkit-box-flex:0;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;height:50px;margin-right:5px}.search-modal-control{margin-bottom:10px}.search-modal-control .simple-search-component{position:relative;width:100%;max-width:100%;height:56px}.search-modal-control .simple-search-component .form-control{height:56px;font-size:24px;padding-left:50px;border-radius:4px;background-color:#fff}.search-modal-control .simple-search-component__clear{right:15px;margin-top:-10px;font-size:20px}.search-modal-control .simple-search-component .input-group-btn{position:static;width:0}.search-modal-control .simple-search-component .input-group-btn button{position:absolute;top:50%;left:5px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:rgba(0,0,0,0);border:0;z-index:5 !important;font-size:24px;color:#555}.search-modal-list{margin:0;padding:0;list-style:none;max-height:70vh;overflow:auto}.search-modal-list::-webkit-scrollbar{width:12px}.search-modal-list::-webkit-scrollbar-track{background:#eee}.search-modal-list::-webkit-scrollbar-thumb{background-color:#969696;border-radius:20px;border:2px solid #eee}.search-modal .spin-container::before{background:#ccc}.search-modal .spin-container .loading-component.page-loading{position:-webkit-sticky;position:sticky;top:50px;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:50%;max-height:50vh;min-height:70px;padding:10px 0}.search-modal span.menu-component__item-link{display:inline-block;padding-bottom:4px;font-size:20px;cursor:default !important}.search-modal .menu-component__item-toggle,.search-modal .menu-component__item-favorite-btn{display:none}.search-modal .menu-component__item{width:100%;padding-bottom:4px}.search-modal-item,.search-modal .menu-component__children .menu-component__item,.search-modal .menu-component__item:not(.menu-component__item_with-children){padding-bottom:4px}.search-modal-item .fa-level-down,.search-modal .menu-component__children .menu-component__item .fa-level-down,.search-modal .menu-component__item:not(.menu-component__item_with-children) .fa-level-down{margin-left:auto}.search-modal-item:not(.search-modal-item__selected) .fa-level-down,.search-modal .menu-component__children .menu-component__item:not(.search-modal-item__selected) .fa-level-down,.search-modal .menu-component__item:not(.menu-component__item_with-children):not(.search-modal-item__selected) .fa-level-down{display:none}.search-modal-item a:not(.eye),.search-modal-item .target-form__item,.search-modal .menu-component__children .menu-component__item a:not(.eye),.search-modal .menu-component__children .menu-component__item .target-form__item,.search-modal .menu-component__item:not(.menu-component__item_with-children) a:not(.eye),.search-modal .menu-component__item:not(.menu-component__item_with-children) .target-form__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;font-size:18px;height:56px;padding:12px;border-radius:4px;border:1px solid #ccc;background-color:#fff;-webkit-transition:background-color .1s ease-in,border-color .1s ease-in;-o-transition:background-color .1s ease-in,border-color .1s ease-in;transition:background-color .1s ease-in,border-color .1s ease-in;text-decoration:none}.search-modal .menu-component__children .menu-component__item a,.search-modal .menu-component__item:not(.menu-component__item_with-children) a{white-space:pre-wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.search-modal .menu-component__children .menu-component__item.search-modal-item__selected a,.search-modal .menu-component__item:not(.menu-component__item_with-children).search-modal-item__selected a{background-color:#337ab7;border-color:#337ab7;color:#fff}.search-modal .menu-component__children .menu-component__item.search-modal-item__selected .fa-level-down,.search-modal .menu-component__item:not(.menu-component__item_with-children).search-modal-item__selected .fa-level-down{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.search-modal .menu-component__item.menu-component__item_with-children{border-bottom:1px solid #ccc;margin-bottom:10px}.search-modal .menu-component__item+.menu-component__item{margin-left:0}.search-modal-item{padding-bottom:4px}.search-modal-item>a{gap:10px}.search-modal-item a>span:not(.avatar-user-initials){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:1px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:100%}.search-modal-item__selected a{background-color:#337ab7 !important;border-color:#337ab7;color:#fff}.search-modal-item__selected a>span:not(.avatar-user-initials){max-width:-webkit-calc(100% - 28px);max-width:calc(100% - 28px)}.search-modal-item__selected .fa-level-down{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.consent-form-with-signature{padding:10px;margin-top:15px;margin-bottom:20px}.consent-form-with-signature__bottom-form{width:100%;position:relative;min-height:200px;table-layout:auto}.consent-form-with-signature__bottom-form__inner{position:absolute;height:100%;overflow:auto;width:100%}@media(max-width: 767px){.consent-form-with-signature__bottom-form__inner tbody,.consent-form-with-signature__bottom-form__inner tbody>tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.consent-form-with-signature__bottom-form__inner tbody td,.consent-form-with-signature__bottom-form__inner tbody>tr td{width:100% !important}.consent-form-with-signature__bottom-form__inner tbody td:empty,.consent-form-with-signature__bottom-form__inner tbody>tr td:empty{display:none}}.consent-form-with-signature__bottom-form table{width:100%}.consent-form-with-signature__bottom-form table td{padding:5px;vertical-align:bottom}.consent-form-with-signature__signature,.consent-form-with-signature__date{border-bottom:1px solid #ddd}.consent-form-with-signature__date{font-size:18px}.consent-form-with-signature__date-mobile{display:none}@media(max-width: 767px){.consent-form-with-signature__date-mobile{display:block}}@media(max-width: 767px){.consent-form-with-signature__date:not(.consent-form-with-signature__date-mobile){display:none}}.consent-form-with-signature .bottom-signature-form{display:none}.consent-form-with-signature+.form-group .btn-success{margin-right:10px}.consent-form-with-signature__canvas-parent.sign-border{position:relative}.consent-form-with-signature__canvas-parent.sign-border .canvas-wrapper,.consent-form-with-signature__canvas-parent.sign-border canvas{width:100% !important}.sign-border{border:1px solid #dee2e6}.sign-bg{background:#f8f9fa}.consent-signature-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.consent-signature-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.consent-modal__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.consent-modal__viewer{height:100%;min-height:200px;position:relative}.consent-modal-root .ant-modal-body{height:80vh;min-height:470px}.consent-template{border:10px solid rgba(163,155,155,.3)}.consent-template__inner{position:absolute;height:100%;overflow:auto;padding:20px;width:100%}
.disclosure-template{min-height:340px}.disclosure-template h1{font-size:25px}.disclosure-template h2{font-size:22px}.disclosure-template~.consent-form-with-signature__bottom-form{min-height:214px}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{color:#000 !important;text-shadow:none !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:"Glyphicons Halflings";src:url(/dist/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot);src:url(/dist/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot) format("embedded-opentype"),url(/dist/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(/dist/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/dist/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/dist/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-euro:before,.glyphicon-eur:before{content:"€"}.glyphicon-minus:before{content:"−"}.glyphicon-cloud:before{content:"☁"}.glyphicon-envelope:before{content:"✉"}.glyphicon-pencil:before{content:"✏"}.glyphicon-glass:before{content:""}.glyphicon-music:before{content:""}.glyphicon-search:before{content:""}.glyphicon-heart:before{content:""}.glyphicon-star:before{content:""}.glyphicon-star-empty:before{content:""}.glyphicon-user:before{content:""}.glyphicon-film:before{content:""}.glyphicon-th-large:before{content:""}.glyphicon-th:before{content:""}.glyphicon-th-list:before{content:""}.glyphicon-ok:before{content:""}.glyphicon-remove:before{content:""}.glyphicon-zoom-in:before{content:""}.glyphicon-zoom-out:before{content:""}.glyphicon-off:before{content:""}.glyphicon-signal:before{content:""}.glyphicon-cog:before{content:""}.glyphicon-trash:before{content:""}.glyphicon-home:before{content:""}.glyphicon-file:before{content:""}.glyphicon-time:before{content:""}.glyphicon-road:before{content:""}.glyphicon-download-alt:before{content:""}.glyphicon-download:before{content:""}.glyphicon-upload:before{content:""}.glyphicon-inbox:before{content:""}.glyphicon-play-circle:before{content:""}.glyphicon-repeat:before{content:""}.glyphicon-refresh:before{content:""}.glyphicon-list-alt:before{content:""}.glyphicon-lock:before{content:""}.glyphicon-flag:before{content:""}.glyphicon-headphones:before{content:""}.glyphicon-volume-off:before{content:""}.glyphicon-volume-down:before{content:""}.glyphicon-volume-up:before{content:""}.glyphicon-qrcode:before{content:""}.glyphicon-barcode:before{content:""}.glyphicon-tag:before{content:""}.glyphicon-tags:before{content:""}.glyphicon-book:before{content:""}.glyphicon-bookmark:before{content:""}.glyphicon-print:before{content:""}.glyphicon-camera:before{content:""}.glyphicon-font:before{content:""}.glyphicon-bold:before{content:""}.glyphicon-italic:before{content:""}.glyphicon-text-height:before{content:""}.glyphicon-text-width:before{content:""}.glyphicon-align-left:before{content:""}.glyphicon-align-center:before{content:""}.glyphicon-align-right:before{content:""}.glyphicon-align-justify:before{content:""}.glyphicon-list:before{content:""}.glyphicon-indent-left:before{content:""}.glyphicon-indent-right:before{content:""}.glyphicon-facetime-video:before{content:""}.glyphicon-picture:before{content:""}.glyphicon-map-marker:before{content:""}.glyphicon-adjust:before{content:""}.glyphicon-tint:before{content:""}.glyphicon-edit:before{content:""}.glyphicon-share:before{content:""}.glyphicon-check:before{content:""}.glyphicon-move:before{content:""}.glyphicon-step-backward:before{content:""}.glyphicon-fast-backward:before{content:""}.glyphicon-backward:before{content:""}.glyphicon-play:before{content:""}.glyphicon-pause:before{content:""}.glyphicon-stop:before{content:""}.glyphicon-forward:before{content:""}.glyphicon-fast-forward:before{content:""}.glyphicon-step-forward:before{content:""}.glyphicon-eject:before{content:""}.glyphicon-chevron-left:before{content:""}.glyphicon-chevron-right:before{content:""}.glyphicon-plus-sign:before{content:""}.glyphicon-minus-sign:before{content:""}.glyphicon-remove-sign:before{content:""}.glyphicon-ok-sign:before{content:""}.glyphicon-question-sign:before{content:""}.glyphicon-info-sign:before{content:""}.glyphicon-screenshot:before{content:""}.glyphicon-remove-circle:before{content:""}.glyphicon-ok-circle:before{content:""}.glyphicon-ban-circle:before{content:""}.glyphicon-arrow-left:before{content:""}.glyphicon-arrow-right:before{content:""}.glyphicon-arrow-up:before{content:""}.glyphicon-arrow-down:before{content:""}.glyphicon-share-alt:before{content:""}.glyphicon-resize-full:before{content:""}.glyphicon-resize-small:before{content:""}.glyphicon-exclamation-sign:before{content:""}.glyphicon-gift:before{content:""}.glyphicon-leaf:before{content:""}.glyphicon-fire:before{content:""}.glyphicon-eye-open:before{content:""}.glyphicon-eye-close:before{content:""}.glyphicon-warning-sign:before{content:""}.glyphicon-plane:before{content:""}.glyphicon-calendar:before{content:""}.glyphicon-random:before{content:""}.glyphicon-comment:before{content:""}.glyphicon-magnet:before{content:""}.glyphicon-chevron-up:before{content:""}.glyphicon-chevron-down:before{content:""}.glyphicon-retweet:before{content:""}.glyphicon-shopping-cart:before{content:""}.glyphicon-folder-close:before{content:""}.glyphicon-folder-open:before{content:""}.glyphicon-resize-vertical:before{content:""}.glyphicon-resize-horizontal:before{content:""}.glyphicon-hdd:before{content:""}.glyphicon-bullhorn:before{content:""}.glyphicon-bell:before{content:""}.glyphicon-certificate:before{content:""}.glyphicon-thumbs-up:before{content:""}.glyphicon-thumbs-down:before{content:""}.glyphicon-hand-right:before{content:""}.glyphicon-hand-left:before{content:""}.glyphicon-hand-up:before{content:""}.glyphicon-hand-down:before{content:""}.glyphicon-circle-arrow-right:before{content:""}.glyphicon-circle-arrow-left:before{content:""}.glyphicon-circle-arrow-up:before{content:""}.glyphicon-circle-arrow-down:before{content:""}.glyphicon-globe:before{content:""}.glyphicon-wrench:before{content:""}.glyphicon-tasks:before{content:""}.glyphicon-filter:before{content:""}.glyphicon-briefcase:before{content:""}.glyphicon-fullscreen:before{content:""}.glyphicon-dashboard:before{content:""}.glyphicon-paperclip:before{content:""}.glyphicon-heart-empty:before{content:""}.glyphicon-link:before{content:""}.glyphicon-phone:before{content:""}.glyphicon-pushpin:before{content:""}.glyphicon-usd:before{content:""}.glyphicon-gbp:before{content:""}.glyphicon-sort:before{content:""}.glyphicon-sort-by-alphabet:before{content:""}.glyphicon-sort-by-alphabet-alt:before{content:""}.glyphicon-sort-by-order:before{content:""}.glyphicon-sort-by-order-alt:before{content:""}.glyphicon-sort-by-attributes:before{content:""}.glyphicon-sort-by-attributes-alt:before{content:""}.glyphicon-unchecked:before{content:""}.glyphicon-expand:before{content:""}.glyphicon-collapse-down:before{content:""}.glyphicon-collapse-up:before{content:""}.glyphicon-log-in:before{content:""}.glyphicon-flash:before{content:""}.glyphicon-log-out:before{content:""}.glyphicon-new-window:before{content:""}.glyphicon-record:before{content:""}.glyphicon-save:before{content:""}.glyphicon-open:before{content:""}.glyphicon-saved:before{content:""}.glyphicon-import:before{content:""}.glyphicon-export:before{content:""}.glyphicon-send:before{content:""}.glyphicon-floppy-disk:before{content:""}.glyphicon-floppy-saved:before{content:""}.glyphicon-floppy-remove:before{content:""}.glyphicon-floppy-save:before{content:""}.glyphicon-floppy-open:before{content:""}.glyphicon-credit-card:before{content:""}.glyphicon-transfer:before{content:""}.glyphicon-cutlery:before{content:""}.glyphicon-header:before{content:""}.glyphicon-compressed:before{content:""}.glyphicon-earphone:before{content:""}.glyphicon-phone-alt:before{content:""}.glyphicon-tower:before{content:""}.glyphicon-stats:before{content:""}.glyphicon-sd-video:before{content:""}.glyphicon-hd-video:before{content:""}.glyphicon-subtitles:before{content:""}.glyphicon-sound-stereo:before{content:""}.glyphicon-sound-dolby:before{content:""}.glyphicon-sound-5-1:before{content:""}.glyphicon-sound-6-1:before{content:""}.glyphicon-sound-7-1:before{content:""}.glyphicon-copyright-mark:before{content:""}.glyphicon-registration-mark:before{content:""}.glyphicon-cloud-download:before{content:""}.glyphicon-cloud-upload:before{content:""}.glyphicon-tree-conifer:before{content:""}.glyphicon-tree-deciduous:before{content:""}.glyphicon-cd:before{content:""}.glyphicon-save-file:before{content:""}.glyphicon-open-file:before{content:""}.glyphicon-level-up:before{content:""}.glyphicon-copy:before{content:""}.glyphicon-paste:before{content:""}.glyphicon-alert:before{content:""}.glyphicon-equalizer:before{content:""}.glyphicon-king:before{content:""}.glyphicon-queen:before{content:""}.glyphicon-pawn:before{content:""}.glyphicon-bishop:before{content:""}.glyphicon-knight:before{content:""}.glyphicon-baby-formula:before{content:""}.glyphicon-tent:before{content:"⛺"}.glyphicon-blackboard:before{content:""}.glyphicon-bed:before{content:""}.glyphicon-apple:before{content:""}.glyphicon-erase:before{content:""}.glyphicon-hourglass:before{content:"⌛"}.glyphicon-lamp:before{content:""}.glyphicon-duplicate:before{content:""}.glyphicon-piggy-bank:before{content:""}.glyphicon-scissors:before{content:""}.glyphicon-bitcoin:before{content:""}.glyphicon-btc:before{content:""}.glyphicon-xbt:before{content:""}.glyphicon-yen:before{content:"¥"}.glyphicon-jpy:before{content:"¥"}.glyphicon-ruble:before{content:"₽"}.glyphicon-rub:before{content:"₽"}.glyphicon-scale:before{content:""}.glyphicon-ice-lolly:before{content:""}.glyphicon-ice-lolly-tasted:before{content:""}.glyphicon-education:before{content:""}.glyphicon-option-horizontal:before{content:""}.glyphicon-option-vertical:before{content:""}.glyphicon-menu-hamburger:before{content:""}.glyphicon-modal-window:before{content:""}.glyphicon-oil:before{content:""}.glyphicon-grain:before{content:""}.glyphicon-sunglasses:before{content:""}.glyphicon-text-size:before{content:""}.glyphicon-text-color:before{content:""}.glyphicon-text-background:before{content:""}.glyphicon-object-align-top:before{content:""}.glyphicon-object-align-bottom:before{content:""}.glyphicon-object-align-horizontal:before{content:""}.glyphicon-object-align-left:before{content:""}.glyphicon-object-align-vertical:before{content:""}.glyphicon-object-align-right:before{content:""}.glyphicon-triangle-right:before{content:""}.glyphicon-triangle-left:before{content:""}.glyphicon-triangle-bottom:before{content:""}.glyphicon-triangle-top:before{content:""}.glyphicon-console:before{content:""}.glyphicon-superscript:before{content:""}.glyphicon-subscript:before{content:""}.glyphicon-menu-left:before{content:""}.glyphicon-menu-right:before{content:""}.glyphicon-menu-down:before{content:""}.glyphicon-menu-up:before{content:""}*{-webkit-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media(min-width: 768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media(min-width: 768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:""}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:" —"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 768px){.container{width:750px}}@media(min-width: 992px){.container{width:970px}}@media(min-width: 1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media(min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media(min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media(min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9 ;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month]{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9 ;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media(min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media(min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:normal;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9 ;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);box-shadow:0 6px 12px rgba(0, 0, 0, 0.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9 }.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width: 768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width: 768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width: 768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width: 768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width: 768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media(min-width: 768px){.navbar{border-radius:4px}}@media(min-width: 768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1)}.navbar-collapse.in{overflow-y:auto}@media(min-width: 768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media(max-device-width: 480px)and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width: 768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width: 768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width: 768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media(min-width: 768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width: 768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width: 767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width: 768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1)}@media(min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width: 767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media(min-width: 768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width: 768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media(min-width: 768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media(max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-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;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.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-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-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-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:0 1px 1px rgba(0, 0, 0, 0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:transparent;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)}.modal-sm{width:300px}}@media(min-width: 992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:normal;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0, 0, 0, 0.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0, 0, 0, 0.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0, 0, 0, 0.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0, 0, 0, 0.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;-o-transition:transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);background-color:rgba(0, 0, 0, 0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"‹"}.carousel-control .icon-next:before{content:"›"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9 ;background-color:rgba(0, 0, 0, 0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media(max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media(max-width: 767px){.visible-xs-block{display:block !important}}@media(max-width: 767px){.visible-xs-inline{display:inline !important}}@media(max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-block{display:block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-block{display:block !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media(min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media(min-width: 1200px){.visible-lg-block{display:block !important}}@media(min-width: 1200px){.visible-lg-inline{display:inline !important}}@media(min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media(max-width: 767px){.hidden-xs{display:none !important}}@media(min-width: 768px)and (max-width: 991px){.hidden-sm{display:none !important}}@media(min-width: 992px)and (max-width: 1199px){.hidden-md{display:none !important}}@media(min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}body .ant-select{height:unset}.simple-search-component{position:relative;max-width:250px}.simple-search-component__clear{position:absolute;top:50%;font-size:16px;right:40px;z-index:3;color:#ccc;margin-top:-8px;cursor:pointer}.simple-search-component_full-width{max-width:none}.form-control:not(input){padding:0}.autocomplete-component{position:relative}.autocomplete-component__loader{position:absolute;right:10px;top:50%;z-index:2;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.autocomplete-component__loader+div .ant-select-selection__clear{display:none}.autocomplete-component .ant-select-search__field__wrap{overflow-x:hidden}.autocomplete-component~.validation-message{z-index:3}.datepicker-component .ant-calendar-picker .ant-input,.datepicker-component .ant-picker{background:#fff}.datepicker-component .ant-calendar-picker .ant-input:focus,.datepicker-component .ant-calendar-picker .ant-input:hover,.datepicker-component .ant-picker:focus,.datepicker-component .ant-picker:hover{background:#fff;border-color:#ccc}.datepicker-component .ant-calendar-picker-clear,.autocomplete-component .ant-select-selection__clear{background:#fff}.timepicker-component .ant-time-picker,.timepicker-component .ant-picker,.datepicker-component .ant-calendar-picker,.datepicker-component .ant-picker{width:100%}.autocomplete-component .ant-select-auto-complete.ant-select .ant-select-search--inline,.datepicker-component .ant-select-search--inline,.timepicker-component .ant-select-search--inline{max-height:34px}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input,.autocomplete-component .ant-select-auto-complete.ant-select .ant-picker,.autocomplete-component .ant-select-auto-complete.ant-select .ant-time-picker-input,.datepicker-component .ant-input,.datepicker-component .ant-picker,.datepicker-component .ant-time-picker-input,.timepicker-component .ant-input,.timepicker-component .ant-picker,.timepicker-component .ant-time-picker-input{border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none;height:34px;border-radius:0}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input::-webkit-input-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-picker::-webkit-input-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-time-picker-input::-webkit-input-placeholder, .datepicker-component .ant-input::-webkit-input-placeholder, .datepicker-component .ant-picker::-webkit-input-placeholder, .datepicker-component .ant-time-picker-input::-webkit-input-placeholder, .timepicker-component .ant-input::-webkit-input-placeholder, .timepicker-component .ant-picker::-webkit-input-placeholder, .timepicker-component .ant-time-picker-input::-webkit-input-placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input::-moz-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-picker::-moz-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-time-picker-input::-moz-placeholder, .datepicker-component .ant-input::-moz-placeholder, .datepicker-component .ant-picker::-moz-placeholder, .datepicker-component .ant-time-picker-input::-moz-placeholder, .timepicker-component .ant-input::-moz-placeholder, .timepicker-component .ant-picker::-moz-placeholder, .timepicker-component .ant-time-picker-input::-moz-placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input:-ms-input-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-picker:-ms-input-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-time-picker-input:-ms-input-placeholder, .datepicker-component .ant-input:-ms-input-placeholder, .datepicker-component .ant-picker:-ms-input-placeholder, .datepicker-component .ant-time-picker-input:-ms-input-placeholder, .timepicker-component .ant-input:-ms-input-placeholder, .timepicker-component .ant-picker:-ms-input-placeholder, .timepicker-component .ant-time-picker-input:-ms-input-placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input::-ms-input-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-picker::-ms-input-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-time-picker-input::-ms-input-placeholder, .datepicker-component .ant-input::-ms-input-placeholder, .datepicker-component .ant-picker::-ms-input-placeholder, .datepicker-component .ant-time-picker-input::-ms-input-placeholder, .timepicker-component .ant-input::-ms-input-placeholder, .timepicker-component .ant-picker::-ms-input-placeholder, .timepicker-component .ant-time-picker-input::-ms-input-placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input::placeholder,.autocomplete-component .ant-select-auto-complete.ant-select .ant-picker::placeholder,.autocomplete-component .ant-select-auto-complete.ant-select .ant-time-picker-input::placeholder,.datepicker-component .ant-input::placeholder,.datepicker-component .ant-picker::placeholder,.datepicker-component .ant-time-picker-input::placeholder,.timepicker-component .ant-input::placeholder,.timepicker-component .ant-picker::placeholder,.timepicker-component .ant-time-picker-input::placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input:focus,.autocomplete-component .ant-select-auto-complete.ant-select .ant-input:hover,.autocomplete-component .ant-select-auto-complete.ant-select .ant-picker:focus,.autocomplete-component .ant-select-auto-complete.ant-select .ant-picker:hover,.autocomplete-component .ant-select-auto-complete.ant-select .ant-time-picker-input:focus,.autocomplete-component .ant-select-auto-complete.ant-select .ant-time-picker-input:hover,.datepicker-component .ant-input:focus,.datepicker-component .ant-input:hover,.datepicker-component .ant-picker:focus,.datepicker-component .ant-picker:hover,.datepicker-component .ant-time-picker-input:focus,.datepicker-component .ant-time-picker-input:hover,.timepicker-component .ant-input:focus,.timepicker-component .ant-input:hover,.timepicker-component .ant-picker:focus,.timepicker-component .ant-picker:hover,.timepicker-component .ant-time-picker-input:focus,.timepicker-component .ant-time-picker-input:hover{border-color:#ccc}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input[disabled],.autocomplete-component .ant-select-auto-complete.ant-select .ant-picker[disabled],.autocomplete-component .ant-select-auto-complete.ant-select .ant-time-picker-input[disabled],.datepicker-component .ant-input[disabled],.datepicker-component .ant-picker[disabled],.datepicker-component .ant-time-picker-input[disabled],.timepicker-component .ant-input[disabled],.timepicker-component .ant-picker[disabled],.timepicker-component .ant-time-picker-input[disabled]{background:#f1f1f1;cursor:not-allowed}.autocomplete-component_disabled .ant-input{background-color:#f5f5f5 !important}.inline-select-item{display:inline-block;color:rgba(0,0,0,.65);background-color:#fafafa;border:1px solid #e8e8e8;border-radius:2px;cursor:default;margin-right:5px;position:relative;overflow:hidden;font-size:1.2307692308em;padding:0 10px;vertical-align:middle;margin-bottom:5px}.inline-select-item>span{display:block}.inline-select-item__remove{position:absolute;right:5px;top:50%;margin-top:-7px;cursor:pointer;font-size:14px}.inline-select-item__remove+span{padding-right:10px}.inline-select-item_witm-mb{margin-bottom:5px}.inline-select-item_sm{font-size:1.0769230769em}.inline-select-item_link{color:#1890ff;cursor:pointer}.form-group .validation-message~.form-control{border-color:#e74c3c}.form-group .validation-message~div{position:relative}.form-group .validation-message~div .ant-input,.form-group .validation-message~div .form-control,.form-group .validation-message~div .ant-time-picker-input,.form-group .validation-message~div .ant-select-selection,.form-group .validation-message~div .ant-select-selector{border-color:#e74c3c !important}.form-group.with-input-group .validation-message{right:32px}.has-error{position:relative}.has-error .form-control,.has-error .ant-picker{border-color:#e74c3c !important}.has-error .input-group .ant-select .ant-select-selector,.has-error .input-group .ant-picker{border-color:#e74c3c !important}.autocomplete-filter-component,.select-filter-component{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;float:right;margin-left:10px}.validation-error-input{border-color:#e74c3c !important;color:#e74c3c}.state-component{width:100%}.la-ball-clip-rotate-pulse,.la-ball-clip-rotate-pulse>div{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.la-ball-clip-rotate-pulse{width:16px;height:16px;display:block;font-size:0;color:#555}.la-ball-clip-rotate-pulse>div{position:absolute;top:50%;left:50%;border-radius:100%;display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-ball-clip-rotate-pulse>div:first-child{position:absolute;width:16px;height:16px;background:rgba(0,0,0,0);border-style:solid;border-right-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0);-webkit-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;border-width:1px}.la-ball-clip-rotate-pulse>div:last-child{width:8px;height:8px;-webkit-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}@-webkit-keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-webkit-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}.menu-component__item-toggle{z-index:5;position:absolute;top:0;height:40px;width:40px;right:0;text-align:center;line-height:40px;cursor:pointer}.menu-component__item{position:relative}.menu-component__item-children-container{font-size:13px}.menu-component__item-children-container .menu-component__children{display:none}.menu-component__item-children-container .menu-component__children .menu-component__item-link{padding-left:25px}.menu-component__item-children-container.isOpen>.menu-component__children{display:block;padding-left:0}a.disabled{pointer-events:none}.toggle-checkbox{display:none}.toggle-checkbox,.toggle-checkbox::after,.toggle-checkbox::before,.toggle-checkbox *,.toggle-checkbox *::after,.toggle-checkbox *::before,.toggle-checkbox+.toggle-checkbox__label{-webkit-box-sizing:border-box;box-sizing:border-box}.toggle-checkbox::-moz-selection, .toggle-checkbox::after::-moz-selection, .toggle-checkbox::before::-moz-selection, .toggle-checkbox *::-moz-selection, .toggle-checkbox *::after::-moz-selection, .toggle-checkbox *::before::-moz-selection, .toggle-checkbox+.toggle-checkbox__label::-moz-selection{background:none}.toggle-checkbox::selection,.toggle-checkbox::after::selection,.toggle-checkbox::before::selection,.toggle-checkbox *::selection,.toggle-checkbox *::after::selection,.toggle-checkbox *::before::selection,.toggle-checkbox+.toggle-checkbox__label::selection{background:none}.toggle-checkbox+.toggle-checkbox__label{outline:0;width:65px;height:32px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#d8d4d4;border-radius:2em;padding:2px;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;display:inline-block;vertical-align:middle;margin-bottom:0}.toggle-checkbox+.toggle-checkbox__label::after,.toggle-checkbox+.toggle-checkbox__label::before{position:relative;display:block;content:"";width:50%;height:100%}.toggle-checkbox+.toggle-checkbox__label::after{left:0;border-radius:50%;background:#fff;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.toggle-checkbox+.toggle-checkbox__label::before{display:none}.toggle-checkbox:checked+.toggle-checkbox__label::after{left:50%}.toggle-checkbox:checked+.toggle-checkbox__label{background:green}.toggle-checkbox:checked+.toggle-checkbox__label .toggle-checkbox__on{visibility:visible}.toggle-checkbox:checked+.toggle-checkbox__label .toggle-checkbox__off{visibility:hidden}.toggle-checkbox[disabled]+.toggle-checkbox__label{cursor:not-allowed;background:#b5b5b5 !important}.toggle-checkbox[disabled]+.toggle-checkbox__label .toggle-checkbox__off{color:#fff}.toggle-checkbox__off,.toggle-checkbox__on{position:absolute;font-size:13px;line-height:28px}.toggle-checkbox__off{right:6px}.toggle-checkbox__on{left:6px;color:#fff;visibility:hidden}.table-mobile__caption{display:none}.double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out;display:none}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}.loading-component .double-bounce1,.loading-component .double-bounce2{display:block;background:#5785ff}.loading-component.page-loading{height:100%;width:100%;text-align:center}.loading-component.page-loading .spinner{margin:0 auto 10px}@supports(display: -moz-flex) or (display: flex) or (display: -ms-flexbox){.loading-component.page-loading{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.loading-component__caption{text-transform:uppercase;color:#5785ff;font-weight:bold}.page-not-found{min-height:100vh;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.page-not-found__header{margin:auto;color:rgba(0,0,0,.85);font-size:42px;font-weight:700}.multiple-select-dropdown-hidden{display:none !important}.slide-show{padding:40px}.slide-show-modal{position:static;margin-top:56px}.slide-show-lg{height:350px;position:relative}.slide-show-lg .slick-slide div{height:350px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.slide-show-lg__nav .next,.slide-show-lg__nav .prev{top:50%;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);outline:none;-webkit-transition:.6s all;-o-transition:.6s all;transition:.6s all}.slide-show-lg__nav .next:focus,.slide-show-lg__nav .prev:focus{outline:none}.slide-show-lg__nav .prev{left:10px}.slide-show-lg__nav .next{right:10px}.slide-show-lg__item img{width:100%;max-height:350px;-o-object-fit:contain;object-fit:contain}.slide-show-thumbs{max-width:100%;margin-top:44px;position:relative}.slide-show-thumbs .slick-slide div{height:150px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:8px}.slide-show-thumbs-no-slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.slide-show-thumbs-no-slide div{height:150px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:0;margin:8px;max-width:200px}.slide-show-thumbs-no-slide div img{height:100%;-o-object-fit:cover;object-fit:cover}.slide-show-thumbs__item{cursor:pointer;position:relative;height:100%;border-radius:4px}.slide-show-thumbs__item img{width:100%;height:100%;border-radius:4px;-o-object-fit:contain;object-fit:contain;max-height:unset !important}.slide-show-thumbs__item .image-item__edit,.slide-show-thumbs__item .image-item__remove{visibility:visible;opacity:1}.slide-show-thumbs__item button.image-item__remove{position:relative !important}.slide-show-thumbs__item .image-item__edit{left:0;border-radius:0 0 5px 0}.slide-show-thumbs__nav .next,.slide-show-thumbs__nav .prev{top:50%;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);outline:none;height:40px;width:40px;border-radius:50%}.slide-show-thumbs__nav .prev{left:-46px}.slide-show-thumbs__nav .next{right:-46px}html{height:100%}h1{margin:.5em 0}h1:empty{display:none}textarea{max-width:100%;resize:none}textarea.form-control{padding:6px 12px}.form-control:focus .validation-message{opacity:.2}input::-webkit-contacts-auto-fill-button,input::-webkit-credentials-auto-fill-button{visibility:hidden;display:none !important;pointer-events:none;position:absolute;right:0;opacity:0}.pre{white-space:pre-wrap}body{font-family:"Open Sans",sans-serif;font-size:13px;color:#333;height:100%;--top-height: 50px}body.is-dashboard-page #podium-website-widget{display:none}body .ant-table-wrapper .ant-table,body .ant-dropdown-menu,body .ant-popover,body .ant-tabs,body .ant-select-selector,body .ant-select-dropdown,body .ant-picker{font-family:"Open Sans",sans-serif !important}body .input-group-btn:last-child>.btn,body .input-group-btn:last-child>.btn-group{z-index:unset}body .ant-tag.ant-tag-has-color a{color:inherit}.menu-component__item-favorite-btn{outline:none;position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);cursor:pointer;-webkit-transition:all .2s cubic-bezier(0.645, 0.045, 0.355, 1);-o-transition:all .2s cubic-bezier(0.645, 0.045, 0.355, 1);transition:all .2s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;line-height:1.5714285714;color:rgba(0,0,0,.88);min-width:24px;-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;border-radius:50%}#react-app{height:100%}.custom-scroll{overflow:auto}.custom-scroll::-webkit-scrollbar{width:12px}.custom-scroll::-webkit-scrollbar-track{background:#fff}.custom-scroll::-webkit-scrollbar-thumb{background-color:#e6e6e6;border-radius:20px;border:2px solid #fff}.spin-container{position:absolute;left:0;top:0;bottom:0;right:0;z-index:20}.spin-container .loading-component.page-loading{position:relative}.spin-container::before{content:"";opacity:.5;position:absolute;left:0;top:0;bottom:0;right:0;background:#fff;pointer-events:none}.spin-container .ant-spin{position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px}.is-relative{position:relative}.uppercase{text-transform:uppercase}.nobr{white-space:nowrap}.rows-5 .form-control{max-height:-webkit-calc(7.5em + 3px + 3px + 1px + 1px + 1px);max-height:calc(7.5em + 3px + 3px + 1px + 1px + 1px);min-height:-webkit-calc(7.5em + 3px + 3px + 1px + 1px + 1px);min-height:calc(7.5em + 3px + 3px + 1px + 1px + 1px)}.p30{padding-top:30px}.right{float:right}.ml5{float:left;margin-left:5px;margin-top:-86px}.ml-5{margin-left:-5px}.fullWidth{width:117%}.alert{white-space:pre-line}.alert-success.fa,.alert-danger.fa{background-color:rgba(0,0,0,0)}.w100{width:100%}.row.flex-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ant-tabs-tab-disabled .site-img{opacity:.4}img.tab-img,.tab-img img{-webkit-filter:brightness(0%);filter:brightness(0%)}.ant-tabs-tab-disabled img.tab-img,.ant-tabs-tab-disabled .tab-img img{opacity:.5}.ant-tabs-tab-active .site-img{-webkit-filter:invert(30%) sepia(85%) saturate(2483%) hue-rotate(208deg) brightness(103%) contrast(101%);filter:invert(30%) sepia(85%) saturate(2483%) hue-rotate(208deg) brightness(103%) contrast(101%)}.small-text{font-size:11px}.long-text{word-break:break-word}.dropdown-link{display:block;white-space:normal}body .mobile-show{display:none}.logo-position{padding:0;width:20px;float:right;margin-right:15px;margin-top:-25px}.icon-tab{width:20px;height:20px;margin-right:10px;border-radius:2px}.inputPathIcon i.fa{width:36px;height:32px;text-align:center;margin-top:9px;color:#000}.inputPathIcon div{width:36px;height:32px;margin-top:-33px;border-left:solid 1px #ccc;position:relative;float:right}.portal-path{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.portal-path__input{width:710px}.portal-path__icon{-webkit-align-self:end;-ms-flex-item-align:end;align-self:end;border:solid 1px #ccc;border-left:none;padding:5px 10px;height:34px}.portal-path__icon i{color:#000}.w240{width:240px}.w324{width:328px}.w324 input{width:164px !important}.ml-165{margin-left:-175px !important}.ml-165 input{width:164px !important}.ml-130{margin-left:-131px !important}.lg-input.w240{width:310px}.lg-input.ml-130{margin-left:-166px !important}.lg-input .input-short{width:155px !important}.br-left-none{border-top-left-radius:0;border-bottom-left-radius:0}.br-right-none{border-top-right-radius:0;border-bottom-right-radius:0}.offset__box{float:right;width:-webkit-calc(100% + 160px);width:calc(100% + 160px)}@media screen and (max-width: 767px){.offset__box{width:100%}}.site-headline .portal-logo{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-right:6px;height:36px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0;border:0;background-color:rgba(0,0,0,0)}.site-headline .portal-logo img{height:32px;width:32px}.site-headline .portal-logo__gray{-webkit-filter:brightness(0%);filter:brightness(0%)}.site-headline button.portal-logo:hover{opacity:.8}.site-headline h1{max-width:100%;word-break:break-word}@media screen and (max-width: 1199px){.site-headline h1{font-size:25px}}@media screen and (max-width: 1199px){.site-headline h3{margin-top:0 !important}}.site-headline__buttons{margin-bottom:0}.site-headline__buttons button{margin-bottom:10px}.hide-signature-template .signature-template{pointer-events:none;opacity:.5}.trumbowyg-highlight{color:#00a501}.hide-trumbowyg-images-button~.wysiwyg-component .trumbowyg-images-button{display:none}.disable-signature-template-patient .trumbowyg-plugins-signature-patient{pointer-events:none;opacity:.5}.disable-signature-template-initials .trumbowyg-plugins-signature-initials{pointer-events:none;opacity:.5}.disable-signature-template-witness .trumbowyg-plugins-signature-witness{pointer-events:none;opacity:.5}.trumbowyg:not(.trumbowyg-fullscreen){height:350px}#faq-editor-form .ant-tabs-nav-wrap{-webkit-box-flex:inherit;-webkit-flex:inherit;-ms-flex:inherit;flex:inherit}#faq-editor-form .ant-tabs-extra-content{margin-left:10px}#review-editor-form .ant-tabs-nav-wrap{-webkit-box-flex:inherit;-webkit-flex:inherit;-ms-flex:inherit;flex:inherit}#review-editor-form .ant-tabs-extra-content{margin-left:10px}@media screen and (max-width: 1199px){.calendar-drag-element{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;gap:2px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:10px;background:#ccc;color:#444;text-align:center}.calendar-drag-element>div,.calendar-drag-element::after{content:"";height:60%;width:1px;background:#444;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.calendar-drag-element>div::before{right:-13px;left:-12px}.calendar-drag-element~.calendar-header-event{width:-webkit-calc(100% - 12px);width:calc(100% - 12px);margin-left:3px}.rbc-time-header-content:last-child .calendar-drag-element>div::before{right:-5px}}@media screen and (max-width: 767px){.logo-position{margin-top:-140px}}@media screen and (max-width: 550px){.logo-position{margin-top:-50px}}@media screen and (max-width: 768px){.mobile-hidden{display:none}body .mobile-show{display:block}body .mobile-show.mobile-show__inline{display:inline}body .mobile-show.mobile-show__inline-block{display:inline-block}}@media screen and (min-width: 1300px){.container{width:1300px}}@media screen and (min-width: 1500px){.container{width:1500px}}.square-block{position:relative}.square-block::before{padding-top:100%;display:block;content:""}.vertical-middle{vertical-align:middle}.app-container{overflow-x:clip;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100%;background:#eaeff3}.app-container .btn-group .btn~.btn,body .btn-group .btn~.btn{margin-left:-1px}.app-container .btn-info.isLoading::before,body .btn-info.isLoading::before{color:#fff}.app-container .button-component.loading-button,body .button-component.loading-button{position:relative}.app-container .button-component.loading-button::before,body .button-component.loading-button::before{display:none}.app-container .button-component.loading-button .logo-loader-container,body .button-component.loading-button .logo-loader-container{position:absolute;display:block;left:50%;top:50%;margin:-14px 0 0 -14px;width:28px;height:28px}.app-container .button-component.loading-button .logo-loader-container svg,body .button-component.loading-button .logo-loader-container svg{display:block;width:100%;height:100%}.app-container .dropdown-button,body .dropdown-button{display:block;border:1px solid #eee;text-align:left;padding:8px 20px 8px 10px;border-radius:3px;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.25);box-shadow:0 1px 2px 0 rgba(0,0,0,.25);width:100%;position:relative;margin-bottom:20px}.app-container .dropdown-button:focus,body .dropdown-button:focus{outline:none}.app-container .dropdown-button .fa,body .dropdown-button .fa{right:10px;top:50%;font-size:20px;margin-top:-10px;position:absolute}.app-container .input-group-btn .btn-sm,body .input-group-btn .btn-sm{height:34px;z-index:unset}.app-container .input-group-btn .ant-radio-button-wrapper:first-child,body .input-group-btn .ant-radio-button-wrapper:first-child{border-radius:0}.ant-radio-button-wrapper .fa[title],.ant-radio-button-wrapper img[title]{position:relative;z-index:1}.ant-radio-button-wrapper>.ant-radio-button{z-index:0}@media(pointer: fine){.btn-scale-effect{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 rgba(0,0,0,0);-webkit-transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:-webkit-transform .2s,-webkit-box-shadow .2s;-o-transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s}.btn-scale-effect:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.2);box-shadow:2px 2px 5px rgba(0,0,0,.2)}}.text-end{text-align:end}.button-height{line-height:34px}.ant-table .fi{margin-top:-8px;margin-bottom:-8px}.ant-table-header-column{width:100%}.ant-table .color-tag{font-size:14px;min-width:20px}.ant-table .validation-message{opacity:.8}.table-cell{word-break:break-word}.table-cell.three-row{display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.header-with-value{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:0 5px}.header-with-value>:last-child{margin-left:auto}.btn.pdf img{height:19px}.table-custom-sort .ant-table-column-title .text-end .pull-left.ellipsis:first-child{padding-right:15px}.table-custom-sort .ant-table-column-sorter{position:relative;width:10px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.table-small .ant-table-wrapper .ant-table-tbody>tr>td,.table-small .ant-table-tbody>tr>td,.table-small.drag-helper-container>td{padding:10px 5px;font-size:14px;line-height:1.57}.table-small .ant-table-wrapper .ant-table-tbody>tr>td div[data-column],.table-small .ant-table-tbody>tr>td div[data-column],.table-small.drag-helper-container>td div[data-column]{vertical-align:bottom}.table-small .ant-table{overflow-x:auto}.ant-tabs-extra-content-left .ant-tabs-extra-content{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.ant-tabs-extra-content-left .ant-tabs-nav-wrap{-webkit-box-flex:inherit !important;-webkit-flex:inherit !important;-ms-flex:inherit !important;flex:inherit !important}.ant-form-item{margin-bottom:15px}.ant-tabs-tab{background:#fff}.ant-tooltip{max-width:max(30vw,350px)}.ant-tooltip .user-avatar-with-status:first-child{margin-left:10px}.ant-tooltip .ant-tooltip-inner{background-color:#fff;color:rgba(0,0,0,.85);max-height:min(300px,55vh);overflow:auto}.ant-tooltip .ant-tooltip-arrow{--antd-arrow-background-color: #fff}.input-color-picker{position:relative}.input-color-picker input{padding-right:45px}.input-color-picker .color-picker__color-container,.input-color-picker .color-picker__trigger{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px}.input-color-picker .ant-dropdown-trigger.color-picker__trigger{width:30px;height:20px}.input-color-picker .ant-dropdown-trigger.color-picker__trigger .color-picker__color-container{right:0;padding:3px;height:24px}.tooltip-bordered .ant-tooltip-inner{border:1px solid var(--border-color)}.tooltip-bordered .ant-tooltip-content::before{content:"";position:absolute;bottom:0;left:50%;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);border-top:11px solid var(--antd-arrow-background-color);-webkit-transform:translate(-50%, -webkit-calc(100% - 3px));-ms-transform:translate(-50%, calc(100% - 3px));transform:translate(-50%, calc(100% - 3px));z-index:10}.tooltip-bordered .ant-tooltip-arrow::after{border:1px solid var(--border-color)}.generate-pdf-by-appointment .ant-popover-inner-content{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:700px}.generate-pdf-by-appointment .ant-popover-inner-content .autocomplete-component-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:520px}.fullscreen-loader-container{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#fff;border-radius:5px;padding:10px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.2);box-shadow:3px 3px 5px rgba(0,0,0,.2);z-index:1000}.button-component.isLoading,.loading-component.isLoading{position:relative}.button-component.isLoading>span,.loading-component.isLoading>span{opacity:0}.button-component.isLoading::before,.loading-component.isLoading::before{content:"";position:absolute;display:block;left:50%;top:50%;margin:-10px 0 0 -10px;width:20px;height:20px;border-radius:100%;border-width:2px;border-style:solid;border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);-webkit-animation:rotate 1.5s linear 0s infinite;animation:rotate 1.5s linear 0s infinite;color:#afafaf}.btn .loading-component.isLoading::before{color:currentColor}.btn{border-radius:3px}.btn-with-icon{padding:0;border:0}.btn-with-icon .btn{margin:0 !important}.btn~.btn{margin-left:10px}.btn-table{margin:-4px 0}a.disabled-with-title{pointer-events:auto;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.disabled-with-title:active{pointer-events:none}.dayTimeSelect .sizeTime h2{text-align:center;font-size:20px;font-weight:bolder}.dayTimeSelect .btn-time{width:70px;margin-bottom:20px;color:#fff}.dayTimeSelect .btn-time.active{background:#096;border:#096}.dayTimeSelect .btn-time.disabled{background:#efefef;border:#efefef}.dayTimeSelect .btn-time.disabled.active{background:#f66;border:#f66}.insurance-coded{color:#1890ff}.insurance-not-coded{color:#2ce533}.insurance-not-coded:hover{color:#5bd925}.history__top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.history__top .history-filters{-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}.history__top .history-filters .autocomplete-filter-component,.history__top .history-filters .autocomplete-component{width:100%}.stretch-autocomplete .autocomplete-filter-component{width:100%}.stretch-autocomplete .autocomplete-filter-component .autocomplete-component{width:100%}.ant-table-thead{z-index:1}.table-with-line .ant-table-tbody>tr>td:first-child{position:relative}.table-mobile__content .input-group{width:100%}button.display-center{border:none;padding:0;background:rgba(0,0,0,0)}@media(max-width: 767px){.table-mobile td.text-center,.table-mobile td .text-center,.table-mobile th.text-center,.table-mobile th .text-center{text-align:start}.table-mobile td .display-center,.table-mobile th .display-center{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}.table-mobile thead{display:unset}.table-mobile thead td:not(.action-column),.table-mobile thead th:not(.action-column){display:none}.table-mobile thead td:not(.action-column):empty,.table-mobile thead th:not(.action-column):empty{display:none}.table-mobile thead th.action-column .btn{float:none !important}}.dashboard-container-content .custom-event__status-tooltip{z-index:9}.appointment-history-tooltip .ant-tooltip-inner{background:var(--bg-color);color:var(--color)}.appointment-history-tooltip .ant-tooltip-inner .payment-list__item{color:var(--color)}.appointment-history-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow{border-top-color:var(--bg-color)}.appointment-history-tooltip.ant-tooltip-placement-left .ant-tooltip-arrow{border-left-color:var(--bg-color)}.appointment-history-tooltip.ant-tooltip-placement-right .ant-tooltip-arrow{border-right-color:var(--bg-color)}.appointment-history-tooltip.ant-tooltip .ant-tooltip-arrow{--antd-arrow-background-color: var(--bg-color) !important}.appointment-history-tooltip.ant-tooltip .ant-tooltip-arrow::before{background:var(--bg-color)}.appointment-masked-input{padding:0 11px;outline:none}.appointment-masked-input:focus-visible{border-color:#606060}.appointment-history:not(.table-auto-scroll) .ant-table-thead>tr>th,.appointment-history:not(.table-auto-scroll) .ant-table-thead>tr>td,.appointment-history:not(.table-auto-scroll) .ant-table-tbody>tr>td{padding:16px 9px}.appointment-history .ant-table-tbody>tr>td:first-child,.appointment-history .ant-table-tbody>tr>td:nth-child(2){position:relative !important}.appointment-history .ant-table-row-expand-icon-cell{padding:0 !important}.appointment-history .ant-table-row-expand-icon-cell *{display:none}.appointment-history .ant-table-tbody>tr>td:not(:first-child){position:static}@media(min-width: 767px){.appointment-history:not(.table-auto-scroll) .ant-table-tbody>tr>td:first-child{padding:16px 5px}}.appointment-history.table-auto-scroll .appointment-history__line{left:0}.appointment-history__line{position:absolute;left:-6px;top:0;background:currentColor;height:100%;width:6px;border-radius:5px 0 0 5px;cursor:pointer}.appointment-history .no-wrap{word-wrap:initial}.selected-items__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.selected-items__actions .ant-tooltip-inner{width:-webkit-max-content;width:-moz-max-content;width:max-content}.spin{-webkit-animation:rotate_1 linear infinite 1s;animation:rotate_1 linear infinite 1s}@-webkit-keyframes rotate_1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.custom-radio label{padding:1px 0 0}.custom-radio label.custom-radio-button{padding:1px 15px 0}.custom-radio .custom-radio-button{padding:0 15px}.appointment-document-table td .time-form{word-wrap:initial;-o-text-overflow:unset;text-overflow:unset;overflow:visible}.ratio-group .filter-ratio-element .btn{border-radius:0;border:1px solid #3c8dbc;border-left-color:rgba(0,0,0,0)}.ratio-group .filter-ratio-element .btn.btn-light{background-color:#fff}.ratio-group .filter-ratio-element:first-child>.btn{border-radius:3px 0 0 3px}.ratio-group .filter-ratio-element:first-child>.btn.btn-light{border-left-color:#3c8dbc}.ratio-group .filter-ratio-element:last-child>.btn{border-radius:0 3px 3px 0}.ratio-group .ratio-group-selected{color:#1890ff}.table-sorter{margin-left:5px}.table-sorter .btn{background:none !important;border:none !important;outline:none !important;padding:3px 5px;-webkit-box-shadow:none;box-shadow:none}.qr-code__btn.btn-sm{padding:4px 5px}.readonly-control>div{max-width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.qr-code__img{width:300px;height:300px}.qr-code__download{text-align:right}.payer-list .ant-select{width:100%}.report-source-types-filter__default .ant-select-selection-item-remove{display:none}@media(max-width: 767px){.payers-filters .input-long{width:232px !important}}@media(min-width: 768px){.payers-filters+.ant-table-wrapper .ant-table-row td{width:50%}}.payers-filters+.ant-table-wrapper .ant-table-row td:last-child{white-space:nowrap}.validation-message{color:#fff;background:#e74c3c;text-align:right;position:absolute;right:0;bottom:0;font-size:11px;padding:3px;line-height:normal;z-index:1;pointer-events:none}.validation-message_wrapper .validation-message{z-index:2}.validation-message~.wysiwyg-component .trumbowyg-box{border-color:#e74c3c}.react-datepicker-popper{z-index:9}.ant-select-item-option-content>.fa:first-child{width:16px;text-align:center}.input-group .validation-message{right:34px}.input-group .status-filter{max-width:100%}.input-group .status-filter .ant-select{max-width:100%}.file-control .validation-message{right:0}.file-control .validation-message~.attached-file{border-color:#e74c3c}.file-control .input-group-btn .btn{border-bottom-left-radius:0;border-top-left-radius:0}.length-control .col-sm-6{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:10px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.control-measurement .simple-loader{position:absolute;right:10px;top:36px}.consent-signature-flex{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.input-height{height:34px}.ant-tabs-top>.ant-tabs-nav,.ant-tabs-bottom>.ant-tabs-nav,.ant-tabs-top>div>.ant-tabs-nav,.ant-tabs-bottom>div>.ant-tabs-nav{margin-bottom:0}.autocomplete-component .ant-select-selection-search-input:not(:focus){-o-text-overflow:ellipsis;text-overflow:ellipsis}.autocomplete-component .ant-select,form .ant-input,form .ant-select-selector,.form-group :not(.react-datepicker__custom-header) .is-relative .ant-select{width:100%}.list-filters .autocomplete_magrin,.autocomplete_magrin{min-width:200px}.list-filters .autocomplete_magrin .autocomplete-filter-component,.autocomplete_magrin .autocomplete-filter-component{margin:0;width:100%}.list-filters .autocomplete_magrin .autocomplete-component,.autocomplete_magrin .autocomplete-component{width:100%}.list-filters .autocomplete_magrin .ant-select.multiple-select-filter,.autocomplete_magrin .ant-select.multiple-select-filter{margin:0;width:100%;min-width:unset}.simple-search-component{z-index:1}.simple-search-component__short{width:180px}.inquiry-patients-filters .simple-search-component{max-width:190px;z-index:1}.ant-modal .patients-filters .simple-search-component{width:200px}.captcha-component{margin-bottom:10px;display:inline-block;position:relative}.captcha-component:hover .captcha-component__reload{display:block}.captcha-component__reload{position:absolute;left:0;height:100%;width:100%;top:0;background:rgba(0,0,0,.5);border:none;display:none}.captcha-component__icon{color:#fff;position:absolute;left:50%;top:50%;font-size:30px;margin:-15px 0 0 -15px}.patient-filters-tooltip{z-index:9}.patient-filters-tooltip .ant-table-pagination .ant-popover-inner-content{max-height:unset;overflow:auto;min-height:unset;width:150px}.patient-filters-tooltip .ant-table-pagination .ant-popover-inner-content .ant-checkbox-wrapper-checked{margin:0}.patient-filters-tooltip .ant-popover-inner-content{max-height:70vh;overflow:auto}.patient-filters-tooltip .ant-popover-inner-content>:first-child{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}@media(max-width: 767px){.patient-filters-tooltip__small.ant-popover{width:-webkit-calc(85vw - 30px) !important;width:calc(85vw - 30px) !important}}.patient-filters-tooltip__small .ant-popover-inner-content{max-height:66vh}.patient-filters-tooltip.filters-component-tooltip.patient-find-duplicates{width:1150px}.form-control__color{height:34px}.form-control__color .color-picker__color-container-inner{height:100%}.filters-tooltip__tabs.filters-component-tooltip{width:75vw}.filters-tooltip__tabs.filters-component-tooltip .ant-tabs-tab{padding:5px 14px}.filters-tooltip__tabs.filters-component-tooltip .ant-tabs-tabpane-hidden{display:none !important}.filters-tooltip__tabs.filters-component-tooltip .ant-tabs-tabpane-active{margin:0;border:0;padding:15px 10px 0}.filters-tooltip__tabs.filters-component-tooltip .ant-collapse-header-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.filters-tooltip__tabs.filters-component-tooltip .ant-popover-inner-content{max-height:75vh}.filters-tooltip__tabs.filters-component-tooltip .ant-popover-inner-content .ant-tabs-nav{max-width:-webkit-calc(75vw - 28px);max-width:calc(75vw - 28px)}.filters-tooltip__tabs.filters-component-tooltip .filters-component-title__container{margin-top:0 !important}.filters-tooltip__tabs.filters-component-tooltip .ant-collapse-header{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media(max-width: 767px){.filters-tooltip__tabs.filters-component-tooltip .ant-tabs-tab .tab-text{display:none}.filters-tooltip__tabs.filters-component-tooltip .ant-tabs-nav-operations{display:none}}.popover__button-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.popover__button-list .btn~.btn{margin:10px 0 0}.accrual-switch .ant-switch-inner-checked{margin-top:-1px}.list-filters{margin-bottom:10px}.list-filters__emails-search{margin-right:15px;max-width:200px}.list-filters.appointments-filters .simple-search-component input{width:220px}.list-filters select.form-control{width:160px}.list-filters .form-control.input-short{width:160px}.list-filters .btn-group .btn{height:34px}.list-filters .ant-select.multiple-select-filter{min-width:200px;width:auto}.list-filters .ant-select.multiple-select-filter .ant-select-selection__choice__content{font-size:12px}.list-filters .standart-select-filter{width:180px}.list-filters .standart-select-filter select.form-control{width:100%}.list-filters .ant-select{width:180px}.list-filters .status-filter .ant-select{width:unset;min-width:180px}@media(max-width: 767px){.list-filters .simple-search-component.input-group{max-width:100%;width:-webkit-calc(100vw - 130px);width:calc(100vw - 130px)}.list-filters .simple-search-component.input-group input.form-control{width:100%}}@media screen and (max-width: 550px){.list-filters .simple-search-component{max-width:100%}.list-filters .simple-search-component input.form-control{width:100%}}@media(max-width: 767px){.ant-tabs .list-filters .simple-search-component.input-group{width:-webkit-calc(100vw - 200px);width:calc(100vw - 200px)}}.filters-wrapper{margin-bottom:0}.filters-wrapper .radio-with-range{max-height:34px}.filters-wrapper .datepicker-component{width:220px}.filters-wrapper .datepicker-component__big .datepicker-component{width:260px}.filters-wrapper .datepicker-wrapper{margin-bottom:5px}.filters-wrapper .datepicker-wrapper .datepicker-component{width:unset}.filters-wrapper>*{margin-bottom:15px}.filters-wrapper .select-filter-component{margin-left:0}.add-item-btn .fa{display:none}@media(max-width: 767px){.add-item-btn span{display:none}.add-item-btn .fa{display:inline-block}}.mobile-range-picker .ant-picker-time-panel{display:none}@media(max-width: 767px){.filters-tooltip-adaptive__short.filters-component-tooltip{max-width:-webkit-calc(100vw - 90px);max-width:calc(100vw - 90px)}}.filters-tooltip-adaptive.filters-component-tooltip .ant-popover-title{margin-bottom:0}.filters-tooltip-adaptive.filters-component-tooltip .ant-popover-inner-content{max-height:75vh;overflow-y:auto;padding-top:10px}@media(max-height: 500px){.filters-tooltip-adaptive.filters-component-tooltip .ant-popover-inner-content{max-height:55vh}}@media(max-width: 991px){.dayoff-filters-popover{max-width:82vw !important}}.filters-component-tooltip .react-datepicker__year-select,.filters-component-tooltip .react-datepicker__month-select{min-width:80px !important}.filters-component-tooltip .ant-popover-inner-content>:first-child .react-datepicker-popper,.filters-component-tooltip .ant-popover-inner-content .filters-container .react-datepicker-popper{z-index:9}.filters-component-tooltip .ant-popover-inner-content>:first-child .multi-select-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .multi-select-filter{width:-webkit-calc(33.33% - 20px);width:calc(33.33% - 20px);-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(33.33% - 20px);-ms-flex:0 0 calc(33.33% - 20px);flex:0 0 calc(33.33% - 20px);min-width:200px}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .multi-select-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .multi-select-filter{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(33.33% - 20px);-ms-flex:1 0 calc(33.33% - 20px);flex:1 0 calc(33.33% - 20px)}}.filters-component-tooltip .ant-popover-inner-content>:first-child>div:not([data-param]):not([class]),.filters-component-tooltip .ant-popover-inner-content .filters-container>div:not([data-param]):not([class]){margin-left:0;margin-right:0}.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-flex:1;-webkit-flex:1 0 26%;-ms-flex:1 0 26%;flex:1 0 26%}.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio.responsive-radio__short,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio.responsive-radio__short{max-width:-webkit-calc(33.33% - 20px);max-width:calc(33.33% - 20px)}@media(max-width: 991px){.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio.responsive-radio__short,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio.responsive-radio__short{max-width:-webkit-calc(50% - 20px);max-width:calc(50% - 20px)}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio.responsive-radio__short,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio.responsive-radio__short{max-width:100%}}.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio .ant-radio-group,.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio.ant-radio-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio .ant-radio-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio.ant-radio-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio .ant-radio-group .ant-radio-button-wrapper,.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio.ant-radio-group .ant-radio-button-wrapper,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio .ant-radio-group .ant-radio-button-wrapper,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio.ant-radio-group .ant-radio-button-wrapper{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:0;padding-right:0;text-align:center}.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio .ant-radio-group .ant-radio-button-wrapper .custom-radio-button,.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio.ant-radio-group .ant-radio-button-wrapper .custom-radio-button,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio .ant-radio-group .ant-radio-button-wrapper .custom-radio-button,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio.ant-radio-group .ant-radio-button-wrapper .custom-radio-button{max-width:unset !important;padding:0 5px}.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio>*,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio>*{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio>* .btn,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio>* .btn{width:100%}@media(max-width: 991px){.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio{-webkit-box-flex:1;-webkit-flex:1 0 34%;-ms-flex:1 0 34%;flex:1 0 34%}}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-element-responsive,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-element-responsive{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(33.3% - 20px);-ms-flex:1 0 calc(33.3% - 20px);flex:1 0 calc(33.3% - 20px);max-width:unset}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-range-element,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-range-element{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(33% - 20px);-ms-flex:1 0 calc(33% - 20px);flex:1 0 calc(33% - 20px);max-width:-webkit-calc(33.3% - 20px);max-width:calc(33.3% - 20px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-range-element_width25,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-range-element_width25{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(25% - 20px);-ms-flex:1 0 calc(25% - 20px);flex:1 0 calc(25% - 20px);max-width:-webkit-calc(25% - 20px);max-width:calc(25% - 20px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-range-element .br-right-none~.br-left-none,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-range-element .br-right-none~.br-left-none{margin-left:-1px}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-range-element>*,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-range-element>*{min-width:120px}.filters-component-tooltip .ant-popover-inner-content>:first-child .patient-filter,.filters-component-tooltip .ant-popover-inner-content>:first-child .system-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .patient-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .system-filter{width:unset;-webkit-box-flex:1;-webkit-flex:1 1 24%;-ms-flex:1 1 24%;flex:1 1 24%;min-width:180px}.filters-component-tooltip .ant-popover-inner-content>:first-child .patient-filter .select-filter-component,.filters-component-tooltip .ant-popover-inner-content>:first-child .system-filter .select-filter-component,.filters-component-tooltip .ant-popover-inner-content .filters-container .patient-filter .select-filter-component,.filters-component-tooltip .ant-popover-inner-content .filters-container .system-filter .select-filter-component{float:none;margin:0}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-element__small+.filter-radio-element__small,.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-element__small+.selected-filter+.filter-radio-element__small,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-element__small+.filter-radio-element__small,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-element__small+.selected-filter+.filter-radio-element__small{margin-left:5px}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(33.33% - 20px);-ms-flex:1 0 calc(33.33% - 20px);flex:1 0 calc(33.33% - 20px);min-width:200px}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic.col-4,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic.col-4{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(25% - 20px);-ms-flex:1 0 calc(25% - 20px);flex:1 0 calc(25% - 20px);min-width:200px;max-width:-webkit-calc(33.33% - 20px);max-width:calc(33.33% - 20px)}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic.radio-small,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic.radio-small{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;max-width:-webkit-calc(50% - 20px);max-width:calc(50% - 20px)}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic.radio-small .ant-radio-group .ant-radio-button-wrapper,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic.radio-small .ant-radio-group .ant-radio-button-wrapper{padding:0 10px}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic .ant-radio-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic .ant-radio-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic .ant-radio-group .ant-radio-button-wrapper,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic .ant-radio-group .ant-radio-button-wrapper{-webkit-box-flex:1;-webkit-flex:1 0 40px;-ms-flex:1 0 40px;flex:1 0 40px;text-align:center;white-space:nowrap}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic .ant-radio-group .ant-radio-button-wrapper .custom-radio-button,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic .ant-radio-group .ant-radio-button-wrapper .custom-radio-button{padding:0 5px;max-width:100% !important}.filters-component-tooltip .ant-popover-inner-content>:first-child .system-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .system-filter{width:unset;-webkit-box-flex:1;-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;min-width:160px}.filters-component-tooltip .ant-popover-inner-content>:first-child .system-filter .doctor-filter-wrapper,.filters-component-tooltip .ant-popover-inner-content .filters-container .system-filter .doctor-filter-wrapper{width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .ant-select-selection__placeholder,.filters-component-tooltip .ant-popover-inner-content .filters-container .ant-select-selection__placeholder{z-index:2}.filters-component-tooltip .ant-popover-inner-content>:first-child .simple-search-component,.filters-component-tooltip .ant-popover-inner-content .filters-container .simple-search-component{max-width:unset;width:150px}.filters-component-tooltip .ant-popover-inner-content>:first-child .input-group-btn .btn,.filters-component-tooltip .ant-popover-inner-content .filters-container .input-group-btn .btn{height:34px}.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.filter-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.autocomplete-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.doctor-filter-wrapper,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.select-filter-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.autocomplete-filter-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.filter-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.autocomplete-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.doctor-filter-wrapper,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.select-filter-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.autocomplete-filter-component{width:-webkit-calc(33.33% - 20px);width:calc(33.33% - 20px);-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(33.33% - 20px);-ms-flex:0 0 calc(33.33% - 20px);flex:0 0 calc(33.33% - 20px);min-width:200px}@media(max-width: 1300px){.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.filter-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.autocomplete-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.doctor-filter-wrapper,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.select-filter-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.autocomplete-filter-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.filter-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.autocomplete-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.doctor-filter-wrapper,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.select-filter-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.autocomplete-filter-component{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(50% - 20px);-ms-flex:1 0 calc(50% - 20px);flex:1 0 calc(50% - 20px);max-width:unset}}@media(max-width: 767px){.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.filter-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.autocomplete-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.doctor-filter-wrapper,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.select-filter-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.autocomplete-filter-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.filter-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.autocomplete-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.doctor-filter-wrapper,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.select-filter-component,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.autocomplete-filter-component{-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;max-width:unset}}.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.filter-radio-elastic,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child .responsive-radio.long-radio,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.filter-radio-elastic,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container .responsive-radio.long-radio{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(50% - 20px);-ms-flex:1 0 calc(50% - 20px);flex:1 0 calc(50% - 20px);min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:100% !important}.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.filter-radio-elastic.col-4,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child .responsive-radio.long-radio.col-4,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.filter-radio-elastic.col-4,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container .responsive-radio.long-radio.col-4{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(50% - 20px);-ms-flex:1 0 calc(50% - 20px);flex:1 0 calc(50% - 20px);min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child .filter-range-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child .filter-range-element_width25,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container .filter-range-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container .filter-range-element_width25{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(50% - 20px);-ms-flex:1 0 calc(50% - 20px);flex:1 0 calc(50% - 20px);max-width:-webkit-calc(50% - 20px) !important;max-width:calc(50% - 20px) !important}@media(max-width: 767px){.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child .filter-range-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child .filter-range-element_width25,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container .filter-range-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container .filter-range-element_width25{-webkit-box-flex:1 !important;-webkit-flex:1 1 100% !important;-ms-flex:1 1 100% !important;flex:1 1 100% !important;max-width:100% !important}}.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.filter-range-element .fixed-placeholder,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.filter-range-element .fixed-placeholder{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media(max-width: 1300px){.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child>.filter-range-element,.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container>.filter-range-element{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(50% - 20px);-ms-flex:1 0 calc(50% - 20px);flex:1 0 calc(50% - 20px);max-width:-webkit-calc(50% - 20px);max-width:calc(50% - 20px)}}.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child .ant-radio-button-wrapper .fa-pencil:not(.btn),.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content>:first-child .ant-radio-button-wrapper .fa-eye:not(.btn),.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container .ant-radio-button-wrapper .fa-pencil:not(.btn),.filters-component-tooltip:not(.dashboard-filters-component) .ant-popover-inner-content .filters-container .ant-radio-button-wrapper .fa-eye:not(.btn){width:auto}@media(max-width: 1300px){.filters-component-tooltip{width:70vw}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(33.33% - 20px);-ms-flex:1 0 calc(33.33% - 20px);flex:1 0 calc(33.33% - 20px);min-width:200px}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic.col-4,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic.col-4{-webkit-box-flex:1;-webkit-flex:1 0 -webkit-calc(33.33% - 20px);-ms-flex:1 0 calc(33.33% - 20px);flex:1 0 calc(33.33% - 20px);min-width:200px;max-width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .filters-rangepicker,.filters-component-tooltip .ant-popover-inner-content .filters-container .filters-rangepicker{max-width:252px !important}}@media(max-width: 767px){.filters-component-tooltip{width:-webkit-calc(100vw - 55px);width:calc(100vw - 55px)}.filters-component-tooltip.filters-tooltip__tabs.filters-component-tooltip{width:-webkit-calc(100vw - 55px);width:calc(100vw - 55px)}.filters-component-tooltip.filters-tooltip__tabs.filters-component-tooltip.dashboard-chart-filters-component{width:-webkit-calc(100vw - 76px);width:calc(100vw - 76px)}.filters-component-tooltip.filters-tooltip__tabs.filters-component-tooltip.dashboard-chart-filters-component .ant-tabs-nav{max-width:-webkit-calc(100vw - 100px);max-width:calc(100vw - 100px)}.filters-component-tooltip.filters-tooltip__tabs.filters-component-tooltip .ant-tabs-nav{max-width:-webkit-calc(100vw - 54px);max-width:calc(100vw - 54px)}.filters-component-tooltip .radio-with-range{padding-top:10px;padding-bottom:10px}.filters-component-tooltip .radio-with-range .ant-segmented{width:100%}.filters-component-tooltip .radio-with-range .ant-segmented .ant-segmented-item{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.filters-component-tooltip .report-source-types-filter{width:100%}.filters-component-tooltip .report-source-types-filter>div,.filters-component-tooltip .report-source-types-filter .ant-select{margin:0 !important;width:100% !important}.filters-component-tooltip .filters-rangepicker{max-width:100% !important;width:100%}.filters-component-tooltip .filters-rangepicker .input-group-btn .ant-select{min-width:unset !important}.filters-component-tooltip .filters-component-title{padding-left:0}.filters-component-tooltip .ant-tabs{width:100%}.filters-component-tooltip .ant-tabs-tab-btn .badge.dashboard-container-user-block__badge{margin-left:8px}.filters-component-tooltip .ant-popover-inner-content{overflow-x:hidden}}@media(max-width: 767px)and (max-width: 767px){.filters-component-tooltip .ant-popover-inner-content .filters-container{gap:0 16px}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child>*,.filters-component-tooltip .ant-popover-inner-content .filters-container>*,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container>*{margin-right:0 !important;margin-left:0 !important}.filters-component-tooltip .ant-popover-inner-content>:first-child>.filter-element,.filters-component-tooltip .ant-popover-inner-content .filters-container>.filter-element,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container>.filter-element{-webkit-box-flex:1 !important;-webkit-flex:1 1 100% !important;-ms-flex:1 1 100% !important;flex:1 1 100% !important;width:100% !important}.filters-component-tooltip .ant-popover-inner-content>:first-child .input-group__long-btn,.filters-component-tooltip .ant-popover-inner-content .filters-container .input-group__long-btn,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .input-group__long-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .input-group__long-btn .input-group-btn,.filters-component-tooltip .ant-popover-inner-content .filters-container .input-group__long-btn .input-group-btn,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .input-group__long-btn .input-group-btn{width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .btn-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .btn-group,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .btn-group{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}}@media(max-width: 767px)and (max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .btn-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .btn-group,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .btn-group{margin-right:10px !important}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .multi-select-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .multi-select-filter,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .multi-select-filter{width:100%;-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;min-width:200px}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-ratio-element{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element>*,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element>*,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-ratio-element>*{width:100%}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .responsive-radio{-webkit-box-flex:1 !important;-webkit-flex:1 1 100% !important;-ms-flex:1 1 100% !important;flex:1 1 100% !important;max-width:100% !important}.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio.responsive-radio__short,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio.responsive-radio__short,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .responsive-radio.responsive-radio__short{max-width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio .ant-radio-group,.filters-component-tooltip .ant-popover-inner-content>:first-child .responsive-radio.ant-radio-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio .ant-radio-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .responsive-radio.ant-radio-group,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .responsive-radio .ant-radio-group,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .responsive-radio.ant-radio-group{width:100%}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-element-responsive,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-element-responsive,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-element-responsive{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:unset}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-range-element,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-range-element,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-range-element{-webkit-box-flex:1 !important;-webkit-flex:1 1 100% !important;-ms-flex:1 1 100% !important;flex:1 1 100% !important;max-width:100% !important}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-range-element_width25,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-range-element_width25,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-range-element_width25{-webkit-box-flex:1 !important;-webkit-flex:1 1 100% !important;-ms-flex:1 1 100% !important;flex:1 1 100% !important;max-width:100% !important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .patient-filter,.filters-component-tooltip .ant-popover-inner-content>:first-child .system-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .patient-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .system-filter,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .patient-filter,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .system-filter{width:unset;-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;min-width:180px}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic,.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-radio-elastic,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-ratio-element{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100% !important}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic.col-4,.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element.col-4,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic.col-4,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element.col-4,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-radio-elastic.col-4,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-ratio-element.col-4{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic.radio-small,.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element.radio-small,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic.radio-small,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element.radio-small,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-radio-elastic.radio-small,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-ratio-element.radio-small{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;max-width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-radio-elastic .ant-radio-group,.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element .ant-radio-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-radio-elastic .ant-radio-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element .ant-radio-group,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-radio-elastic .ant-radio-group,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-ratio-element .ant-radio-group{width:100%}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .input-group-btn.filter-ratio-element,.filters-component-tooltip .ant-popover-inner-content .filters-container .input-group-btn.filter-ratio-element,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .input-group-btn.filter-ratio-element{width:100%}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .datepicker-component~.input-group-btn.filter-ratio-element,.filters-component-tooltip .ant-popover-inner-content .filters-container .datepicker-component~.input-group-btn.filter-ratio-element,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .datepicker-component~.input-group-btn.filter-ratio-element{margin-top:10px}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element .ant-radio-group,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element .ant-radio-group,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-ratio-element .ant-radio-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element .ant-radio-group .ant-radio-button-wrapper,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element .ant-radio-group .ant-radio-button-wrapper,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-ratio-element .ant-radio-group .ant-radio-button-wrapper{-webkit-box-flex:1;-webkit-flex:1 0 40px;-ms-flex:1 0 40px;flex:1 0 40px;text-align:center;white-space:nowrap}.filters-component-tooltip .ant-popover-inner-content>:first-child .filter-ratio-element .ant-radio-group .ant-radio-button-wrapper .custom-radio-button,.filters-component-tooltip .ant-popover-inner-content .filters-container .filter-ratio-element .ant-radio-group .ant-radio-button-wrapper .custom-radio-button,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .filter-ratio-element .ant-radio-group .ant-radio-button-wrapper .custom-radio-button{padding:0 5px;max-width:100% !important}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .system-filter,.filters-component-tooltip .ant-popover-inner-content .filters-container .system-filter,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .system-filter{width:unset;-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;min-width:160px}.filters-component-tooltip .ant-popover-inner-content>:first-child .system-filter .doctor-filter-wrapper,.filters-component-tooltip .ant-popover-inner-content .filters-container .system-filter .doctor-filter-wrapper,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .system-filter .doctor-filter-wrapper{width:100%}}@media(max-width: 767px){.filters-component-tooltip .ant-popover-inner-content>:first-child .simple-search-component,.filters-component-tooltip .ant-popover-inner-content .filters-container .simple-search-component,.filters-component-tooltip .appointment-filters-tooltip-inner .filters-container .simple-search-component{max-width:unset;width:100%}}@media(max-width: 767px){.filters-component-tooltip .ant-tabs-tab-btn .fa:not(.tab-icon),.filters-component-tooltip .ant-tabs-content-holder .ant-tabs-tab-btn .fa:not(.fa-shield){display:inline-block}}.appointment-filters-tooltip .ant-popover-inner{padding-top:0;padding-right:0}.appointment-filters-tooltip .ant-popover-inner-content{max-height:75vh;overflow:auto;padding-top:12px;padding-right:12px}.appointment-filters-tooltip .ant-popover-inner-content>:first-child{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.appointment-filters-confirmation-modal,.root-confirmation-modal{z-index:3000 !important}.ant-tabs-tab-active .site-icon-hover{-webkit-filter:invert(33%) sepia(73%) saturate(3820%) hue-rotate(209deg) brightness(106%) contrast(101%);filter:invert(33%) sepia(73%) saturate(3820%) hue-rotate(209deg) brightness(106%) contrast(101%)}.ant-table-pagination.ant-pagination{margin:7px 0}.ant-table-pagination.ant-pagination.mr10{margin-right:10px}.ant-table-pagination.ant-pagination.ml10{margin-left:10px}.ant-table-pagination.ant-pagination .checkbox-list button{width:32px;height:32px;vertical-align:text-top}label.ant-radio-button-wrapper{height:34px;font-weight:normal}.radio-with-range label.ant-radio-button-wrapper:not(:first-child){margin-left:-1px;border-inline-start-width:1px}.radio-with-range label.ant-radio-button-wrapper:not(:first-child)::before{content:none}.radio-with-range .radio-button-arrow{opacity:0;pointer-events:none}.radio-with-range .ant-segmented-item-selected .radio-button-arrow{opacity:1;pointer-events:unset}.radio-with-range_hide-last-arrow label.ant-radio-button-wrapper:last-child .radio-button-arrow,.radio-with-range_hide-last-arrow label.ant-segmented-item-selected:last-child .radio-button-arrow{display:none}@media screen and (max-width: 550px){label.ant-radio-button-wrapper{padding:1px 12px}}.ant-select .ant-select-selection__placeholder{line-height:20px}.datepicker-component .ant-calendar-picker .ant-input:focus,.datepicker-component .ant-calendar-picker .ant-input:hover,.datepicker-component .ant-picker:focus,.datepicker-component .ant-picker:hover{border-color:#ccc}.drag-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch;margin:0 auto;text-align:center;max-width:100%;padding:0 8px 0 4px;overflow:hidden}.drag-container>div{-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0}.autocomplete-component-wrapper .autocomplete-component{min-width:155px}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input,.autocomplete-component .ant-select-auto-complete.ant-select .ant-picker,.datepicker-component .ant-input,.datepicker-component .ant-picker{border-color:#ccc;-webkit-box-shadow:none;box-shadow:none;height:34px;border-radius:0}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input::-webkit-input-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-picker::-webkit-input-placeholder, .datepicker-component .ant-input::-webkit-input-placeholder, .datepicker-component .ant-picker::-webkit-input-placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input::-moz-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-picker::-moz-placeholder, .datepicker-component .ant-input::-moz-placeholder, .datepicker-component .ant-picker::-moz-placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input:-ms-input-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-picker:-ms-input-placeholder, .datepicker-component .ant-input:-ms-input-placeholder, .datepicker-component .ant-picker:-ms-input-placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input::-ms-input-placeholder, .autocomplete-component .ant-select-auto-complete.ant-select .ant-picker::-ms-input-placeholder, .datepicker-component .ant-input::-ms-input-placeholder, .datepicker-component .ant-picker::-ms-input-placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input::placeholder,.autocomplete-component .ant-select-auto-complete.ant-select .ant-picker::placeholder,.datepicker-component .ant-input::placeholder,.datepicker-component .ant-picker::placeholder{color:#787878}.autocomplete-component .ant-select-auto-complete.ant-select .ant-input:focus,.autocomplete-component .ant-select-auto-complete.ant-select .ant-input:hover,.autocomplete-component .ant-select-auto-complete.ant-select .ant-picker:focus,.autocomplete-component .ant-select-auto-complete.ant-select .ant-picker:hover,.datepicker-component .ant-input:focus,.datepicker-component .ant-input:hover,.datepicker-component .ant-picker:focus,.datepicker-component .ant-picker:hover{border-color:#ccc}.autocomplete-component .ant-select-auto-complete.ant-select .ant-select-selection__rendered{line-height:34px}.ant-select .ant-select-selection,.ant-select .ant-select-selector{border-color:#ccc;min-height:34px;border-radius:0}.ant-select.ant-select-sm .ant-select-selection--single{height:24px}.ant-select:not(.ant-select-disabled) .ant-select-selector{border-color:#ccc !important}.ant-select-multiple .ant-select-selection-item{border:1px solid #e8e8e8}.ant-tabs-tabpane .ant-select{width:100%}.ant-tabs-tabpane .list-filters .ant-select{width:180px}.ant-tabs-tabpane .list-filters .status-filter .ant-select{width:unset}.ant-tabs-tabpane .radio-with-range .ant-radio-button-wrapper{padding-left:10px;padding-right:10px}.ant-tabs-tabpane .radio-label{margin:-1px -10px}.general-form .datepicker-component .ant-calendar-picker .ant-input,.general-form .datepicker-component .ant-picker,.general-form .form-control{background:none;border:none;border-radius:0;border-bottom-width:1px;border-bottom-style:solid;border-color:#666;color:#333;font-family:"Raleway",sans-serif;font-weight:bold;font-size:13px;-webkit-box-shadow:none;box-shadow:none}.general-form .datepicker-component .ant-calendar-picker .ant-input::-webkit-input-placeholder, .general-form .datepicker-component .ant-picker::-webkit-input-placeholder, .general-form .form-control::-webkit-input-placeholder{color:#333;font-size:13px;font-weight:bold}.general-form .datepicker-component .ant-calendar-picker .ant-input::-moz-placeholder, .general-form .datepicker-component .ant-picker::-moz-placeholder, .general-form .form-control::-moz-placeholder{color:#333;font-size:13px;font-weight:bold}.general-form .datepicker-component .ant-calendar-picker .ant-input:-ms-input-placeholder, .general-form .datepicker-component .ant-picker:-ms-input-placeholder, .general-form .form-control:-ms-input-placeholder{color:#333;font-size:13px;font-weight:bold}.general-form .datepicker-component .ant-calendar-picker .ant-input::-ms-input-placeholder, .general-form .datepicker-component .ant-picker::-ms-input-placeholder, .general-form .form-control::-ms-input-placeholder{color:#333;font-size:13px;font-weight:bold}.general-form .datepicker-component .ant-calendar-picker .ant-input::placeholder,.general-form .datepicker-component .ant-picker::placeholder,.general-form .form-control::placeholder{color:#333;font-size:13px;font-weight:bold}.general-form .datepicker-component .ant-calendar-picker .ant-input:focus,.general-form .datepicker-component .ant-calendar-picker .ant-input:hover,.general-form .datepicker-component .ant-picker:focus,.general-form .datepicker-component .ant-picker:hover,.general-form .form-control:focus,.general-form .form-control:hover{-webkit-box-shadow:none;box-shadow:none;outline:none;border-color:#0aa699;color:#0aa699}.general-form .datepicker-component .ant-calendar-picker .ant-input:focus::-webkit-input-placeholder, .general-form .datepicker-component .ant-calendar-picker .ant-input:hover::-webkit-input-placeholder, .general-form .datepicker-component .ant-picker:focus::-webkit-input-placeholder, .general-form .datepicker-component .ant-picker:hover::-webkit-input-placeholder, .general-form .form-control:focus::-webkit-input-placeholder, .general-form .form-control:hover::-webkit-input-placeholder{color:#0aa699}.general-form .datepicker-component .ant-calendar-picker .ant-input:focus::-moz-placeholder, .general-form .datepicker-component .ant-calendar-picker .ant-input:hover::-moz-placeholder, .general-form .datepicker-component .ant-picker:focus::-moz-placeholder, .general-form .datepicker-component .ant-picker:hover::-moz-placeholder, .general-form .form-control:focus::-moz-placeholder, .general-form .form-control:hover::-moz-placeholder{color:#0aa699}.general-form .datepicker-component .ant-calendar-picker .ant-input:focus:-ms-input-placeholder, .general-form .datepicker-component .ant-calendar-picker .ant-input:hover:-ms-input-placeholder, .general-form .datepicker-component .ant-picker:focus:-ms-input-placeholder, .general-form .datepicker-component .ant-picker:hover:-ms-input-placeholder, .general-form .form-control:focus:-ms-input-placeholder, .general-form .form-control:hover:-ms-input-placeholder{color:#0aa699}.general-form .datepicker-component .ant-calendar-picker .ant-input:focus::-ms-input-placeholder, .general-form .datepicker-component .ant-calendar-picker .ant-input:hover::-ms-input-placeholder, .general-form .datepicker-component .ant-picker:focus::-ms-input-placeholder, .general-form .datepicker-component .ant-picker:hover::-ms-input-placeholder, .general-form .form-control:focus::-ms-input-placeholder, .general-form .form-control:hover::-ms-input-placeholder{color:#0aa699}.general-form .datepicker-component .ant-calendar-picker .ant-input:focus::placeholder,.general-form .datepicker-component .ant-calendar-picker .ant-input:hover::placeholder,.general-form .datepicker-component .ant-picker:focus::placeholder,.general-form .datepicker-component .ant-picker:hover::placeholder,.general-form .form-control:focus::placeholder,.general-form .form-control:hover::placeholder{color:#0aa699}.general-form .form-control option{color:#333}.general-form .form-control option:checked{background:#000 !important}.general-form .form-control:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}.general-form .datepicker-component .anticon,.general-form .ant-select .ant-select-selection .anticon{color:#666}.general-form .datepicker-component:focus .anticon,.general-form .datepicker-component:hover .anticon,.general-form .ant-select .ant-select-selection:focus .anticon,.general-form .ant-select .ant-select-selection:hover .anticon{color:#0aa699}.general-form .datepicker-component .ant-calendar-picker-clear{background:none}.general-form .ant-select .ant-select-selection{background:none;border:none;border-radius:0;border-bottom-width:1px;border-bottom-style:solid;border-color:#666;color:#0aa699;font-family:"Raleway",sans-serif}.general-form .ant-select .ant-select-selection .ant-select-selection__placeholder{color:#666;font-size:13px;font-weight:bold}.general-form .ant-select .ant-select-selection .ant-select-selection-selected-value{font-weight:bold}.general-form .ant-select .ant-select-selection:focus,.general-form .ant-select .ant-select-selection:hover{-webkit-box-shadow:none;box-shadow:none;outline:none;border-color:#0aa699}.general-form .ant-select .ant-select-selection:focus .ant-select-selection__placeholder,.general-form .ant-select .ant-select-selection:hover .ant-select-selection__placeholder{color:#0aa699}.general-form .general-form-button{margin:0 10px}.textarea-control textarea{height:100px}.form-control.ant-select{border:none;padding:0 !important}@-webkit-keyframes autofill{to{color:#0aa699;background:rgba(0,0,0,0)}}@-webkit-keyframes blink{0%{opacity:1}25%{opacity:0}50%{opacity:1}75%{opacity:0}100%{opacity:1}}@keyframes blink{0%{opacity:1}25%{opacity:0}50%{opacity:1}75%{opacity:0}100%{opacity:1}}@-webkit-keyframes buttonBlink{0%{opacity:1}1.5%{opacity:0}3%{opacity:1}4.5%{opacity:0}6%{opacity:1}7.5%{opacity:0}9%{opacity:1}100%{opacity:1}}@keyframes buttonBlink{0%{opacity:1}1.5%{opacity:0}3%{opacity:1}4.5%{opacity:0}6%{opacity:1}7.5%{opacity:0}9%{opacity:1}100%{opacity:1}}@-webkit-keyframes buttonBlink2{0%{opacity:1}6%{opacity:0}12%{opacity:1}18%{opacity:0}24%{opacity:1}30%{opacity:0}36%{opacity:1}100%{opacity:1}}@keyframes buttonBlink2{0%{opacity:1}6%{opacity:0}12%{opacity:1}18%{opacity:0}24%{opacity:1}30%{opacity:0}36%{opacity:1}100%{opacity:1}}@-webkit-keyframes buttonBlink3{0%{-webkit-transform:scale(1);transform:scale(1)}6%{-webkit-transform:scale(1.15);transform:scale(1.15)}12%{-webkit-transform:scale(1);transform:scale(1)}18%{-webkit-transform:scale(1.15);transform:scale(1.15)}24%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scale(1.15);transform:scale(1.15)}36%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes buttonBlink3{0%{-webkit-transform:scale(1);transform:scale(1)}6%{-webkit-transform:scale(1.15);transform:scale(1.15)}12%{-webkit-transform:scale(1);transform:scale(1)}18%{-webkit-transform:scale(1.15);transform:scale(1.15)}24%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scale(1.15);transform:scale(1.15)}36%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.blink-button{-webkit-animation:blink 2s linear 1;animation:blink 2s linear 1}.blink-button-infinity{-webkit-animation:buttonBlink2 12.5s ease-in-out infinite;animation:buttonBlink2 12.5s ease-in-out infinite;-webkit-animation-delay:4s;animation-delay:4s}.blink-button-infinity:disabled{-webkit-animation:none;animation:none}.blink-button-infinity-scale{-webkit-animation:buttonBlink3 6s ease-in-out infinite;animation:buttonBlink3 6s ease-in-out infinite;-webkit-animation-delay:2s;animation-delay:2s}.fixed-bottom-panel .blink-button{-webkit-animation:buttonBlink 22s ease-in-out infinite;animation:buttonBlink 22s ease-in-out infinite}.fixed-bottom-panel .blink-button:disabled{-webkit-animation:none;animation:none}.fixed-bottom-panel .btn.mb10{margin-bottom:0}.open-page .btn-primary,.general-form-button{display:inline-block;padding:13px 30px;border:1px solid #0aa699;border-radius:0;background:none;color:#0aa699;text-transform:uppercase;font-family:"Raleway",sans-serif;font-weight:bold;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.open-page .btn-primary:hover,.open-page .btn-primary:focus,.open-page .btn-primary:active,.open-page .btn-primary:visited,.general-form-button:hover,.general-form-button:focus,.general-form-button:active,.general-form-button:visited{color:#0aa699}.open-page .btn-primary_sm,.general-form-button_sm{padding:7px 15px}.open-page .btn-primary:hover,.open-page .btn-primary:focus,.open-page .btn-primary_light,.general-form-button:hover,.general-form-button:focus,.general-form-button_light{border-color:#0aa699;color:#0aa699;outline:none}.open-page .btn-primary{padding:7px 15px}.white-back{background:#fff;height:34px;border:1px solid #d3d3d3;padding:6px 5px}.btn-shield{border:1.5px solid #efefef}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr20{margin-right:20px}.mr30{margin-right:30px}.mt5{margin-top:5px}.mb5{margin-bottom:5px}.mt10{margin-top:10px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.ml10{margin-left:10px}.ml20{margin-left:20px}.ellipsis{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ellipsis-container .inline-select-item{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.text-cell{margin:-8px 0}.min-width150{min-width:150px}.wide-select{min-width:200px}.input-long{width:250px !important}@media(max-width: 767px){.input-long{width:232px !important}}.input-short{width:120px !important}.input-110{width:110px !important}.input-150{width:150px !important}.input-320{width:320px !important}.input-group .input-block-field{position:relative}.input-group .input-block-field .validation-message{right:0}body .consent-modal-root .ant-modal-body{height:auto !important;min-height:470px}body .consent-modal-root .ant-modal-body .consent-modal__container{height:100%;min-height:inherit}body .consent-modal-root .ant-modal-body .consent-modal__container .page-loading{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}body .consent-modal-root .ant-modal-body .consent-modal__viewer{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}body .consent-modal-root .ant-modal-body .consent-form-with-signature__bottom-form__inner{position:static;height:auto}body .consent-modal-root .ant-modal-body .consent-template__inner{position:static;max-height:50vh}.send-email-modal__wrap{z-index:1002 !important;width:-webkit-min-content;width:-moz-min-content;width:min-content;margin:0 auto;overflow:unset !important}.send-email-modal__wrap__readonly .ant-modal-close{top:20px}.send-email-modal .ant-modal-body .email-text{max-height:unset}.send-email-modal__view .ant-col.ant-form-item-label,.send-email-modal__edit .ant-col.ant-form-item-label{margin:0;padding-bottom:0}.send-email-modal__view .ant-form-item-control-input,.send-email-modal__edit .ant-form-item-control-input{min-height:unset}.send-email-modal__view .ant-form-item,.send-email-modal__edit .ant-form-item{margin-bottom:10px}.send-email-modal__form{overflow:auto;max-height:-webkit-calc(70vh - 55px);max-height:calc(70vh - 55px)}.send-email-modal__form .btn-attachments{margin-top:-5px}.send-email-modal__edit .ant-col.ant-form-item-label{padding-bottom:3px}.email-popup-menu__edit{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:10px;height:36px}.help-modal{position:fixed;top:unset;bottom:50px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:unset !important;min-width:300px;z-index:10000}.help-modal .ant-modal-content{border-radius:5px}.help-modal .ant-modal-body{padding:15px 15px 5px}.input-group-btn .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.form-box__headline{border-bottom:1px solid #eee;font-size:16px;padding:10px 0;font-weight:bold}.form-box__body{padding:10px 0}.form-box__body .list-inline>li{display:inline-table}.ant-input-number.form-control{height:34px;border:1px solid #ccc}.ant-input-wrapper.ant-input-group .ant-input{border-radius:0;height:34px}.ant-input-wrapper.ant-input-group .ant-input-group-addon{border-radius:0;padding-right:8px;padding-left:8px}.ant-input-wrapper.ant-input-group .ant-input-group-addon .ant-select .ant-select-selector{border:0 !important}.canvas .clear-btn{position:absolute;top:43px;right:20px;z-index:20}.canvas .btn-primary{margin-top:20px}#doctor-editor-form .ant-tabs{overflow:visible}.patient-balance{padding:10px 8px;border-radius:4px;font-weight:bold;font-size:15px;background:#fafafa}.patient-balance__green{background:#abeaab}.patient-balance__red{background:#faa5a5}.patient-balance-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.patient-balance-row .table-user-avatar{-webkit-box-flex:0;-webkit-flex:0 0 86px;-ms-flex:0 0 86px;flex:0 0 86px;margin-top:0 !important;margin-bottom:5px !important}.patient-balance-row .table-user-avatar .avatar-user-initials{font-size:28px}.patient-balance-row .table-user-avatar~div p:first-child{margin-top:-5px}.patient-balance-row .patient-balance{-webkit-box-flex:1;-webkit-flex:1 0 33%;-ms-flex:1 0 33%;flex:1 0 33%;border-radius:0;padding:2px 5px}.patient-balance-row .patient-balance~.patient-balance{border-left:1px solid #ccc}.patient-balance-row .patient-balance:first-child{border-radius:4px 0 0 4px}.patient-balance-row .patient-balance:last-child{border-radius:0 4px 4px 0}.patient-balance-row .patient-balance:last-child:first-child{border-radius:4px}.patient-title-info.patient-title-info__small{margin-left:5px;min-height:unset}.patient-title-info.patient-title-info__small .patient-balance{margin-bottom:0;margin-right:10px;padding:0 8px}.claim-payment-info{background-color:#fff;padding:20px;margin-bottom:15px;font-size:14px}.claim-acknowledgement{font-size:14px;border-bottom:1px solid #e5e9ec;margin-bottom:10px}.claim-acknowledgement-group{border-left:8px solid #e5e9ec;margin-bottom:25px;padding-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.claim-acknowledgement-group div h4{text-decoration:underline}.appointment-popup{right:45px;top:10px;position:absolute;z-index:30}.appointment-popup.email-popup-menu{position:static;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.appointment-popup__top-icon{padding:10px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;border:0 !important;background:rgba(0,0,0,0) !important;line-height:1em !important}.appointment-popup__top-icon[title="Send Message"]{line-height:1;background:rgba(0,0,0,0);border:0}.appointment-popup__edit{cursor:pointer;color:#8c8d8c;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.appointment-popup__edit:hover{color:#000}.appointment-popup__mode{margin-top:-5px}.appointment-popup__mode .ant-radio-button-wrapper{height:25px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.appointment-popup.email-popup-menu .appointment-popup__top-icon:not(.text-muted){color:#0a8eaf}.validation-message~.autocomplete-component .ant-select .ant-select-selector{border-color:#e74c3c !important}.validation-message~.ant-select .ant-select-selector{border-color:#e74c3c !important}.appointment-comment{white-space:pre}body .tag-sizable-handler{background-color:#76c4ed}.inline-select-item.inline-select-item_sm .appointment-autocomplete-option .custom-event-status{line-height:20px}.inline-select-item.inline-select-item_sm.inline-select-item-link{padding:0}.inline-select-item.inline-select-item_sm.inline-select-item-link a{display:inline-block;padding:2px 10px 0;vertical-align:bottom}@media(pointer: fine){.inline-select-item.inline-select-item_sm.inline-select-item-link a{text-decoration:none}}@media(pointer: fine){.inline-select-item.inline-select-item_sm.inline-select-item-link:hover,.inline-select-item.inline-select-item_sm.inline-select-item-link:focus{color:rgba(0,0,0,.8);background-color:#eee;border:1px solid #ccc}.inline-select-item.inline-select-item_sm.inline-select-item-link:hover a,.inline-select-item.inline-select-item_sm.inline-select-item-link:focus a{text-decoration:none}}.comment-node-user__avatar{border:2px solid #ccc}.avatar-component__thumb .avatar-container{border-radius:0;background:rgba(0,0,0,0);font-size:50px}.avatar-component__thumb .avatar-container img{border-radius:0;-o-object-fit:contain;object-fit:contain}.avatar-container .avatar-user-initials{white-space:nowrap}.autocomplete-width .autocomplete-component{width:33%}.autocomplete-width .ant-table-cell .autocomplete-component{width:100%}.autocomplete-width .validation-message{right:67%}.selected-row{background:rgba(125,126,129,.1)}.selected-row td{background:none !important}.row_green{background:rgba(0,255,0,.1)}.row_green td.ant-table-column-sort{background:rgba(0,255,0,.1)}@media(pointer: fine){.row_green.selected-row,.row_green:hover{background:rgba(0,255,0,.2) !important}.row_green.selected-row td,.row_green:hover td{background:none !important}.row_green.selected-row:hover{background:rgba(0,255,0,.22) !important}}@media(max-width: 767px){.row_green{background:rgba(0,255,0,.2) !important}.row_green.selected-row{background:rgba(0,255,0,.25) !important}.row_green td{background:none !important}}.row_red{background:rgba(255,0,0,.1)}.row_red td.ant-table-column-sort{background:rgba(255,0,0,.1)}@media(pointer: fine){.row_red:hover,.row_red.selected-row{background:rgba(255,0,0,.2) !important}.row_red:hover td,.row_red.selected-row td{background:none !important}.row_red.selected-row:hover{background:rgba(255,0,0,.22) !important}}@media(max-width: 767px){.row_red{background:rgba(255,0,0,.2) !important}.row_red.selected-row{background:rgba(255,0,0,.25) !important}.row_red td{background:none !important}}.row_grey{background:rgba(125,126,129,.1)}@media(pointer: fine){.row_grey:hover{background:rgba(125,126,129,.2) !important}.row_grey:hover td{background:none !important}}@media(max-width: 767px){.row_grey{background:rgba(125,126,129,.2) !important}}.row_blue{background:rgba(0,0,255,.1)}@media(pointer: fine){.row_blue:hover{background:rgba(0,0,255,.2) !important}.row_blue:hover td{background:none !important}}@media(max-width: 767px){.row_blue{background:rgba(0,0,255,.2) !important}}.hide-loading .loading-component{display:none}#lightboxBackdrop figure{background:#fff}.ant-dropdown{max-width:-webkit-calc(100vw - 30px);max-width:calc(100vw - 30px)}.table-no-wrap.ant-table-wrapper .ant-table-tbody>tr>td,.table-no-wrap.ant-table-wrapper .ant-table-thead>tr>td,.table-no-wrap.ant-table-wrapper .ant-table-thead>tr>th{padding:14px 16px;white-space:nowrap}.table-no-wrap.ant-table-wrapper .ant-table-tbody>tr>td *,.table-no-wrap.ant-table-wrapper .ant-table-thead>tr>td *,.table-no-wrap.ant-table-wrapper .ant-table-thead>tr>th *{white-space:nowrap}.table-auto-scroll .ant-table-body,.table-auto-scroll .ant-table{overflow-x:auto !important}.pharmacy-search-table .ant-pagination li{margin-bottom:8px}.quote-list.ant-popover{z-index:9}.quote-list .ant-popover-inner{padding:5px}.quote-list .ant-popover-inner-content{padding:3px 7px 16px;min-width:480px;max-height:min(620px,60vh);overflow:hidden auto}.quote-list .ant-popover-inner-content::-webkit-scrollbar{width:10px;height:10px}.quote-list .ant-popover-inner-content::-webkit-scrollbar-track{background:#fff}.quote-list .ant-popover-inner-content::-webkit-scrollbar-thumb{background-color:#d1e9ff;border-radius:20px;border:1px solid #fff}.quote-list .order-spoiler-list-item~.order-spoiler-list-item{margin-top:40px}.quote-list .order-spoiler-list-item .button-wrapper{right:0;width:100%;text-align:right}.appointment-note-overlay .ant-popover-inner{white-space:pre-wrap}.loader-center .logo-loader-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.loader-center .logo-loader-container svg{display:block}.loader-center a{cursor:pointer}.loader-center .logo-loader-container+span{opacity:.1}body .colorbox{max-width:90vw}body .colorbox .ant-modal-body{height:70vh;max-height:90vh}body .colorbox__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.day-off-filters .datepicker-component{width:195px}.date-time-picker{min-width:280px}.date-time-picker .col-sm-7{width:50%;padding:0 0 0 15px}.date-time-picker .col-sm-5{width:50%;padding:0 15px 0 10px}@media(max-width: 767px){.date-time-picker{min-width:unset !important;width:100% !important;margin:0}.date-time-picker .col-sm-7,.date-time-picker .col-sm-5{margin:0;width:100%;padding:0}.date-time-picker .col-sm-5{padding:10px 0 0}}.ant-slider-handle{border-color:#b09c6c !important}.ant-slider-handle:focus{-webkit-box-shadow:0 0 0 5px rgba(255,170,0,.1882352941);box-shadow:0 0 0 5px rgba(255,170,0,.1882352941)}.ant-slider-track{background-color:#b09c6c}.ant-slider:hover .ant-slider-handle{border-color:#b09c6c !important}.ant-slider:hover .ant-slider-track{background-color:#efdeb6}.menu-component{margin:0;padding:0;display:block}.menu-component__item{display:inline-block;vertical-align:middle}.menu-component__item+.menu-component__item{margin-left:10px}.wysiwyg-component .trumbowyg-box{margin:0;z-index:1}.wysiwyg-component .trumbowyg-box.trumbowyg-fullscreen{z-index:99999}.wysiwyg-component .trumbowyg-box .trumbowyg-button-pane{z-index:3}.wysiwyg-component .trumbowyg-dropdown-table table{width:100%}.wysiwyg-component .trumbowyg-dropdown-table table td{height:25px;width:25px;border:1px solid #ddd}.wysiwyg-component .trumbowyg-dropdown-table table td.active{background-color:#36a8ff}.avatar-component__thumb{width:150px;height:150px;position:relative;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.avatar-component__thumb img{max-height:100%}.avatar-component__thumb:hover .avatar-component__remove{display:block}.avatar-component__remove{display:none;position:absolute;right:-10px;top:-10px;border-radius:50%;padding:2px 4px 3px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all;z-index:5;background:#eaeff3;color:#484848;font-size:20px;text-align:center;cursor:pointer}.avatar-component__remove:hover{color:#d9534f}.avatar-component__zoom{position:absolute;left:4px;right:4px;bottom:4px;top:4px;line-height:142px;opacity:0;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all;font-size:20px;color:#f5f5f5;cursor:pointer}.avatar-component__zoom::before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:20px;height:20px}.avatar-component__zoom:hover{opacity:1;visibility:visible;background:rgba(0,0,0,.3)}.avatar-component .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select{width:150px;height:150px}@media(max-width: 767px){.avatar-component__thumb,.avatar-component .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select{width:100%;height:200px}.avatar-component__thumb img,.avatar-component .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select img{width:100%;-o-object-fit:contain;object-fit:contain}}.avatar-uploader_error .ant-upload-info{color:#e74c3c}.ant-upload{position:relative}.ant-upload-info{font-size:10px;position:absolute;width:100%;left:0;bottom:5px}.ant-table-body{background:#fff}@media(max-width: 767px){.ant-table-cell .ant-select{min-width:unset !important;width:100% !important}}.ant-table-auto-scroll .ant-table-body,.ant-table-auto-scroll .ant-table{overflow-x:auto !important}@media(max-width: 1050px){.table-touch .ant-table-body,.table-touch.ant-table-body{overflow-x:auto}}@media(max-width: 1367px)and (pointer: coarse),(max-width: 1367px)and (pointer: none){.ant-table-body,.ant-table{overflow-x:auto !important}.ant-table-wrapper .ant-table-container{border-start-end-radius:0 !important}.ant-table-content{border-start-end-radius:8px}}.table-actions{white-space:nowrap}.table-actions_right{text-align:right}@media(max-width: 767px){.table-actions{margin-bottom:-6px}.table-actions>*{margin-bottom:6px}}.control-margin{margin-top:27px}.control-margin.table-actions{margin-top:26px}.ant-modal .appointment-history:not(.table-auto-scroll) .ant-table-thead>tr>th:last-child,.ant-modal .appointment-history:not(.table-auto-scroll) .ant-table-thead>tr>td:last-child,.ant-modal .appointment-history:not(.table-auto-scroll) .ant-table-tbody>tr>td:last-child{padding-right:0;padding-left:7px}.ant-modal.dark-modal{font-family:"Raleway",sans-serif}.ant-modal.dark-modal .ant-modal-header,.ant-modal.dark-modal .ant-modal-content{background:#2a2a2d;color:#0aa699}.ant-modal.dark-modal .ant-modal-header{border-bottom-color:#111113}.ant-modal.dark-modal .ant-modal-close,.ant-modal.dark-modal .ant-modal-title{color:#0aa699}.image-items{padding-left:0;margin:0 -5px}.image-items__upload{display:inline-block;margin:5px;vertical-align:middle}.image-items .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select{width:150px;height:150px;margin:0}.image-items_column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.image-items img{cursor:pointer}.image-items_fit-container .image-items{display:grid;grid-template-columns:repeat(auto-fill, -webkit-calc(var(--size) * 1px));grid-template-columns:repeat(auto-fill, calc(var(--size) * 1px));grid-gap:15px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:5px}.image-items_fit-container .image-items.empty-image-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:30px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.image-items_fit-container .image-form__left-panel .image-items_column{grid-gap:10px}.image-items_fit-container .image-items__upload{margin:0}.colorbox.colorbox__image-big{top:60px;z-index:1;max-width:100%}.colorbox.colorbox__image-big .ant-modal-body{height:unset}.colorbox.colorbox__image-big .colorbox__image{min-height:10vh;max-height:-webkit-calc(100vh - 170px);max-height:calc(100vh - 170px)}.slider-container{display:inline-block;vertical-align:middle;width:300px;padding:5px 20px 20px}.slider-container .ant-slider{margin:0}.slider-popover{z-index:1}.slider-popover .ant-popover-inner-content{width:40px;height:200px;padding:20px 5px}.slider-popover .ant-slider{margin:0 auto}.slider-popover .ant-slider .ant-slider-rail{background:#ccc}.slider-popover .ant-slider-handle{border-color:#36a8ff !important}.slider-popover .ant-slider-handle:focus{-webkit-box-shadow:0 0 0 5px rgba(54,168,255,.3);box-shadow:0 0 0 5px rgba(54,168,255,.3)}.slider-popover .ant-slider-track{background-color:#36a8ff}.slider-popover .ant-slider:hover .ant-slider-handle{border-color:#3295e0 !important}.slider-popover .ant-slider:hover .ant-slider-track{background-color:#3295e0}.ant-tabs-bar{margin-bottom:0}.ant-tabs-tabpane.ant-tabs-tabpane-active{border:1px solid #e8e8e8;padding:15px;margin-bottom:10px;border-top:none}.photos-resizable .slider-popover.slider-container{padding-bottom:20px}.photos-resizable .image-item{width:-webkit-calc(var(--size)*1px);width:calc(var(--size)*1px);height:-webkit-calc(var(--size)*1px);height:calc(var(--size)*1px)}.photos-resizable .image-item__with-time img{width:100%;height:-webkit-calc(100% - 21px);height:calc(100% - 21px);max-height:100%}.photos-resizable .image-items__upload{margin:0}.photos-resizable .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select{width:-webkit-calc(var(--size)*1px);width:calc(var(--size)*1px);height:-webkit-calc(var(--size)*1px);height:calc(var(--size)*1px);margin:0 !important}.photos-resizable .image-item__load-more{padding:0;margin:0 !important}.image-item{width:150px;height:150px;border:1px solid #ddd;padding:5px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;vertical-align:middle;position:relative;text-align:center;z-index:1}.image-item__with-time .image-time{padding:2px 0;margin:0 -5px}.image-item__with-time img{width:100%;height:-webkit-calc(100% - 21px);height:calc(100% - 21px);max-height:100%;-o-object-fit:contain;object-fit:contain}.image-item__with-time .image-item__download{bottom:1.2em}.image-item__load-more{padding:0;margin:5px !important}.image-item__load-more .btn{background:#fafafa;width:100%;height:100%;color:rgba(0,0,0,.65)}.image-item__panel{position:absolute;bottom:0;left:0;width:100%;background:#f6f6f6;text-align:center;z-index:2;padding:3px}.image-item__panel span{cursor:pointer;font-size:14px}.image-item__panel-type{color:#6868ec;cursor:default !important}.image-item__panel-check{color:#b3b3b3;margin-right:5px}.image-item__panel-check.active{color:#09ab3c;cursor:default}.image-item__remove,.image-item__edit,.image-item__download{color:#e74c3c;right:0;top:0;background:#fff;padding:3px;font-size:16px;position:absolute;cursor:pointer;border-radius:0 0 0 5px}.image-item__edit{left:0;right:auto;color:#333}.image-item__edit:hover,.image-item__edit:focus,.image-item__edit:active,.image-item__edit:visited{color:#333}.image-item__edit .fa{display:block}.image-item__download{right:3px;left:auto;bottom:3px;top:auto;color:#333;line-height:1;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;z-index:1}.image-item__download:hover,.image-item__download:focus,.image-item__download:active,.image-item__download:visited{color:#333}.image-item__download .fa{display:block}@media(pointer: fine){.image-item__download:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}}.image-item .image-item__link{display:none}.image-item .image-item__actions{position:absolute;top:0;right:0;background:#eee;padding:3px 5px;border-radius:0 0 0 4px}.image-item .image-item__actions .image-item__copy,.image-item .image-item__actions .image-item__link{height:22px;line-height:22px;padding:0 3px;background:#fff}.image-item .image-item__actions .image-item__copy,.image-item .image-item__actions .image-item__remove,.image-item .image-item__actions .image-item__edit,.image-item .image-item__actions .image-item__download,.image-item .image-item__actions .image-item__change,.image-item .image-item__actions .image-item__link{position:static;display:inline-block;margin-left:5px;border-radius:3px;vertical-align:bottom;border:none}.image-item .image-item__actions .image-item__copy:first-child,.image-item .image-item__actions .image-item__remove:first-child,.image-item .image-item__actions .image-item__edit:first-child,.image-item .image-item__actions .image-item__download:first-child,.image-item .image-item__actions .image-item__change:first-child,.image-item .image-item__actions .image-item__link:first-child{margin-left:0}@media(pointer: fine){.image-item .image-item__actions .image-item__copy:hover,.image-item .image-item__actions .image-item__remove:hover,.image-item .image-item__actions .image-item__edit:hover,.image-item .image-item__actions .image-item__download:hover,.image-item .image-item__actions .image-item__change:hover,.image-item .image-item__actions .image-item__link:hover{background:#f6f6f6;-webkit-transform:none;-ms-transform:none;transform:none}}.image-item .image-item__actions button.image-item__remove,.image-item .image-item__actions button.image-item__remove>span{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important;border:none}.image-item .image-item__actions button.image-item__remove.button-component.isLoading::before,.image-item .image-item__actions button.image-item__remove>span.button-component.isLoading::before{margin:-8px 0 0 -8px;width:16px;height:16px}.image-item .image-item__actions .image-item__edit{width:unset}.image-item .image-item__actions .image-item__copy.isLoading{position:relative}.image-item .image-item__actions .image-item__copy.isLoading::before{margin:-7px 0 0 -7px;width:15px;height:15px}.image-item img{max-width:100%;max-height:138px}.image-item__centered{-o-object-fit:contain;object-fit:contain;height:100%}.times-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(2px, -2px) scale(0.8);-ms-transform:translate(2px, -2px) scale(0.8);transform:translate(2px, -2px) scale(0.8);background:rgba(255,255,255,.6)}.attached-file{padding:5px 35px 5px 5px;border:1px solid #ddd;display:inline-block;position:relative}.attached-file__remove{position:absolute;right:5px;top:50%;font-size:20px;margin-top:-10px;color:#e74c3c;cursor:pointer}.attached-file__image{display:inline-block;height:20px}.attached-file__image img{margin-top:-4px;height:100%}.attached-file__readonly{padding:5px}.files-item{padding:5px;overflow:hidden;margin-bottom:5px;display:inline-block;color:#333}.files-item:hover,.files-item:focus,.files-item:active,.files-item:visited{color:#333}.files-item__avatar{display:inline-block;max-width:55px;max-height:55px;vertical-align:middle}.files-item__content{display:inline-block;vertical-align:middle;margin-left:15px}.files-item__button{margin-top:5px}.image-set-component__main{position:relative;text-align:center}.image-set-component__main-container{position:relative}.image-set-component__main-container::before{display:block;padding-top:70%;content:""}.image-set-component__main img{max-width:100%;max-height:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);cursor:pointer}.image-set-component__icon{position:absolute;font-size:30px;color:#36a8ff;top:50%;margin-top:-15px;display:none}.image-set-component__prev{left:0}.image-set-component__next{right:0}.image-set-component__other{font-size:0;margin:10px -15px;padding:0}.image-set-component__other li{display:inline-block;width:50%;padding:15px}.image-set-component__other li img{max-width:100%;max-height:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);cursor:pointer}.image-set-component__item{display:inline-block;width:50%;padding:15px}.image-set-component__item img{max-width:100%}.image-set-component__item-container{text-align:center;padding:5px;background:#e3ebf9;cursor:pointer;position:relative}.image-set-component__item-container::before{display:block;padding-top:65%;content:""}.form-group_checkbox{padding-top:.2em;font-size:13px;line-height:1.4}.form-group_checkbox .checkbox{display:inline-block;margin:0}.form-group_checkbox .checkbox input[type=checkbox]{position:static;margin-left:0;margin-bottom:.2em;vertical-align:bottom}.checkbox.inline-checkbox{margin-top:0;display:inline-block}.checkbox.inline-checkbox input[type=checkbox]{position:static;margin-left:0}.form-group__checkbox-list{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.form-group__checkbox-list .form-group__checkbox-list__label{top:-8px;left:3px}.form-group__checkbox-list__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:8px;gap:10px}.form-group__checkbox-list__wrapper .checkbox{display:inline-block;margin-top:2px;-webkit-box-flex:0;-webkit-flex:0 0 max-content;-ms-flex:0 0 max-content;flex:0 0 max-content}@media(max-width: 767px){.form-group__checkbox-list__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 15px;gap:20px}}@media(max-width: 767px){.form-group__checkbox-list{width:100%;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}}.form-group__bordered{border:2px solid #eee;border-radius:4px;padding:10px 15px 0}.form-group__bordered hr{border-top:2px solid #eee;margin:10px -15px 20px}.form-group__bordered_title{position:absolute;left:0;top:-webkit-calc(-16px - .5em);top:calc(-16px - .5em);line-height:1em;background:#fff}.ant-table .form-group__bordered{padding:5px 10px 5px}form .form-group__bordered hr{margin-top:5px;margin-bottom:15px}.form-group textarea{height:120px}.checkbox-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:34px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;line-height:13px}.checkbox-control input{margin:0}.checkbox-control .custom-event-status{line-height:1.4}.label100 label{display:table;width:100%}.patient-info-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.patient-info-row__patient,.patient-info-row__email,.patient-info-row__birth-date,.patient-info-row__phone{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.patient-info-row__email .ant-select-selection-placeholder{width:1px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.patient-info-row__phone{max-width:170px}.patient-info-row__gender{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding-bottom:3px;margin-bottom:15px;width:27px;cursor:pointer}.patient-info-row__gender .fa-2x{font-size:1.6em}.patient-info-row .form-group:not(:last-child){padding-right:15px}.patient-info-row .form-group__bordered_title{margin:0;top:-webkit-calc(-0.5em - 10px);top:calc(-0.5em - 10px);left:-5px}.patient-info-row .form-group__cancel{top:-webkit-calc(-0.5em - 8px);top:calc(-0.5em - 8px);left:unset;right:-19px;padding:3px 5px;cursor:pointer;border:2px solid #ccc;border-radius:4px}#duration{border-radius:0}.appointment-editor-form{position:relative}.appointment-editor-form .form-control:not(textarea){border-radius:0}.appointment-editor-form .doctor-name{display:-webkit-box;margin:-5px 0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width: 767px){.appointment-editor-form .appointment-procedures .ant-table{margin-left:-6px;padding-left:6px}}.appointment-editor-form .readonly-control__patient label{padding-left:24px}.appointment-editor-form .readonly-control__patient label~div{overflow:visible}.appointment-editor-form .readonly-control__patient .fa{margin-top:-6px;width:24px}.appointment-editor-form .readonly-control__patient .fa.fa-2x{font-size:1.6em}.appointment-editor-form .logo{width:20px;height:20px;position:absolute;right:2px;top:-4px;z-index:1}.appointment-editor-form .react-datepicker-popper{z-index:12}.appointment-editor-form .ant-select{width:100%}.appointment-editor-form .patient-info-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.appointment-editor-form .patient-info-row .validation-message{display:block;z-index:2;opacity:.8;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.appointment-editor-form .patient-info-row .is-relative:hover .validation-message{opacity:.3}.appointment-editor-form .patient-info-row.patient-info-row__short .patient-info-row__location,.appointment-editor-form .patient-info-row.patient-info-row__short .patient-info-row__birth-date{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.appointment-editor-form .patient-info-row .patient-info-row__parent-info{white-space:nowrap;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;position:relative}.appointment-editor-form .patient-info-row .patient-info-row__parent-info>div{position:relative}.appointment-editor-form .patient-info-row .patient-info-row__parent-info>div a{display:inline-block;vertical-align:middle;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-right:20px}.appointment-editor-form .patient-info-row .patient-info-row__parent-info .fa-info-circle{position:absolute;top:7px;right:2px}.appointment-editor-form .patient-info-row.patient-info-row-parent{margin:-1px 0 10px;padding:8px 10px 0;border:2px solid #ccc}.appointment-editor-form .patient-info-row.patient-info-row-parent .form-control{border-radius:0}.appointment-editor-form .patient-info-row.patient-info-row-parent .form-group__bordered_title{margin:0;top:-0.5em;left:4px}.appointment-editor-form .patient-info-row.patient-info-row-parent .form-group__bordered_title.form-group__cancel{top:-webkit-calc(-0.5em - 3px);top:calc(-0.5em - 3px);left:unset;right:-4px;padding:3px 5px;cursor:pointer;border:2px solid #ccc;border-radius:4px}.appointment-editor-form .patient-info-row.patient-info-row-parent .patient-info-row__birth-date{width:180px}.appointment-editor-form .patient-info-row.patient-info-row-parent .form-group{margin-bottom:10px}.appointment-editor-form .patient-info-row .form-group:not(:last-child){padding-right:15px}.appointment-editor-form .patient-info-row__patient,.appointment-editor-form .patient-info-row__email{width:185px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:unset}@media(max-width: 991px){.appointment-editor-form .patient-info-row__patient,.appointment-editor-form .patient-info-row__email{min-width:50%}}.appointment-editor-form .patient-info-row__parent{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:380px}.appointment-editor-form .patient-info-row__parent label{display:block;width:100%}.appointment-editor-form .patient-info-row__parent label .fa{margin-left:5px;-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.appointment-editor-form .patient-info-row__email label{display:block;width:100%}.appointment-editor-form .patient-info-row__location{width:150px}@media(min-width: 991px){.appointment-editor-form .patient-info-row__phone{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:170px !important}}@media(min-width: 991px){.appointment-editor-form .patient-info-row__birth-date{min-width:10% !important;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:125px !important}}.appointment-editor-form .patient-info-row__gender{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding-bottom:3px;margin-bottom:15px;width:27px;cursor:pointer}@media(max-width: 1100px){.appointment-editor-form .col-sm-5{width:100%}.appointment-editor-form .col-sm-5 .col-sm-6{width:50%}.appointment-editor-form .col-sm-2{width:25%}.appointment-editor-form .appointment-procedures-table .ant-table-content{min-height:100px}}@media(max-width: 991px){.appointment-editor-form .patient-info-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.appointment-editor-form .patient-info-row .form-group:not(:last-child){padding-right:15px}.appointment-editor-form .patient-info-row__patient,.appointment-editor-form .patient-info-row__location,.appointment-editor-form .patient-info-row__email{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:250px}.appointment-editor-form .patient-info-row__phone{width:25%;padding-right:0 !important}.appointment-editor-form .patient-info-row__birth-date{width:25%}}@media(max-width: 767px){.appointment-editor-form .col-sm-5 .col-sm-6{width:100%}.appointment-editor-form .col-sm-5 .col-sm-6~.col-sm-6{margin-top:15px}.appointment-editor-form .col-sm-2{width:100%}}.input-number-without-arrows::-webkit-outer-spin-button,.input-number-without-arrows::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-number-without-arrows[type=number]{-moz-appearance:textfield}.has-error .validation-message{-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.has-error:hover .validation-message{opacity:.2}.has-error .ant-input{border-color:#e74c3c !important}.has-error .autocomplete-component .ant-select-selector{border-color:#e74c3c !important}.has-error .ant-select .ant-select-selector{border-color:#e74c3c !important}.has-error .input-group .ant-picker{border-color:#e74c3c;border-right-color:#ccc}.has-error .input-group .input-group-btn .btn{border-color:#962014;border-left-color:#3c8dbc}.has-error .wysiwyg-component .trumbowyg-box{border-color:#e74c3c}.appointment-document-table td{max-width:0}@media(max-width: 767px){.appointment-document-table td{max-width:unset}}.appointment-document-pdf{width:280px}.fullscreen-loading.blue-loading{background:#eaeff3}.fullscreen-loading.blue-loading .loading-component .double-bounce1,.fullscreen-loading.blue-loading .loading-component .double-bounce2{background:#0271b9 !important}.fullscreen-loading.blue-loading .loading-component__caption{color:#0271b9 !important}.chat-message-notifier-glider__avatar-wrap{font-size:20px}.chat-message-btn__bordered~.chat-message-btn.isLoading~div .voice_message__text{font-size:0;margin:0;opacity:0;padding:0;border:0;-webkit-transition:opacity .25s,font-size .5s .25s,margin .5s .25s,padding .5s .25s,border .5s .25s;-o-transition:opacity .25s,font-size .5s .25s,margin .5s .25s,padding .5s .25s,border .5s .25s;transition:opacity .25s,font-size .5s .25s,margin .5s .25s,padding .5s .25s,border .5s .25s}.chat-message-btn__bordered~.chat-message-btn:not(.isLoading)~div .voice_message__text{border:1px solid #ccc;border-radius:4px;padding:5px 10px;-webkit-transition:font-size .25s,margin .25s,padding .25s,opacity .5s .25s,border .25s;-o-transition:font-size .25s,margin .25s,padding .25s,opacity .5s .25s,border .25s;transition:font-size .25s,margin .25s,padding .25s,opacity .5s .25s,border .25s}.editor-page .input-color-picker .color-picker__color-container-inner{height:14px}.editor-page .color-picker__color-container-inner{height:24px}.editor-btns>*{margin-bottom:10px}.oder-description-tooltip{max-width:50vw}.oder-description-tooltip.oder-description-tooltip__main{max-width:58vw}.oder-description-tooltip.oder-description-tooltip__main .ant-tooltip-inner{width:min(55vw,700px)}.oder-description-tooltip .order-spoiler-list__actions{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.oder-description-tooltip .order-spoiler-list__actions>*{display:none}.oder-description-tooltip .order-spoiler-list__actions>*[title=Edit]{display:inline-block;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.oder-description-tooltip .order-spoiler-list__actions>*[title=Edit] .fa{margin:0 2px}.oder-description-tooltip .order-spoiler-list__actions .triangle{-webkit-box-ordinal-group:-1;-webkit-order:-2;-ms-flex-order:-2;order:-2}.oder-description-tooltip .order-spoiler-list__actions .popover-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.oder-description-tooltip .order-spoiler-list__actions .order-spoiler__creator,.oder-description-tooltip .order-spoiler-list__actions .triangle{display:inline}.oder-description-tooltip .ant-tooltip-inner{max-height:350px;background:#fff;color:#333}.oder-description-tooltip .ant-tooltip-inner .payment-list__item{color:rgba(0,0,0,.7)}.oder-description-tooltip:not(.appointment-procedures-tooltip):not(.oder-description-tooltip_text) .ant-tooltip-inner{padding-top:19px;padding-left:12px}.oder-description-tooltip .ant-tooltip-arrow{border-top-color:#fff;--antd-arrow-background-color: #fff}.oder-description-tooltip .ant-tooltip-arrow .ant-tooltip-arrow-content{--antd-arrow-background-color: #fff}.oder-description-tooltip .pdf img{width:20px}@media(max-width: 767px){.oder-description-tooltip{max-width:86vw}.oder-description-tooltip.oder-description-tooltip__main{max-width:86vw}.oder-description-tooltip.oder-description-tooltip__main .ant-tooltip-inner{width:min(83vw,700px)}}.description-tooltip{z-index:1000}.transaction-information-popover{max-width:30vw;width:500px}.transaction-information-popover .ant-popover-inner .page-block{padding:0;margin-bottom:0}.transaction-information-popover .ant-popover-inner .page-block__header{padding:0}.transaction-information-popover .ant-popover-inner .page-block .left-label{margin-bottom:5px}.transaction-information-popover .ant-popover-inner .page-block .left-label label{max-width:35%}.transaction-popover-btn{vertical-align:text-top}.faq-answer-tooltip{max-width:max(300px,50vw)}.appointment-procedures-tooltip .ant-tooltip-inner{background:var(--bg-color) !important;color:var(--color)}.appointment-procedures-tooltip .ant-tooltip-inner .payment-list__item{color:var(--color)}.appointment-procedures-tooltip.ant-tooltip .ant-tooltip-arrow{--antd-arrow-background-color: var(--bg-color) !important}.appointment-procedures-tooltip.ant-tooltip .ant-tooltip-arrow::before{background:var(--bg-color)}.editable-table-add-btn{position:static;margin:-4px auto;display:block;float:none !important}.appointment-procedures{position:relative;margin-bottom:15px}.appointment-procedures-table .ant-table-thead>tr>th,.appointment-procedures-table .ant-table-thead>tr>td,.appointment-procedures-table .ant-table-tbody>tr>td{padding:10px}.appointment-procedures-table .ant-table-thead>tr>th:first-child,.appointment-procedures-table .ant-table-thead>tr>td:first-child,.appointment-procedures-table .ant-table-tbody>tr>td:first-child{position:relative;padding:10px 0}@media(max-width: 767px){.appointment-procedures-table .ant-table-thead>tr>th:first-child,.appointment-procedures-table .ant-table-thead>tr>td:first-child,.appointment-procedures-table .ant-table-tbody>tr>td:first-child{padding:10px}}.appointment-procedures-table .ant-table-thead>tr>th:first-child::before,.appointment-procedures-table .ant-table-thead>tr>td:first-child::before,.appointment-procedures-table .ant-table-tbody>tr>td:first-child::before{display:none}.appointment-procedures-table .ant-table-thead>tr>th:nth-child(2),.appointment-procedures-table .ant-table-thead>tr>td:nth-child(2){border-top-left-radius:8px}.appointment-procedures-table .ant-table-content{min-height:154px}.appointment-procedures__btn{position:absolute;z-index:2;right:10px;top:6px}@media(max-width: 767px){.appointment-procedures__btn{position:static}.appointment-procedures__btn::after{content:attr(title);margin-left:5px}}.appointment-procedures__line{position:absolute;left:-6px;top:0;background:currentColor;height:100%;width:6px;border-radius:5px 0 0 5px;cursor:pointer}.custom-event-status-list__item-btn{margin:-5px;padding:5px;width:-webkit-calc(100% + 10px);width:calc(100% + 10px);background:rgba(0,0,0,0);text-align:left}.custom-event-status-list__item-btn:disabled{cursor:not-allowed}.custom-event-status-list__item-btn:disabled::before{cursor:not-allowed}.custom-event-status-list__item:not(.custom-event-status-list__item_active) .custom-event-status-list__item-btn:disabled{opacity:.5}.custom-event-status-list .ant-time-picker-panel-input-wrap{width:168px}.ant-table-column-title .btn-primary.appointment-procedures__btn{position:static;margin:-6px 0}.title-text{font-size:16px;padding:10px 0;font-weight:bold}.headline-link{font-size:18px;margin-right:20px}.link{color:#337ab7}.link:hover{color:#23527c;text-decoration:underline}.link-underline{text-decoration:underline}.comments-container,.widget-container{position:relative;top:-86px}.comments-container__inner,.widget-container__inner{position:absolute;top:0;right:min(-370px,max(-450px,-50px - 22vw));width:min(400px,22vw);min-width:320px;-webkit-transition:-webkit-transform .3s ease-in;transition:-webkit-transform .3s ease-in;-o-transition:transform .3s ease-in;transition:transform .3s ease-in;transition:transform .3s ease-in, -webkit-transform .3s ease-in;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.comments-container__inner-section,.widget-container__inner-section{padding:20px;background:#fff;width:min(400px,22vw);min-width:320px;border-radius:8px}.comments-container__inner-section~.comments-container__inner-section,.widget-container__inner-section~.comments-container__inner-section{margin-top:15px}.comments-container .open,.widget-container .open{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.widget-container{z-index:10;top:0}.widget-container__inner{position:absolute;top:0;left:min(-370px,max(-450px,-50px - 22vw));width:min(400px,22vw);min-width:320px;-webkit-transition:-webkit-transform .3s ease-in;transition:-webkit-transform .3s ease-in;-o-transition:transform .3s ease-in;transition:transform .3s ease-in;transition:transform .3s ease-in, -webkit-transform .3s ease-in;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.widget-container__inner .dashboard-page-box{border-radius:8px;background-color:#fff}.widget-container__inner-section{padding:20px;background:#fff;width:min(400px,22vw);min-width:320px;border-radius:8px}.widget-container .filters-component-container.pull-right{margin-top:-2px}.widget-container .appointment-widget__container{position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media(max-width: 767px){.widget-container .appointment-widget__container{display:none}}@media(max-height: 550px){.widget-container .appointment-widget__container{display:none}}.widget-container .appointment-widget__animated{padding-top:15px;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-transition:-webkit-transform 1s cubic-bezier(0.75, -0.5, 0, 1.75);transition:-webkit-transform 1s cubic-bezier(0.75, -0.5, 0, 1.75);-o-transition:transform 1s cubic-bezier(0.75, -0.5, 0, 1.75);transition:transform 1s cubic-bezier(0.75, -0.5, 0, 1.75);transition:transform 1s cubic-bezier(0.75, -0.5, 0, 1.75), -webkit-transform 1s cubic-bezier(0.75, -0.5, 0, 1.75)}.widget-container .appointment-widget__animated.appointment-widget__open{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.widget-container .appointment-widget__animated .dashboard-page-box~.dashboard-page-box{margin-top:15px}.widget-container .close-animation.appointment-widget__animated{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;-o-transition:transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;-webkit-transform:rotateX(-90deg) !important;transform:rotateX(-90deg) !important}.ant-modal-body>.comments-container,.ant-modal-body>.widget-container{top:-55px}.ant-modal-body>.comments-container .editor-page__comments__animate h3,.ant-modal-body>.widget-container .editor-page__comments__animate h3{margin-top:0}.appointment-wizard__follow-up .is-relative>.validation-message,.custom-follow-up .is-relative>.validation-message{opacity:.8;white-space:nowrap;overflow:hidden;max-width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis}.appointment-wizard__follow-up .is-relative:hover>.validation-message,.custom-follow-up .is-relative:hover>.validation-message{opacity:.4}.appointment-modal{-webkit-transition:left .3s ease-in;-o-transition:left .3s ease-in;transition:left .3s ease-in}.appointment-modal .appointment-editor-form .patient-info-row .form-group{min-width:16%}@media screen and (max-width: 1600px){.appointment-modal .appointment-editor-form .patient-info-row .form-group:not(:last-child){padding-right:15px}}.appointment-modal .ant-modal-footer .ant-tag{max-width:356px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media(max-width: 767px){.appointment-modal{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.appointment-modal .appointment-modal-additional{display:none}.appointment-modal .ant-modal-close{top:5px;right:5px}}@media(max-height: 550px){.appointment-modal{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.appointment-modal .appointment-modal-additional{display:none}.appointment-modal .ant-modal-close{top:5px;right:5px}}.comment-node__text{word-break:break-word}.comment-node__text.comment-node__text_bg{background:var(--bg)}.comment-node__text.comment-node__text_bg::before{border-bottom-color:var(--bg)}.comment-node__text.comment-node__text_bg .comment-node__buttons{display:block;background:var(--bg);opacity:.4;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}@media(pointer: fine){.comment-node__text.comment-node__text_bg .comment-node__buttons{opacity:0}}@media(pointer: fine){.comment-node__text.comment-node__text_bg:hover .comment-node__buttons{opacity:1}}.video-chat-header__left .avatar-container{width:50px;height:50px;margin-right:10px}.comments-component__form__filter{padding-bottom:10px;border-bottom:1px solid #ddd}.editable-table-buttons{white-space:nowrap}@media(max-width: 767px){.editable-table-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px 0;white-space:normal;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.empty-columns-switcher .ant-switch{margin:3px 0 3px 10px}.pull-right~.empty-columns-switcher .ant-switch{margin:3px 10px}.total-block{padding:0 10px;height:34px;font-size:15px;font-weight:bold;line-height:32px;background:#fff;border-radius:4px}@media(max-width: 767px){.total-block{margin:5px 0 10px;height:unset;min-height:34px}}@media(max-width: 550px){.total-block{line-height:1.5;min-height:unset;margin-right:0 !important}}.audio-call{margin-left:10px}table .btn-link:not(.default-label){padding:0}.access-denied__title{color:#e74c3c}.error-component{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.content .loading-component .double-bounce1,.content .loading-component .double-bounce2{background:#0aa699}.content .loading-component__caption{color:#0aa699}.editor-table{border:1px solid #ddd;width:100%;max-width:100%}.editor-table td{padding:8px;line-height:1.42857143;vertical-align:top;border:1px solid #ddd;height:-webkit-calc(1.42em + 16px);height:calc(1.42em + 16px)}.profit-widget-table{width:100%;margin-bottom:20px;border:1px solid #ddd;border-collapse:collapse;table-layout:fixed}.profit-widget-table .table-mobile__content{margin-left:0;padding-left:0}.profit-widget-table .table-mobile__caption{display:none}@media screen and (max-width: 500px){.profit-widget-table{width:-webkit-calc(100% + 30px);width:calc(100% + 30px);margin:0 -15px 20px;line-height:1.8;background-color:#efefef}.profit-widget-table .table-mobile__caption{display:block;float:left;width:45%;font-weight:bold}.profit-widget-table .table-mobile__content{margin-left:45%;padding-left:5px;word-break:break-word}.profit-widget-table .table-actions{white-space:normal !important}.profit-widget-table table,.profit-widget-table thead,.profit-widget-table tbody,.profit-widget-table th,.profit-widget-table td,.profit-widget-table tr{display:block}.profit-widget-table__caption_full,.profit-widget-table__content_full{float:none;width:100%}.profit-widget-table thead{display:none}.profit-widget-table tr{margin-bottom:10px;background-color:#fff;border:1px solid #ddd;border-bottom:none}.profit-widget-table tbody tr td{overflow:hidden;border-bottom:1px solid #ddd !important}}@media(max-width: 500px){.profit-widget-table thead{display:unset}.profit-widget-table thead th:not(.action-column){display:none}.profit-widget-table thead th:not(.action-column):empty{display:none}.profit-widget-table .hide-mobile{display:none}.profit-widget-table tbody tr:last-child{margin-bottom:0}.profit-widget-table .table-mobile__caption{text-align:left}.profit-widget-table .table-mobile__content{text-align:end}}.profit-widget-table th{font-weight:bold;padding:5px;background:#efefef;border:1px solid #ddd;text-align:center}@media(max-width: 500px){.profit-widget-table th{background-color:#fff}}.profit-widget-table td{border:1px solid #ddd;padding:5px;text-align:center}.profit-widget-table tbody tr:nth-child(odd){background:#fff}.profit-widget-table tbody tr:nth-child(even){background:#f7f7f7;font-weight:bold}@media(max-width: 500px){.profit-widget-table tbody tr:nth-child(even){background-color:#fff}}.editor-page-avatar-container{float:left;width:160px}.editor-page-avatar-container~div{float:left;width:-webkit-calc(100% - 160px);width:calc(100% - 160px);padding-left:15px;padding-right:15px}@media screen and (max-width: 550px){.editor-page-avatar-container{width:100%}.editor-page-avatar-container~div{width:100%;padding:0}}@media screen and (max-width: 767px){.ant-table-tbody{background-color:#eaeff3}}.fa-paperclip{-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1);font-size:1.4em;margin-right:10px}.icd-plan .fa{position:relative}.icd-plan .fa::after{content:"ICD";position:absolute;bottom:-2px;left:50%;display:block;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);color:currentColor;padding:1px 3px;border:1px solid currentColor;background:#fff;line-height:1em;font-size:9px}.ant-tabs-tab-btn .icd-plan .fa,.ant-tabs-dropdown-menu .icd-plan .fa{margin-right:10px}.ant-tabs-tab-btn .icd-plan .fa::after,.ant-tabs-dropdown-menu .icd-plan .fa::after{content:"ICD";bottom:-3px;padding:1px 2px;font-weight:800;font-size:8px}.ant-tabs:not(.patient-tabs) .ant-tabs-tab-btn .fa{margin-right:5px}@media(max-width: 767px){.ant-tabs:not(.patient-tabs) .ant-tabs-tab-btn .fa{display:inline-block;font-size:14px;margin:0 !important}.ant-tabs:not(.patient-tabs) .ant-tabs-tab-btn .fa~*:not(.badge){display:none}.ant-tabs:not(.patient-tabs) .ant-tabs-tab-btn .tab-img,.ant-tabs:not(.patient-tabs) .ant-tabs-tab-btn .tab-icon{margin:0 !important}.ant-tabs:not(.patient-tabs) .ant-tabs-tab-btn .tab-img~*,.ant-tabs:not(.patient-tabs) .ant-tabs-tab-btn .tab-icon~*{display:none !important}}.email-table-read{font-size:16px;color:#09ab3c}.no-gap-list .avatar-container{width:30px;height:30px;-webkit-box-flex:0;-webkit-flex:0 0 30px;-ms-flex:0 0 30px;flex:0 0 30px}.no-gap-list .custom-event-status-list-wrapper{width:250px;border:1px solid #eee}.no-gap-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:4px 6px;gap:5px;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s;cursor:pointer}.no-gap-list li:hover{background-color:#eee}.no-gap-list li .fa.fa-check{margin-left:auto}.no-gap-list li .doctor-name{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.no-gap-list~.autocomplete-component{width:100%}.no-gap-list~.autocomplete-component .ant-select{width:100%}.patient-emails-table{white-space:normal !important}.patient-emails-table_scroll{overflow:auto}.patient-emails-table .ant-table td{white-space:normal !important}.small-padding-table .ant-table-tbody>tr>td,.small-padding-table .ant-table-thead>tr>td,.small-padding-table .ant-table-thead>tr>th{padding:10px}.relative-rows tr{position:relative}.invite-list .ant-collapse .popover-with-table{top:180px !important}.invite-list .popover-with-table{left:5px !important;width:-webkit-calc(100% - 10px) !important;width:calc(100% - 10px) !important;min-height:230px;max-height:800px;top:60px !important;z-index:3}.invite-list .popover-with-table .ant-popover-inner{border:2px solid #eee}.invite-list .popover-with-table .ant-popover-arrow{display:none}.invite-list .popover-with-table .btn-close{position:absolute;top:-32px;right:-22px;border:0;outline:none !important}.invite-list .popover-with-table .btn-close:focus{outline:none !important}.invite-list .popover-with-table .ant-popover-inner-content{min-height:200px;max-height:800px;overflow-x:hidden}.trigger__tooltip-open{display:inline-block;padding:1px 5px;margin:-1px -7px;border:2px solid #ccc;border-radius:50%}.space-between{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.email-text{background:#fff;padding:10px;border:1px solid #ddd;max-height:400px;overflow:auto;border-radius:5px}.color-picker__color-container-inner{height:14px;border-radius:2px}.color-picker__color-container{padding:5px;background:#fff;border-radius:1px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1);display:inline-block;cursor:pointer}.color-picker__popover{position:absolute;z-index:4}.color-picker__cover{position:fixed;top:0;right:0;bottom:0;left:0}.overdue-color{background-color:rgba(231,76,60,.3)}.overdue-color:hover{background:rgba(231,76,60,.4) !important}.overdue-color:hover td{background:none !important}@media(max-width: 767px){.overdue-color{background:rgba(231,76,60,.4) !important}}.duplicate-notification{position:absolute;left:-5px;bottom:-3px;background-color:#fff}.status-green{background:#0aa699}.status-red{background:#e74c3c}.status-grey{background:#a8a7a7}.text-grey{color:#a8a7a7}.status-box{padding:5px;border-radius:5px}.dot-loader-inline{display:inline-block;width:40px}.inline-block{display:inline-block}.form-grey-block{padding:20px;background:#f5f5f5;border:1px solid #ddd;margin-bottom:15px}.prescription-block{border:1px solid #666}.prescription-block__headline{border-bottom:1px solid #666}.unread-notification{background:#f5f5f5}.notification-value{max-height:70vh}.insurance-form .form-control,.pharmacy-form .form-control{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.insurance-form .ant-table-tbody .col-sm-2,.insurance-form .ant-table-tbody .col-sm-4,.pharmacy-form .ant-table-tbody .col-sm-2,.pharmacy-form .ant-table-tbody .col-sm-4{padding:0 5px}.insurance-form .ant-table-tbody .ant-select,.pharmacy-form .ant-table-tbody .ant-select{min-width:auto;max-width:100%}.prescription-component{background-color:#e5e9ec;padding:30px}.prescription-component .info-block{position:relative;padding:15px;background-color:#fff;margin-bottom:15px}.prescription-component .info-block.row{margin-left:0;margin-right:0}.prescription-form-container .ant-tabs-tabpane.ant-tabs-tabpane-active{border:none;padding:10px 0}.signature-component__thumb{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.signature-component__thumb img{max-height:100%}.signature-component__thumb img.img-error{max-height:150px}.signature-component__thumb:hover .signature-component__remove{display:block}.medications__headline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:60px}.medications__block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.medications__btn{width:110px}.panel-input{height:32px}.panel-input+.reminder-text{display:inline-block;max-width:-webkit-calc(100% - 300px);max-width:calc(100% - 300px);white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.reminder-header{color:rgba(0,0,0,.65);font-size:16px;width:-webkit-calc(100% - 43px);width:calc(100% - 43px)}.reminder-header .panel-input{width:45%;min-width:250px}.reminder-header>*{vertical-align:top;line-height:32px}.inactive-notes-form .form-control{border-radius:0}.ant-collapse-header{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ant-collapse-header>.fa{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-right:8px}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.claims-total{font-size:14px;background:#fff;padding:10px 20px;margin-bottom:10px}.claims-total th,.claims-total td{padding:0 10px;text-align:right}@media(max-width: 767px){.claims-total{width:100%;overflow:auto}.claims-total th:first-child,.claims-total td:first-child{padding-left:0}.claims-total th:last-child,.claims-total td:last-child{padding-right:0}}.display-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ant-table-row:hover .mark-column{cursor:pointer}.mark-message-unread{border-radius:50%;height:10px;width:10px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border:1px solid rgba(0,0,0,0)}.ant-table-row:hover .mark-message-unread{border:1px solid #0f1c3f}.mark-message-read{border-radius:50%;height:10px;width:10px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:.7;background-color:#0aa699}.ant-table-row:hover .mark-message-read{background-color:#07786f}.unread-message{font-weight:bold}.enter-page{padding:50px 15px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.enter-page .logo{margin:0 auto 10px}.enter-page .logo img{width:300px}.enter-page a{color:#666}.enter-page a:not(.btn){text-decoration:underline}.enter-page a:hover,.enter-page a:focus,.enter-page a:active,.enter-page a:visited{color:#666}.enter-page a:hover{color:#0aa699}.enter-page .site-headline h1{color:#f60;text-transform:uppercase;font-size:35px;font-weight:800;font-family:"Raleway",sans-serif;font-style:italic}.enter-page .enter-page__container .form-control:focus::-webkit-input-placeholder, .enter-page .enter-page__container .form-control:hover::-webkit-input-placeholder{border-color:#f60;color:#f60}.enter-page .enter-page__container .form-control:focus::-moz-placeholder, .enter-page .enter-page__container .form-control:hover::-moz-placeholder{border-color:#f60;color:#f60}.enter-page .enter-page__container .form-control:focus:-ms-input-placeholder, .enter-page .enter-page__container .form-control:hover:-ms-input-placeholder{border-color:#f60;color:#f60}.enter-page .enter-page__container .form-control:focus::-ms-input-placeholder, .enter-page .enter-page__container .form-control:hover::-ms-input-placeholder{border-color:#f60;color:#f60}.enter-page .enter-page__container .general-form-button,.enter-page .enter-page__container .form-control:hover,.enter-page .enter-page__container .form-control:focus,.enter-page .enter-page__container .form-control:focus::placeholder,.enter-page .enter-page__container .form-control:hover::placeholder{border-color:#f60;color:#f60}.enter-page .enter-page__container .enter-page__form a:hover{color:#f60}.enter-page.open-page .btn-primary{border-color:#f60;color:#f60}.enter-page__container{max-width:500px;margin:0 auto;width:100%}.enter-page__form{padding:15px;background:#fff;border:1px solid #ddd}.enter-page p{color:#333;font-weight:600}.patient-title-info{min-height:41px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px}.patient-title-info .info-box{margin-right:15px}.user-avatar-with-status{position:relative;display:inline-block;border-radius:50%}.user-avatar-with-status.users-list__avatar__container__selected .avatar-container{border:3px solid #666}.user-avatar-with-status.provider-avatar{height:50px;width:50px;font-size:19px}.user-avatar-with-status.provider-avatar .check-mark{position:absolute;bottom:-5px;right:-5px;height:20px;width:20px;border-radius:50%;font-size:14px;line-height:20px;background:#fff;border:1px solid #32cd32}.user-avatar-with-status.provider-avatar .check-mark .fa{margin:0 2px}.user-avatar-with-status.provider-avatar .avatar-container .avatar-user-initials{font-weight:300 !important}.user-avatar-with-status.provider-avatar strong .avatar-container .avatar-user-initials{color:#000 !important;font-size:24px;font-weight:bold !important}.user-avatar-with-status~.user-avatar-with-status{margin-left:10px}.user-avatar-with-status~.user-avatar-with-status.users-list__avatar__container{margin-left:0}.user-avatar-with-status+.inline-select-item{margin-left:10px}.user-avatar-with-status .user-status-circle{position:absolute;right:var(--right);top:var(--top)}.users-list{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:auto 0;padding:0;list-style:none;gap:-10px;z-index:1}.users-list__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.users-list__container .ant-pagination{margin:auto 0 0 auto;padding:7px 0}.users-list__empty-message{margin:auto}.users-list__avatar{position:relative;width:-webkit-calc(70px + (5 - var(--count))*18px);width:calc(70px + (5 - var(--count))*18px);height:-webkit-calc(70px + (5 - var(--count))*18px);height:calc(70px + (5 - var(--count))*18px);border:2px solid #ddd;border-radius:50%;font-size:-webkit-calc(24px + (5 - var(--count))*3px);font-size:calc(24px + (5 - var(--count))*3px);margin:0 auto 10px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;z-index:var(--index)}.users-list__avatar__container{-webkit-box-flex:0;-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;margin:0 3px}@media(pointer: fine){.users-list__avatar__container{margin:0 -13px}}.users-list__avatar:hover{z-index:21;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.users-list__avatar .user-status-circle{position:absolute;right:0;top:0;font-size:-webkit-calc(18px + (5 - var(--count))*2px);font-size:calc(18px + (5 - var(--count))*2px)}.doctor-users-cell{position:relative;padding:10px 20px 5px;border-radius:4px}.doctor-users-cell .users-list{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.doctor-users-cell .users-list__avatar__container{-webkit-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.doctor-users-cell .users-list__avatar__container+.inline-select-item{margin-left:20px}.doctor-users-cell .users-list__avatar__container:hover{z-index:21 !important;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.spinner{width:40px;height:40px;position:relative;margin:100px auto}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.infinite:hover{-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadein;animation-name:fadein}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}7%{-webkit-transform:scale(1.1);transform:scale(1.1)}14%{-webkit-transform:scale(1);transform:scale(1)}21%{-webkit-transform:scale(1.1);transform:scale(1.1)}35%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}7%{-webkit-transform:scale(1.1);transform:scale(1.1)}14%{-webkit-transform:scale(1);transform:scale(1)}21%{-webkit-transform:scale(1.1);transform:scale(1.1)}35%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:2.6s;animation-duration:2.6s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.card-account{background:#fff;border-radius:2px;padding:25px 15px;border:1px solid #eee;margin-bottom:10px}.card{border:1px solid #e8e8e8;padding:15px;margin-bottom:10px}.card__item{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.order-tag{position:absolute;margin-top:-11px}.order-tag.no-payments{margin-top:9px}.order-tag .fa.fa-times{cursor:pointer}.order-tag .quote-list{display:inline-block}.order-tag .quote-list .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow{left:16px;right:unset}.placeholder-small-font::-webkit-input-placeholder{font-size:13px}.placeholder-small-font::-moz-placeholder{font-size:13px}.placeholder-small-font:-ms-input-placeholder{font-size:13px}.placeholder-small-font::-ms-input-placeholder{font-size:13px}.placeholder-small-font::placeholder{font-size:13px}.text-green{color:green}.text-blue{color:blue}.invalid-row-info{display:inline-block;color:red}.badge-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:1rem;background-color:red}.modal-image-viewer .image-carousel{background:#fdfdfd;border-radius:.5rem;overflow:hidden;margin-top:3rem}.modal-image-viewer .image-carousel .carousel-image-item{position:relative;display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fdfdfd;height:400px}.modal-image-viewer .image-carousel .carousel-image-item .carousel-image-item-image{width:100%;height:auto;background:green}.modal-image-viewer .image-carousel .carousel-image-item .carousel-image-item-download-btn{position:absolute;top:1rem;right:1rem;border-radius:.5rem;padding:.5rem 1rem;background:#fdfdfd}.ant-select-selection-item .select-text{display:none}.ant-select .select-icon{margin-right:0 !important}.ant-select .select-icon i{width:auto !important}.analysis-collapse{margin:15px}@media(max-width: 1025px){body .col-sm-3,body .col-sm-4,body .col-sm-2{width:50%}body .col-sm-6{width:100%}body .address-container.col-sm-6{width:50%}}@media(max-width: 767px){body .col-sm-3,body .col-sm-4{width:100%}}
.tag-sizable-handler{position:absolute;right:0;top:0;display:block;margin-left:-7px;width:7px;height:100%;cursor:col-resize;z-index:2;-ms-touch-action:none;touch-action:none;background:url("/common/img/v-handle.png") #d5d5d5 center center no-repeat;background-color:#76c4ed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tag-sizable-left__inner,.tag-sizable-right__inner{height:100%;overflow-x:hidden;min-width:300px}.tag-sizable-left,.tag-sizable-right{float:left}.tag-sizable-left{position:relative;padding-right:7px}
.site-footer{position:fixed;bottom:0;left:0;width:100%;background-color:#ff9f43;color:#fff;padding:20px 0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.site-footer .row-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.site-footer .row-content .nt-logo{margin-left:auto}.site-footer .row-content .nt-logo img{width:200px}.site-footer a{color:#fff !important;text-decoration:underline}.site-footer a:hover{color:#eee !important}@media(max-width: 768px){.site-footer .row-content .nt-logo{display:none}.site-footer .row-content .site-footer__copyright{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;gap:3px;text-align:center}.site-footer .row-content .site-footer__copyright__text{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media(max-height: 600px)and (orientation: landscape){.enter-page~.site-footer{position:static;margin-top:10px}}
.page-with-footer{background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff9f43), color-stop(50%, transparent));background:-o-linear-gradient(top, #ff9f43 50%, transparent 50%);background:linear-gradient(180deg, #ff9f43 50%, transparent 50%)}.page-with-footer.login-page{padding-bottom:169px}.page-with-footer.recover-page{padding-bottom:142px}.page-with-footer.recover-page .recover-page__resend:hover{color:#f60}.general-form-button:disabled{background-color:#eee}.auth-code-input .validation-message{z-index:11}.auth-code-input .code-container{width:304px}.auth-code-input .code-underline{background-size:14.28% !important}.auth-code-input .code-input{font-size:22px;font-weight:bold;line-height:35px;letter-spacing:31px;outline:none;overflow:hidden;border:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}.auth-code-input .code-input:focus+.code-underline,.auth-code-input .code-input:focus-within+.code-underline{opacity:.8;background:-webkit-gradient(linear, left top, right top, color-stop(82%, #f60), color-stop(82%, #f60), color-stop(82%, transparent));background:-o-linear-gradient(left, #f60 82%, #f60 82%, transparent 82%);background:linear-gradient(90deg, #f60 82%, #f60 82%, transparent 82%);background-size:14.28% !important}.enter-page .logo{margin:0 auto 10px}.enter-page .logo img{width:300px}.enter-page .enter-page__form .code-input:focus+.code-underline,.enter-page .enter-page__form .code-input:focus-within+.code-underline{background:-webkit-gradient(linear, left top, right top, color-stop(82%, #f60), color-stop(82%, #f60), color-stop(82%, transparent));background:-o-linear-gradient(left, #f60 82%, #f60 82%, transparent 82%);background:linear-gradient(90deg, #f60 82%, #f60 82%, transparent 82%);background-size:26.18%}@media(max-width: 768px){.enter-page{padding:20px 15px}.enter-page.page-with-footer.recover-page{padding-bottom:95px}}@media(max-height: 600px)and (orientation: landscape){.enter-page{padding:10px 15px 0}.enter-page.page-with-footer.login-page{padding-bottom:0}.enter-page.page-with-footer.recover-page{padding-bottom:0}.enter-page .logo{display:none}.enter-page .page-with-footer{background:-webkit-gradient(linear, left top, left bottom, color-stop(44%, #ff9f43), color-stop(44%, transparent));background:-o-linear-gradient(top, #ff9f43 44%, transparent 44%);background:linear-gradient(180deg, #ff9f43 44%, transparent 44%)}}@media(max-width: 400px){.enter-page .logo img{width:200px;height:100px}}
.privacy-policy{padding-top:140px;padding-bottom:100px}.privacy-policy__container{background:#fff}.privacy-policy__header{position:fixed;top:0;left:0;width:100%;padding:10px 40px;background:#ff9f43;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3)}.privacy-policy__header~.page-not-found{min-height:100vh}.privacy-policy__header .logo{margin:0 auto 0 0}.privacy-policy__header .logo img{width:150px}
