fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"\D7";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{background:inherit;color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@-webkit-keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}body.swal2-shown{overflow-y:hidden}.swal2-container,body.swal2-iosfix{left:0;position:fixed;right:0}.swal2-container{align-items:center;background-color:transparent;bottom:0;display:flex;flex-direction:row;justify-content:center;padding:10px;top:0;z-index:1060}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-grow-fullscreen>.swal2-modal{align-self:stretch;display:flex!important;flex:1;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{align-content:center;display:flex!important;flex:1;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-top-left{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{align-content:center;display:flex!important;flex:1;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-modal{background-color:#fff;border-radius:5px;box-sizing:border-box;display:none;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;max-width:100%;overflow-x:hidden;overflow-y:auto;position:relative;text-align:center}.swal2-modal:focus{outline:none}.swal2-modal.swal2-loading{overflow-y:hidden}.swal2-modal .swal2-title{word-wrap:break-word;color:#595959;display:block;font-size:30px;font-weight:600;margin:0 0 .4em;padding:0;position:relative;text-align:center;text-transform:none}.swal2-modal .swal2-buttonswrapper{margin-top:15px}.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled]{cursor:no-drop;opacity:.4}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal;background-color:transparent!important;border:4px solid transparent;border-radius:100%;box-sizing:border-box;color:transparent;cursor:default;height:40px;margin:7.5px;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:top;width:40px}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm:after{-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff;content:"";display:inline-block;height:15px;margin-left:5px;vertical-align:-1px;width:15px}.swal2-modal .swal2-styled{border:0;border-radius:3px;box-shadow:none;color:#fff;cursor:pointer;font-size:17px;font-weight:500;margin:15px 5px 0;padding:10px 32px}.swal2-modal .swal2-styled:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);outline:none}.swal2-modal .swal2-image{margin:20px auto;max-width:100%}.swal2-modal .swal2-close{background:transparent;border:0;color:#ccc;cursor:pointer;font-family:serif;font-size:36px;height:40px;line-height:40px;margin:0;padding:0;position:absolute;right:8px;top:5px;transition:color .1s ease;width:38px}.swal2-modal .swal2-close:hover{color:#d55}.swal2-modal>.swal2-checkbox,.swal2-modal>.swal2-file,.swal2-modal>.swal2-input,.swal2-modal>.swal2-radio,.swal2-modal>.swal2-select,.swal2-modal>.swal2-textarea{display:none}.swal2-modal .swal2-content{word-wrap:break-word;color:#545454;float:none;font-size:18px;font-weight:300;line-height:normal;margin:0;padding:0;position:relative;text-align:center}.swal2-modal .swal2-checkbox,.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-radio,.swal2-modal .swal2-select,.swal2-modal .swal2-textarea{margin:20px auto}.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-textarea{border:1px solid #d9d9d9;border-radius:3px;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-sizing:border-box;font-size:18px;transition:border-color .3s,box-shadow .3s;width:100%}.swal2-modal .swal2-file.swal2-inputerror,.swal2-modal .swal2-input.swal2-inputerror,.swal2-modal .swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-modal .swal2-file:focus,.swal2-modal .swal2-input:focus,.swal2-modal .swal2-textarea:focus{border:1px solid #b4dbed;box-shadow:0 0 3px #c4e6f5;outline:none}.swal2-modal .swal2-file::-webkit-input-placeholder,.swal2-modal .swal2-input::-webkit-input-placeholder,.swal2-modal .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-modal .swal2-file::-moz-placeholder,.swal2-modal .swal2-input::-moz-placeholder,.swal2-modal .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-modal .swal2-file::placeholder,.swal2-modal .swal2-input::placeholder,.swal2-modal .swal2-textarea::placeholder{color:#ccc}.swal2-modal .swal2-range input{float:left;width:80%}.swal2-modal .swal2-range output{float:right;font-size:20px;font-weight:600;text-align:center;width:20%}.swal2-modal .swal2-range input,.swal2-modal .swal2-range output{height:43px;line-height:43px;margin:20px auto;padding:0;vertical-align:middle}.swal2-modal .swal2-input{height:43px;padding:0 12px}.swal2-modal .swal2-input[type=number]{max-width:150px}.swal2-modal .swal2-file{font-size:20px}.swal2-modal .swal2-textarea{height:108px;padding:12px}.swal2-modal .swal2-select{color:#545454;font-size:inherit;max-width:100%;min-width:40%;padding:5px 10px}.swal2-modal .swal2-radio{border:0}.swal2-modal .swal2-radio label:not(:first-child){margin-left:20px}.swal2-modal .swal2-radio input,.swal2-modal .swal2-radio span{vertical-align:middle}.swal2-modal .swal2-radio input{margin:0 3px 0 0}.swal2-modal .swal2-checkbox{color:#545454}.swal2-modal .swal2-checkbox input,.swal2-modal .swal2-checkbox span{vertical-align:middle}.swal2-modal .swal2-validationerror{background-color:#f0f0f0;color:gray;display:none;font-size:16px;font-weight:300;margin:0 -20px;overflow:hidden;padding:10px}.swal2-modal .swal2-validationerror:before{background-color:#ea7d7d;border-radius:50%;color:#fff;content:"!";display:inline-block;height:24px;line-height:24px;margin-right:10px;text-align:center;width:24px}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.swal2-range input{width:100%!important}.swal2-range output{display:none}}.swal2-icon{border:4px solid transparent;border-radius:50%;box-sizing:content-box;cursor:default;height:80px;margin:20px auto 30px;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:80px}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{display:block;position:relative}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:2px;display:block;height:5px;position:absolute;top:37px;width:47px}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:17px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:16px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.swal2-icon.swal2-info,.swal2-icon.swal2-warning{font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-family:Open Sans,sans-serif}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{border-radius:50%;height:120px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:60px}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:120px 0 0 120px;left:-33px;top:-7px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 120px 120px 0;left:30px;top:-11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.swal2-icon.swal2-success .swal2-success-ring{border:4px solid hsla(98,55%,69%,.2);border-radius:50%;box-sizing:content-box;height:80px;left:-4px;position:absolute;top:-4px;width:80px;z-index:2}.swal2-icon.swal2-success .swal2-success-fix{height:90px;left:28px;position:absolute;top:8px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:7px;z-index:1}.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#a5dc86;border-radius:2px;display:block;height:5px;position:absolute;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:25px}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:47px}.swal2-progresssteps{font-weight:600;margin:0 0 20px;padding:0}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{background:#3085d6;border-radius:2em;color:#fff;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{background:#3085d6;height:.4em;margin:0 -1px;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes hideSweetAlert{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}.swal2-show{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:hideSweetAlert .15s forwards;animation:hideSweetAlert .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}@-webkit-keyframes animate-success-tip{0%{left:1px;top:19px;width:0}54%{left:1px;top:19px;width:0}70%{left:-8px;top:37px;width:50px}84%{left:21px;top:48px;width:17px}to{left:14px;top:45px;width:25px}}@keyframes animate-success-tip{0%{left:1px;top:19px;width:0}54%{left:1px;top:19px;width:0}70%{left:-8px;top:37px;width:50px}84%{left:21px;top:48px;width:17px}to{left:14px;top:45px;width:25px}}@-webkit-keyframes animate-success-long{0%{right:46px;top:54px;width:0}65%{right:46px;top:54px;width:0}84%{right:0;top:35px;width:55px}to{right:8px;top:38px;width:47px}}@keyframes animate-success-long{0%{right:46px;top:54px;width:0}65%{right:46px;top:54px;width:0}84%{right:0;top:35px;width:55px}to{right:8px;top:38px;width:47px}}@-webkit-keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}.swal2-animate-success-line-tip{-webkit-animation:animate-success-tip .75s;animation:animate-success-tip .75s}.swal2-animate-success-line-long{-webkit-animation:animate-success-long .75s;animation:animate-success-long .75s}.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animate-error-icon{0%{opacity:0;-webkit-transform:rotateX(100deg);transform:rotateX(100deg)}to{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}@keyframes animate-error-icon{0%{opacity:0;-webkit-transform:rotateX(100deg);transform:rotateX(100deg)}to{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}.swal2-animate-error-icon{-webkit-animation:animate-error-icon .5s;animation:animate-error-icon .5s}@-webkit-keyframes animate-x-mark{0%{margin-top:26px;opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}50%{margin-top:26px;opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}80%{margin-top:-6px;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes animate-x-mark{0%{margin-top:26px;opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}50%{margin-top:26px;opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}80%{margin-top:-6px;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.swal2-animate-x-mark{-webkit-animation:animate-x-mark .5s;animation:animate-x-mark .5s}@-webkit-keyframes rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}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:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}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{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{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-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-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:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{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 td,.table-bordered th{border:1px solid #ddd!important}}*,:after,:before{box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:10px}body{background-color:#fff;color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{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{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{background-color:#fff;border:1px solid #ddd;border-radius:4px;display:inline-block;height:auto;line-height:1.428571429;max-width:100%;padding:4px;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{border:0;border-top:1px solid #eee;margin-bottom:20px;margin-top:20px}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.1}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{color:#777;font-weight:400;line-height:1}.h1,.h2,.h3,h1,h2,h3{margin-bottom:10px;margin-top:20px}.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,.h5,.h6,h4,h5,h6{margin-bottom:10px;margin-top: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{font-size:16px;font-weight:300;line-height:1.4;margin-bottom:20px}@media(min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.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}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{background-color:#337ab7;color:#fff}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{border-bottom:1px solid #eee;margin:40px 0 20px;padding-bottom:9px}ol,ul{margin-bottom:10px;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-bottom:20px;margin-top:0}dd,dt{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media(min-width:768px){.dl-horizontal dt{clear:left;float:left;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:160px}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help}.initialism{font-size:90%}blockquote{border-left:5px solid #eee;font-size:17.5px;margin:0 0 20px;padding:10px 20px}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{color:#777;display:block;font-size:80%;line-height:1.428571429}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{border-left:0;border-right:5px solid #eee;padding-left:0;padding-right:15px;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:" —"}address{font-style:normal;line-height:1.428571429;margin-bottom:20px}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{background-color:#f9f2f4;border-radius:4px;color:#c7254e}code,kbd{font-size:90%;padding:2px 4px}kbd{background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);color:#fff}kbd kbd{box-shadow:none;font-size:100%;font-weight:700;padding:0}pre{word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;color:#333;display:block;font-size:13px;line-height:1.428571429;margin:0 0 10px;padding:9.5px;word-break:break-all}pre code{background-color:transparent;border-radius:0;color:inherit;font-size:inherit;padding:0;white-space:pre-wrap}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.row-no-gutters{margin-left:0;margin-right:0}.row-no-gutters [class*=col-]{padding-left:0;padding-right:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{min-height:1px;padding-left:15px;padding-right:15px;position:relative}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media(min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media(min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media(min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}table{background-color:transparent}table col[class*=col-]{display:table-column;float:none;position:static}table td[class*=col-],table th[class*=col-]{display:table-cell;float:none;position:static}caption{color:#777;padding-bottom:8px;padding-top:8px}caption,th{text-align:left}.table{margin-bottom:20px;max-width:100%;width:100%}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{border-top:1px solid #ddd;line-height:1.428571429;padding:8px;vertical-align:top}.table>thead>tr>th{border-bottom:2px solid #ddd;vertical-align:bottom}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;margin-bottom:15px;overflow-y:hidden;width:100%}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{margin:0;min-width:0}fieldset,legend{border:0;padding:0}legend{border-bottom:1px solid #e5e5e5;color:#333;display:block;font-size:21px;line-height:inherit;margin-bottom:20px;width:100%}label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}input[type=checkbox],input[type=radio]{line-height:normal;margin:4px 0 0;margin-top:1px\9}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{color:#555;display:block;font-size:14px;line-height:1.428571429;padding-top:7px}.btn-group .date-navigation input[type=text],.form-control{background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);color:#555;display:block;font-size:14px;height:34px;line-height:1.428571429;padding:6px 12px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.btn-group .date-navigation input[type=text]:focus,.form-control:focus{border-color:#66afe9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);outline:0}.btn-group .date-navigation input[type=text]::-moz-placeholder,.form-control::-moz-placeholder{color:#999;opacity:1}.btn-group .date-navigation input[type=text]:-ms-input-placeholder,.form-control:-ms-input-placeholder{color:#999}.btn-group .date-navigation input[type=text]::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{color:#999}.btn-group .date-navigation input[type=text]::-ms-expand,.form-control::-ms-expand{background-color:transparent;border:0}.btn-group .date-navigation fieldset[disabled] input[type=text],.btn-group .date-navigation input[disabled][type=text],.btn-group .date-navigation input[readonly][type=text],.form-control[disabled],.form-control[readonly],fieldset[disabled] .btn-group .date-navigation input[type=text],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.btn-group .date-navigation fieldset[disabled] input[type=text],.btn-group .date-navigation input[disabled][type=text],.form-control[disabled],fieldset[disabled] .btn-group .date-navigation input[type=text],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){.btn-group .date-navigation input[type=date][type=text],.btn-group .date-navigation input[type=datetime-local][type=text],.btn-group .date-navigation input[type=month][type=text],.btn-group .date-navigation input[type=time][type=text],input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{display:block;margin-bottom:10px;margin-top:10px;position:relative}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.checkbox label,.radio label{cursor:pointer;font-weight:400;margin-bottom:0;min-height:20px;padding-left:20px}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{margin-left:-20px;margin-top:4px\9;position:absolute}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{cursor:pointer;display:inline-block;font-weight:400;margin-bottom:0;padding-left:20px;position:relative;vertical-align:middle}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-left:10px;margin-top:0}.form-control-static{margin-bottom:0;min-height:34px;padding-bottom:7px;padding-top:7px}.btn-group .date-navigation .input-group-lg>input.form-control-static[type=text],.btn-group .date-navigation .input-group-sm>input.form-control-static[type=text],.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.btn-group .date-navigation .input-group-sm>input[type=text],.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm{border-radius:3px;font-size:12px;height:30px;line-height:1.5;padding:5px 10px}.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm{height:30px;line-height:30px}.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm{height:auto}.btn-group .date-navigation .form-group-sm input[type=text],.form-group-sm .btn-group .date-navigation input[type=text],.form-group-sm .form-control{border-radius:3px;font-size:12px;height:30px;line-height:1.5;padding:5px 10px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{font-size:12px;height:30px;line-height:1.5;min-height:32px;padding:6px 10px}.btn-group .date-navigation .input-group-lg>input[type=text],.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg{border-radius:6px;font-size:18px;height:46px;line-height:1.3333333;padding:10px 16px}.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg{height:46px;line-height:46px}.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg{height:auto}.btn-group .date-navigation .form-group-lg input[type=text],.form-group-lg .btn-group .date-navigation input[type=text],.form-group-lg .form-control{border-radius:6px;font-size:18px;height:46px;line-height:1.3333333;padding:10px 16px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{font-size:18px;height:46px;line-height:1.3333333;min-height:38px;padding:11px 16px}.has-feedback{position:relative}.btn-group .date-navigation .has-feedback input[type=text],.has-feedback .btn-group .date-navigation input[type=text],.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{display:block;height:34px;line-height:34px;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:34px;z-index:2}.btn-group .date-navigation .form-group-lg input[type=text]+.form-control-feedback,.btn-group .date-navigation .input-group-lg>input[type=text]+.form-control-feedback,.form-group-lg .btn-group .date-navigation input[type=text]+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback{height:46px;line-height:46px;width:46px}.btn-group .date-navigation .form-group-sm input[type=text]+.form-control-feedback,.btn-group .date-navigation .input-group-sm>input[type=text]+.form-control-feedback,.form-group-sm .btn-group .date-navigation input[type=text]+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback{height:30px;line-height:30px;width:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.btn-group .date-navigation .has-success input[type=text],.has-success .btn-group .date-navigation input[type=text],.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.btn-group .date-navigation .has-success input[type=text]:focus,.has-success .btn-group .date-navigation input[type=text]:focus,.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{background-color:#dff0d8;border-color:#3c763d;color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.btn-group .date-navigation .has-warning input[type=text],.has-warning .btn-group .date-navigation input[type=text],.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.btn-group .date-navigation .has-warning input[type=text]:focus,.has-warning .btn-group .date-navigation input[type=text]:focus,.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{background-color:#fcf8e3;border-color:#8a6d3b;color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.btn-group .date-navigation .has-error input[type=text],.has-error .btn-group .date-navigation input[type=text],.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.btn-group .date-navigation .has-error input[type=text]:focus,.has-error .btn-group .date-navigation input[type=text]:focus,.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{background-color:#f2dede;border-color:#a94442;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{color:#737373;display:block;margin-bottom:10px;margin-top:5px}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.btn-group .date-navigation .form-inline input[type=text],.form-inline .btn-group .date-navigation input[type=text],.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.btn-group .date-navigation .form-inline .input-group input[type=text],.form-inline .input-group .btn-group .date-navigation input[type=text],.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.btn-group .date-navigation .form-inline .input-group>input[type=text],.form-inline .btn-group .date-navigation .input-group>input[type=text],.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-bottom:0;margin-top:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{margin-left:0;position:relative}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-bottom:0;margin-top:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:after,.form-horizontal .form-group:before{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{margin-bottom:0;padding-top:7px;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width:768px){.form-horizontal .form-group-lg .control-label{font-size:18px;padding-top:11px}.form-horizontal .form-group-sm .control-label{font-size:12px;padding-top:6px}}.btn{background-image:none;border:1px solid transparent;border-radius:4px;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:1.428571429;margin-bottom:0;padding:6px 12px;text-align:center;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);outline:0}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{box-shadow:none;cursor:not-allowed;filter:alpha(opacity=65);opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{background-color:#fff;border-color:#ccc;color:#333}.btn-default.focus,.btn-default:focus{background-color:#e6e6e6;border-color:#8c8c8c;color:#333}.btn-default:hover{background-color:#e6e6e6;border-color:#adadad;color:#333}.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle{background-color:#e6e6e6;background-image:none;border-color:#adadad;color:#333}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover{background-color:#d4d4d4;border-color:#8c8c8c;color:#333}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{background-color:#333;color:#fff}.btn-primary{background-color:#337ab7;border-color:#2e6da4;color:#fff}.btn-primary.focus,.btn-primary:focus{background-color:#286090;border-color:#122b40;color:#fff}.btn-primary:hover{background-color:#286090;border-color:#204d74;color:#fff}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{background-color:#286090;background-image:none;border-color:#204d74;color:#fff}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{background-color:#204d74;border-color:#122b40;color:#fff}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{background-color:#fff;color:#337ab7}.btn-success{background-color:#5cb85c;border-color:#4cae4c;color:#fff}.btn-success.focus,.btn-success:focus{background-color:#449d44;border-color:#255625;color:#fff}.btn-success:hover{background-color:#449d44;border-color:#398439;color:#fff}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{background-color:#449d44;background-image:none;border-color:#398439;color:#fff}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{background-color:#398439;border-color:#255625;color:#fff}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{background-color:#fff;color:#5cb85c}.btn-info{background-color:#5bc0de;border-color:#46b8da;color:#fff}.btn-info.focus,.btn-info:focus{background-color:#31b0d5;border-color:#1b6d85;color:#fff}.btn-info:hover{background-color:#31b0d5;border-color:#269abc;color:#fff}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{background-color:#31b0d5;background-image:none;border-color:#269abc;color:#fff}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{background-color:#269abc;border-color:#1b6d85;color:#fff}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{background-color:#fff;color:#5bc0de}.btn-warning{background-color:#f0ad4e;border-color:#eea236;color:#fff}.btn-warning.focus,.btn-warning:focus{background-color:#ec971f;border-color:#985f0d;color:#fff}.btn-warning:hover{background-color:#ec971f;border-color:#d58512;color:#fff}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{background-color:#ec971f;background-image:none;border-color:#d58512;color:#fff}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{background-color:#d58512;border-color:#985f0d;color:#fff}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{background-color:#fff;color:#f0ad4e}.btn-danger{background-color:#d9534f;border-color:#d43f3a;color:#fff}.btn-danger.focus,.btn-danger:focus{background-color:#c9302c;border-color:#761c19;color:#fff}.btn-danger:hover{background-color:#c9302c;border-color:#ac2925;color:#fff}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{background-color:#c9302c;background-image:none;border-color:#ac2925;color:#fff}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{background-color:#ac2925;border-color:#761c19;color:#fff}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{background-color:#fff;color:#d9534f}.btn-link{border-radius:0;color:#337ab7;font-weight:400}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{background-color:transparent;color:#23527c;text-decoration:underline}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{border-radius:6px;font-size:18px;line-height:1.3333333;padding:10px 16px}.btn-group-sm>.btn,.btn-sm{border-radius:3px;font-size:12px;line-height:1.5;padding:5px 10px}.btn-group-xs>.btn,.btn-xs{border-radius:3px;font-size:12px;line-height:1.5;padding:1px 5px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;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{height:0;overflow:hidden;position:relative;transition-duration:.35s;transition-property:height,visibility;transition-timing-function:ease}.caret{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px dashed;border-top:4px solid\9;display:inline-block;height:0;margin-left:2px;vertical-align:middle;width:0}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;float:left;font-size:14px;left:0;list-style:none;margin:2px 0 0;min-width:160px;padding:5px 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu.pull-right{left:auto;right:0}.dropdown-menu .divider{background-color:#e5e5e5;height:1px;margin:9px 0;overflow:hidden}.dropdown-menu>li>a{clear:both;color:#333;display:block;font-weight:400;line-height:1.428571429;padding:3px 20px;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#f5f5f5;color:#262626;text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#337ab7;color:#fff;outline:0;text-decoration:none}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{background-color:transparent;background-image:none;cursor:not-allowed;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{color:#777;display:block;font-size:12px;line-height:1.428571429;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{bottom:0;left:0;position:fixed;right:0;top:0;z-index:990}.pull-right>.dropdown-menu{left:auto;right:0}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-bottom:4px dashed;border-bottom:4px solid\9;border-top:0;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{bottom:100%;margin-bottom:2px;top:auto}@media(min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{display:inline-block;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{float:left;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{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:after,.btn-toolbar:before{content:" ";display:table}.btn-toolbar:after{clear:both}.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-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-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-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret{border-width:5px 5px 0}.dropup .btn-group-lg>.btn .caret,.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;max-width:100%;width:100%}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.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-left:0;margin-top:-1px}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:4px}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:0}.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-left-radius:0;border-bottom-right-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{border-collapse:separate;display:table;table-layout:fixed;width:100%}.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=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{border-collapse:separate;display:table;position:relative}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.btn-group .date-navigation .input-group input[type=text],.input-group .btn-group .date-navigation input[type=text],.input-group .form-control{float:left;margin-bottom:0;position:relative;width:100%;z-index:2}.btn-group .date-navigation .input-group input[type=text]:focus,.input-group .btn-group .date-navigation input[type=text]:focus,.input-group .form-control:focus{z-index:3}.btn-group .date-navigation .input-group input[type=text],.input-group .btn-group .date-navigation input[type=text],.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.btn-group .date-navigation .input-group input[type=text]:not(:first-child):not(:last-child),.input-group .btn-group .date-navigation input[type=text]:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{vertical-align:middle;white-space:nowrap;width:1%}.input-group-addon{background-color:#eee;border:1px solid #ccc;border-radius:4px;color:#555;font-size:14px;font-weight:400;line-height:1;padding:6px 12px;text-align:center}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{border-radius:3px;font-size:12px;padding:5px 10px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{border-radius:6px;font-size:18px;padding:10px 16px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.btn-group .date-navigation .input-group input[type=text]:first-child,.input-group .btn-group .date-navigation input[type=text]:first-child,.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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.btn-group .date-navigation .input-group input[type=text]:last-child,.input-group .btn-group .date-navigation input[type=text]:last-child,.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{font-size:0;white-space:nowrap}.input-group-btn,.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{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{margin-left:-1px;z-index:2}.nav{list-style:none;margin-bottom:0;padding-left:0}.nav:after,.nav:before{content:" ";display:table}.nav:after{clear:both}.nav>li,.nav>li>a{display:block;position:relative}.nav>li>a{padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{background-color:#eee;text-decoration:none}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{background-color:transparent;color:#777;cursor:not-allowed;text-decoration:none}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{background-color:#e5e5e5;height:1px;margin:9px 0;overflow:hidden}.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{border:1px solid transparent;border-radius:4px 4px 0 0;line-height:1.428571429;margin-right:2px}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{background-color:#fff;border:1px solid;border-color:#ddd #ddd transparent;color:#555;cursor:default}.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:focus,.nav-pills>li.active>a:hover{background-color:#337ab7;color:#fff}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-left:0;margin-top:2px}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{left:auto;top:auto}@media(min-width:768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-radius:4px;margin-right:0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.navbar{border:1px solid transparent;margin-bottom:20px;min-height:50px;position:relative}.navbar:after,.navbar:before{content:" ";display:table}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:after,.navbar-header:before{content:" ";display:table}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{-webkit-overflow-scrolling:touch;border-top:1px solid transparent;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);overflow-x:visible;padding-left:15px;padding-right:15px}.navbar-collapse:after,.navbar-collapse:before{content:" ";display:table}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{border-top:0;box-shadow:none;width:auto}.navbar-collapse.collapse{display:block!important;height:auto!important;overflow:visible!important;padding-bottom:0}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom,.navbar-fixed-top{left:0;position:fixed;right:0;z-index:1030}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media(max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}@media(min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{border-width:0 0 1px;top:0}.navbar-fixed-bottom{border-width:1px 0 0;bottom:0;margin-bottom:0}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-left:-15px;margin-right:-15px}@media(min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-left:0;margin-right:0}}.navbar-static-top{border-width:0 0 1px;z-index:1000}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;font-size:18px;height:50px;line-height:20px;padding:15px}.navbar-brand:focus,.navbar-brand:hover{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{background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px;float:right;margin-bottom:8px;margin-right:15px;margin-top:8px;padding:9px 10px;position:relative}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{border-radius:1px;display:block;height:2px;width:22px}.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{line-height:20px;padding-bottom:10px;padding-top:10px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{background-color:transparent;border:0;box-shadow:none;float:none;margin-top:0;position:static;width:auto}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-bottom:15px;padding-top:15px}}.navbar-form{border-bottom:1px solid transparent;border-top:1px solid transparent;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);margin:8px -15px;padding:10px 15px}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.btn-group .date-navigation .navbar-form input[type=text],.navbar-form .btn-group .date-navigation input[type=text],.navbar-form .form-control{display:inline-block;vertical-align:middle;width:auto}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.btn-group .date-navigation .navbar-form .input-group input[type=text],.navbar-form .input-group .btn-group .date-navigation input[type=text],.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.btn-group .date-navigation .navbar-form .input-group>input[type=text],.navbar-form .btn-group .date-navigation .input-group>input[type=text],.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-bottom:0;margin-top:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{margin-left:0;position:relative}.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{border:0;box-shadow:none;margin-left:0;margin-right:0;padding-bottom:0;padding-top:0;width:auto}}.navbar-nav>li>.dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:4px;margin-bottom:0}.navbar-btn{margin-bottom:8px;margin-top:8px}.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm{margin-bottom:10px;margin-top:10px}.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs{margin-bottom:14px;margin-top:14px}.navbar-text{margin-bottom:15px;margin-top:15px}@media(min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.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:focus,.navbar-default .navbar-brand:hover{background-color:transparent;color:#5e5e5e}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{background-color:transparent;color:#333}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{background-color:#e7e7e7;color:#555}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{background-color:transparent;color:#ccc}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{background-color:transparent;color:#333}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{background-color:#e7e7e7;color:#555}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{background-color:transparent;color:#ccc}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{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-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{background-color:transparent;color:#fff}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{background-color:transparent;color:#fff}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{background-color:#090909;color:#fff}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{background-color:transparent;color:#444}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#090909;color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{background-color:transparent;color:#fff}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{background-color:#090909;color:#fff}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{background-color:transparent;color:#444}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{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-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{background-color:#f5f5f5;border-radius:4px;list-style:none;margin-bottom:20px;padding:8px 15px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{color:#ccc;content:"/ ";padding:0 5px}.breadcrumb>.active{color:#777}.pagination{border-radius:4px;display:inline-block;margin:20px 0;padding-left:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{background-color:#fff;border:1px solid #ddd;color:#337ab7;float:left;line-height:1.428571429;margin-left:-1px;padding:6px 12px;position:relative;text-decoration:none}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:#eee;border-color:#ddd;color:#23527c;z-index:2}.pagination>li:first-child>a,.pagination>li:first-child>span{border-bottom-left-radius:4px;border-top-left-radius:4px;margin-left:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#337ab7;border-color:#337ab7;color:#fff;cursor:default;z-index:3}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{background-color:#fff;border-color:#ddd;color:#777;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{font-size:18px;line-height:1.3333333;padding:10px 16px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{font-size:12px;line-height:1.5;padding:5px 10px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{list-style:none;margin:20px 0;padding-left:0;text-align:center}.pager:after,.pager:before{content:" ";display:table}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{background-color:#fff;border:1px solid #ddd;border-radius:15px;display:inline-block;padding:5px 14px}.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#777;cursor:not-allowed}.label{border-radius:.25em;color:#fff;display:inline;font-size:75%;font-weight:700;line-height:1;padding:.2em .6em .3em;text-align:center;vertical-align:baseline;white-space:nowrap}.label:empty{display:none}.btn .label{position:relative;top:-1px}a.label:focus,a.label:hover{color:#fff;cursor:pointer;text-decoration:none}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{background-color:#777;border-radius:10px;color:#fff;display:inline-block;font-size:12px;font-weight:700;line-height:1;min-width:10px;padding:3px 7px;text-align:center;vertical-align:middle;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{padding:1px 5px;top:0}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{background-color:#fff;color:#337ab7}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}a.badge:focus,a.badge:hover{color:#fff;cursor:pointer;text-decoration:none}.jumbotron{background-color:#eee;margin-bottom:30px;padding-bottom:30px;padding-top:30px}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{font-size:21px;font-weight:200;margin-bottom:15px}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-bottom:48px;padding-top:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{background-color:#fff;border:1px solid #ddd;border-radius:4px;display:block;line-height:1.428571429;margin-bottom:20px;padding:4px;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{display:block;height:auto;margin-left:auto;margin-right:auto;max-width:100%}.thumbnail .caption{color:#333;padding:9px}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.alert{border:1px solid transparent;border-radius:4px;margin-bottom:20px;padding:15px}.alert h4{color:inherit;margin-top:0}.alert .alert-link{font-weight:700}.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{color:inherit;position:relative;right:-21px;top:-2px}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);height:20px;margin-bottom:20px;overflow:hidden}.progress-bar{background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);color:#fff;float:left;font-size:12px;height:100%;line-height:20px;text-align:center;transition:width .6s ease;width:0}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-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:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.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-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-bottom:5px;margin-top:0}.media-list{list-style:none;padding-left:0}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{background-color:#fff;border:1px solid #ddd;display:block;margin-bottom:-1px;padding:10px 15px;position:relative}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin-bottom:0}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{background-color:#337ab7;border-color:#337ab7;color:#fff;z-index:2}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}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:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{background-color:#f5f5f5;color:#555;text-decoration:none}button.list-group-item{text-align:left;width:100%}.list-group-item-success{background-color:#dff0d8;color:#3c763d}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:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{background-color:#d0e9c6;color:#3c763d}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{background-color:#3c763d;border-color:#3c763d;color:#fff}.list-group-item-info{background-color:#d9edf7;color:#31708f}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:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{background-color:#c4e3f3;color:#31708f}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{background-color:#31708f;border-color:#31708f;color:#fff}.list-group-item-warning{background-color:#fcf8e3;color:#8a6d3b}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:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{background-color:#faf2cc;color:#8a6d3b}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{background-color:#8a6d3b;border-color:#8a6d3b;color:#fff}.list-group-item-danger{background-color:#f2dede;color:#a94442}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:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{background-color:#ebcccc;color:#a94442}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{background-color:#a94442;border-color:#a94442;color:#fff}.list-group-item-heading{margin-bottom:5px;margin-top:0}.list-group-item-text{line-height:1.3;margin-bottom:0}.panel{background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05);margin-bottom:20px}.panel-body{padding:15px}.panel-body:after,.panel-body:before{content:" ";display:table}.panel-body:after{clear:both}.panel-heading{border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px;padding:10px 15px}.panel-heading>.dropdown .dropdown-toggle,.panel-title{color:inherit}.panel-title{font-size:16px;margin-bottom:0;margin-top:0}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{background-color:#f5f5f5;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #ddd;padding:10px 15px}.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-radius:0;border-width:1px 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-left-radius:3px;border-bottom-right-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-left:15px;padding-right:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.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 td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{border-radius:4px;margin-bottom:0}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{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{background-color:#f5f5f5;border-color:#ddd;color:#333}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{background-color:#333;color:#f5f5f5}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{background-color:#337ab7;border-color:#337ab7;color:#fff}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{background-color:#fff;color:#337ab7}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{background-color:#3c763d;color:#dff0d8}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{background-color:#31708f;color:#d9edf7}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{background-color:#8a6d3b;color:#fcf8e3}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{background-color:#a94442;color:#f2dede}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{display:block;height:0;overflow:hidden;padding:0;position:relative}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);margin-bottom:20px;min-height:20px;padding:19px}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{border-radius:6px;padding:24px}.well-sm{border-radius:3px;padding:9px}.close{color:#000;filter:alpha(opacity=20);float:right;font-size:21px;font-weight:700;line-height:1;opacity:.2;text-shadow:0 1px 0 #fff}.close:focus,.close:hover{color:#000;cursor:pointer;filter:alpha(opacity=50);opacity:.5;text-decoration:none}button.close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;padding:0}.modal,.modal-open{overflow:hidden}.modal{-webkit-overflow-scrolling:touch;bottom:0;display:none;left:0;outline:0;position:fixed;right:0;top:0;z-index:1050}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);transform:translateY(-25%);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{margin:10px;position:relative;width:auto}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0;position:relative}.modal-backdrop{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{border-bottom:1px solid #e5e5e5;padding:15px}.modal-header:after,.modal-header:before{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{line-height:1.428571429;margin:0}.modal-body{padding:15px;position:relative}.modal-footer{border-top:1px solid #e5e5e5;padding:15px;text-align:right}.modal-footer:after,.modal-footer:before{content:" ";display:table}.modal-footer:after{clear:both}.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{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media(min-width:768px){.modal-dialog{margin:30px auto;width:600px}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media(min-width:992px){.modal-lg{width:900px}}.tooltip{word-wrap:normal;display:block;filter:alpha(opacity=0);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.428571429;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip.top .tooltip-arrow{border-top-color:#000;border-width:5px 5px 0;bottom:0;left:50%;margin-left:-5px}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{border-top-color:#000;border-width:5px 5px 0;bottom:0;margin-bottom:-5px}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{border-right-color:#000;border-width:5px 5px 5px 0;left:0;margin-top:-5px;top:50%}.tooltip.left .tooltip-arrow{border-left-color:#000;border-width:5px 0 5px 5px;margin-top:-5px;right:0;top:50%}.tooltip.bottom .tooltip-arrow{border-bottom-color:#000;border-width:0 5px 5px;left:50%;margin-left:-5px;top:0}.tooltip.bottom-left .tooltip-arrow{border-bottom-color:#000;border-width:0 5px 5px;margin-top:-5px;right:5px;top:0}.tooltip.bottom-right .tooltip-arrow{border-bottom-color:#000;border-width:0 5px 5px;left:5px;margin-top:-5px;top:0}.tooltip-inner{background-color:#000;border-radius:4px;color:#fff;max-width:200px;padding:3px 8px;text-align:center}.tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.popover{word-wrap:normal;background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2);display:none;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.428571429;max-width:276px;padding:1px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{border-color:transparent;border-style:solid;display:block;height:0;position:absolute;width:0}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px;left:50%;margin-left:-11px}.popover.top>.arrow:after{border-bottom-width:0;border-top-color:#fff;bottom:1px;content:" ";margin-left:-10px}.popover.right>.arrow{border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25);left:-11px;margin-top:-11px;top:50%}.popover.right>.arrow:after{border-left-width:0;border-right-color:#fff;bottom:-10px;content:" ";left:1px}.popover.bottom>.arrow{border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0;left:50%;margin-left:-11px;top:-11px}.popover.bottom>.arrow:after{border-bottom-color:#fff;border-top-width:0;content:" ";margin-left:-10px;top:1px}.popover.left>.arrow{border-left-color:#999;border-left-color:rgba(0,0,0,.25);border-right-width:0;margin-top:-11px;right:-11px;top:50%}.popover.left>.arrow:after{border-left-color:#fff;border-right-width:0;bottom:-10px;content:" ";right:1px}.popover-title{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;font-size:14px;margin:0;padding:8px 14px}.popover-content{padding:9px 14px}.carousel,.carousel-inner{position:relative}.carousel-inner{overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;transition:left .6s ease-in-out}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;height:auto;line-height:1;max-width:100%}@media (-webkit-transform-3d),(transform-3d){.carousel-inner>.item{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translateZ(0);transform:translateZ(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{background-color:transparent;bottom:0;color:#fff;filter:alpha(opacity=50);font-size:20px;left:0;opacity:.5;position:absolute;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);top:0;width:15%}.carousel-control.left{background-image:linear-gradient(90deg,rgba(0,0,0,.5) 0,transparent);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)}.carousel-control.right{background-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);left:auto;right:0}.carousel-control:focus,.carousel-control:hover{color:#fff;filter:alpha(opacity=90);opacity:.9;outline:0;text-decoration:none}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{display:inline-block;margin-top:-10px;position:absolute;top:50%;z-index:5}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px;right:50%}.carousel-control .icon-next,.carousel-control .icon-prev{font-family:serif;height:20px;line-height:1;width:20px}.carousel-control .icon-prev:before{content:"‹"}.carousel-control .icon-next:before{content:"›"}.carousel-indicators{bottom:10px;left:50%;list-style:none;margin-left:-30%;padding-left:0;position:absolute;text-align:center;width:60%;z-index:15}.carousel-indicators li{background-color:#000\9;background-color:transparent;border:1px solid #fff;border-radius:10px;cursor:pointer;display:inline-block;height:10px;margin:1px;text-indent:-999px;width:10px}.carousel-indicators .active{background-color:#fff;height:12px;margin:0;width:12px}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);z-index:10}.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-next,.carousel-control .icon-prev{font-size:30px;height:30px;margin-top:-10px;width: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{left:20%;padding-bottom:30px;right:20%}.carousel-indicators{bottom:20px}}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-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}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.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}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.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}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.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}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.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}td.visible-print,th.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}.hidden-print{display:none!important}}.animate{transition:all .2s ease}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.switch-enter-active,.switch-leave-active{transition:all .1s ease}.switch-enter,.switch-leave-to{opacity:0;-webkit-transform:scale(.98);transform:scale(.98)}.switch-enter-to,.switch-leave{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.expand-enter-active{transition:all .2s ease}.expand-leave-active{transition:all .1s cubic-bezier(1,.5,.8,1)}.expand-enter,.expand-leave-to{opacity:0;-webkit-transform:scale(.2);transform:scale(.2)}.expand-enter-to,.expand-leave{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.slide-fade-enter-active{transition:all .3s ease}.slide-fade-leave-active{transition:all .2s cubic-bezier(1,.5,.8,1)}.slide-fade-enter,.slide-fade-leave-to{opacity:0}.slide-fade-enter{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slide-fade-leave-to{-webkit-transform:translateX(100%);transform:translateX(100%)}.slide-down-right-fade-enter-active{transition:all .3s ease}.slide-down-right-fade-leave-active{transition:all .2s cubic-bezier(1,.5,.8,1)}.slide-down-right-fade-enter,.slide-down-right-fade-leave-to{opacity:0}.slide-down-right-fade-enter{-webkit-transform:translateY(-200%);transform:translateY(-200%)}.slide-down-right-fade-leave-to{-webkit-transform:translateX(100%);transform:translateX(100%)}.slide-up-fade-enter-active{transition:all .5s ease}.slide-up-fade-leave-active{transition:all .3s cubic-bezier(1,.5,.8,1)}.slide-up-fade-enter,.slide-up-fade-leave-to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.slide-down-fade-leave,.slide-down-fade-leave-active,.slide-down-fade-leave-to{left:0;position:absolute!important;right:0;top:35px}.slide-down-fade-enter-active{transition:all .3s ease}.slide-down-fade-leave-active{overflow:hidden}.slide-down-fade-enter,.slide-down-fade-leave-active,.slide-down-fade-leave-to{opacity:0}body,html{height:100%}body{min-height:100%;position:relative}#main-content:not(.book-print){background:#eee}img{height:auto;max-width:100%}.book-text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mt-8{margin-top:8px}.mb-8{margin-bottom:8px}.mr-8{margin-right:8px}.ml-8{margin-left:8px}.cov-vue-date .datepicker-overlay{z-index:1040}.cov-vue-date .cov-date-body{background:#337ab7!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}.cov-vue-date .cov-date-next:hover,.cov-vue-date .cov-date-previous:hover{background:#286090!important}.cov-vue-date .cov-picker-box{height:auto!important;padding-bottom:4px!important}.cov-vue-date .checked{background:#337ab7!important}.multiselect,.multiselect__input,.multiselect__single{font-size:12px}.form-group-sm .multiselect{min-height:32px}.multiselect.multiselect--active{z-index:10}.multiselect__content-wrapper{display:block;z-index:100}.multiselect__content,.multiselect__tags{border-color:#ccc}.multiselect__tags{box-shadow:inset 0 1px 1px rgba(0,0,0,.075);min-height:34px;padding-top:5px}.form-group-sm .multiselect__tags{min-height:32px}.multiselect__tag,.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#337ab7}.multiselect__option--highlight,.multiselect__option--highlight:after{background:#f5f5f5;color:#262626}.multiselect__tag{margin-bottom:4px;margin-right:6px}.multiselect__option--highlight:after{font-size:.8em;font-weight:400;opacity:.8}.multiselect__option{min-height:34px;padding:10px 14px}.multiselect__option:after{line-height:36px}.multiselect__tag-icon{line-height:18px}.multiselect__tag-icon:after{color:#fff}.multiselect__input,.multiselect__single{margin-bottom:4px;max-width:110px}.multiselect__select{height:32px}.multiselect__select:before{top:59%}.multiselect--disabled{background:none}.form-group-sm .multiselect__select{height:32px}[class*=" book-item-status-"]:hover .book-timeline-group-item-bkg,[class^=book-item-status-]:hover .book-timeline-group-item-bkg{opacity:.98}[class*=" book-item-status-"] .book-square,[class^=book-item-status-] .book-square{border-radius:3px;display:block;height:22px;width:22px}.book-item-fadeout{opacity:.4}.book-item-status-1 .book-square,.book-item-status-1.book-item-bkg{background:#d5d5d5;border:1px solid #f3f3f3;color:#333}.book-item-status-1 .book-sidebar-header-title-text{color:#333}.book-item-status-1 .book-timeline-group-item-bkg{fill:#d5d5d5}.book-item-status-1 .book-timeline-group-item-text{fill:#333}.book-item-status-2 .book-square,.book-item-status-2.book-item-bkg{background:#5cb85c;color:#fff}.book-item-status-2 .book-sidebar-header-title-text{color:#fff}.book-item-status-2 .book-timeline-group-item-bkg{fill:#5cb85c}.book-item-status-2 .book-timeline-group-item-text{fill:#fff}.book-item-status-3 .book-square,.book-item-status-3.book-item-bkg{background:#d9534f;color:#fff}.book-item-status-3 .book-sidebar-header-title-text{color:#fff}.book-item-status-3 .book-timeline-group-item-bkg{fill:#d9534f}.book-item-status-3 .book-timeline-group-item-text{fill:#fff}.book-item-status-4 .book-square,.book-item-status-4.book-item-bkg{background:#f0ad4e;color:#333}.book-item-status-4 .book-sidebar-header-title-text{color:#333}.book-item-status-4 .book-timeline-group-item-bkg{fill:#f0ad4e}.book-item-status-4 .book-timeline-group-item-text{fill:#333}.book-item-status-5 .book-square,.book-item-status-5.book-item-bkg{background:#286090;color:#fff}.book-item-status-5 .book-sidebar-header-title-text{color:#fff}.book-item-status-5 .book-timeline-group-item-bkg{fill:#286090}.book-item-status-5 .book-timeline-group-item-text{fill:#fff}.book-item-status-6 .book-square,.book-item-status-6.book-item-bkg{background:#5bc0de;color:#fff}.book-item-status-6 .book-sidebar-header-title-text{color:#fff}.book-item-status-6 .book-timeline-group-item-bkg{fill:#5bc0de}.book-item-status-6 .book-timeline-group-item-text{fill:#fff}.book-item-status-7 .book-square,.book-item-status-7.book-item-bkg{background:#942522;color:#fff}.book-item-status-7 .book-sidebar-header-title-text{color:#fff}.book-item-status-7 .book-timeline-group-item-bkg{fill:#942522}.book-item-status-7 .book-timeline-group-item-text{fill:#fff}.book-item-status-8 .book-square,.book-item-status-8.book-item-bkg{background:#f0ad4e;color:#333}.book-item-status-8 .book-sidebar-header-title-text{color:#333}.book-item-status-8 .book-timeline-group-item-bkg{fill:#f0ad4e}.book-item-status-8 .book-timeline-group-item-text{fill:#fff}.book-timeline-group-item-bkg{opacity:.92}.panel .panel-heading .label{vertical-align:1px}.book-help-message{display:block;margin:0;padding:5px 10px;text-align:center}.book-help-message+.book-help-message{padding-top:0}.book-top-sticky-wrapper{padding-top:65px}.book-bottom-sticky-wrapper{padding-bottom:100px}.book-bottom-sticky,.book-top-sticky{background:hsla(0,0%,100%,.95);border:0 solid #ddd;left:0;padding:8px 15px!important;position:fixed;right:0;z-index:1003}.book-bottom-sticky{margin:0!important}.book-top-sticky{border-bottom-width:1px!important;top:50px!important}@media(max-width:767px){.book-top-sticky-wrapper{padding-top:65px}.book-top-sticky{top:50px!important}}@media(min-width:768px)and (max-width:872px){.book-top-sticky-wrapper{padding-top:210px}.book-top-sticky{top:195px!important}}@media(min-width:872px)and (max-width:999px){.book-top-sticky-wrapper{padding-top:160px}.book-top-sticky{top:145px!important}}@media(min-width:999px)and (max-width:1241px){.book-top-sticky-wrapper{padding-top:115px}.book-top-sticky{top:100px!important}}@media(min-width:1241px){.book-top-sticky-wrapper{padding-top:65px}.book-top-sticky{top:50px!important}}.book-bottom-sticky{border-top-width:1px!important;bottom:0}@-webkit-keyframes bookmarker{0%{opacity:.5}30%{opacity:1}70%{opacity:1}to{opacity:.5}}@keyframes bookmarker{0%{opacity:.5}30%{opacity:1}70%{opacity:1}to{opacity:.5}}.book-marker{cursor:default;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-marker:not([class*=-leave-active]):not(g){-webkit-animation:bookmarker 2s ease 0s infinite;animation:bookmarker 2s ease 0s infinite}.book-marker rect[class*=label-]{stroke:#f3f3f3;stroke-width:1px}.book-marker rect.label-info{fill:#5bc0de}.book-marker text.label-info{fill:#fff}.book-marker rect.label-primary{fill:#337ab7}.book-marker text.label-primary{fill:#fff}.book-marker rect.label-danger{fill:#d9534f}.book-marker text.label-danger{fill:#fff}.book-marker rect.label-black{fill:#000}.book-marker text.label-black{fill:#fff}@-webkit-keyframes bookmarker-timeline{0%{opacity:.5}30%{opacity:1}70%{opacity:1}to{opacity:.5}}@keyframes bookmarker-timeline{0%{opacity:.5}30%{opacity:1}70%{opacity:1}to{opacity:.5}}.book-timeline-content-svg .book-marker{cursor:pointer}.book-timeline-content-svg .book-marker:not([class*=-leave-active]){-webkit-animation:bookmarker 2s ease 0s infinite;animation:bookmarker 2s ease 0s infinite}.book-timeline-content-svg .book-marker text{font-size:10px}.book-box-overlay{align-items:center;bottom:0;cursor:not-allowed;display:flex;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0;z-index:100}.book-box-overlay>div:not(.label),.book-box-overlay>span:not(.label){padding:10px}.book-approval-box{background:rgba(217,83,79,.95);bottom:110px;color:#fff;left:0;padding:8px 15px;position:fixed;right:0;text-align:center;z-index:1100}.book-approval-box a{color:#eee}.book-approval-box a:hover{color:#fff}.swal2-modal button+button{margin-left:5px}.btn-group .date-navigation input[type=text],.form-control{height:33px;width:100%!important}.book-btn-create{bottom:25px;box-shadow:0 2px 20px -5px rgba(0,0,0,.7);float:none!important;position:fixed!important;right:30px;z-index:1000!important}.form-horizontal [class*=" control-label-"],.form-horizontal [class^=control-label-]{padding-right:0;padding-top:7px}@media(min-width:551px){.form-horizontal [class*=" control-label-"],.form-horizontal [class^=control-label-]{text-align:right}.form-horizontal [class*=" form-control-"]:not(.form-control-static),.form-horizontal [class^=form-control-]:not(.form-control-static){float:right;padding-left:15px}}.form-horizontal [class*=" form-control-"]:not(.form-control-static) .checkbox,.form-horizontal [class*=" form-control-"]:not(.form-control-static) .radio,.form-horizontal [class^=form-control-]:not(.form-control-static) .checkbox,.form-horizontal [class^=form-control-]:not(.form-control-static) .radio{padding-bottom:7px;padding-top:5px}.form-horizontal .checkbox{padding-top:10px}.form-horizontal .checkbox .checkbox-inline,.form-horizontal .checkbox .radio-inline{margin-left:0!important;margin-right:10px;padding-top:0}.form-horizontal .form-group-sm .form-control-static{min-height:30px}.form-horizontal input[type=checkbox],.form-horizontal input[type=radio]{margin-top:2px}.form-horizontal .form-control-required-symbol{color:rgba(217,83,79,.75);float:none;font-size:8px;padding:5px!important;text-align:center;vertical-align:2px;width:12px}.form-horizontal .form-group{margin-left:0;margin-right:0}.form-horizontal .control-label-120{width:100%}@media(min-width:551px){.form-horizontal .control-label-120{width:120px}}.form-horizontal .form-control-120{width:100%}@media(min-width:551px){.form-horizontal .form-control-120{width:calc(100% - 120px)}}.form-horizontal .control-label-100{width:100%}@media(min-width:551px){.form-horizontal .control-label-100{width:100px}}.form-horizontal .form-control-100{width:100%}@media(min-width:551px){.form-horizontal .form-control-100{width:calc(100% - 100px)}}.form-horizontal .control-label-20{width:100%}@media(min-width:551px){.form-horizontal .control-label-20{width:20px}}.form-horizontal .form-control-20{width:100%}@media(min-width:551px){.form-horizontal .form-control-20{width:calc(100% - 20px)}}.form-horizontal .control-label-80{width:100%}@media(min-width:551px){.form-horizontal .control-label-80{width:80px}}.form-horizontal .form-control-80{width:100%}@media(min-width:551px){.form-horizontal .form-control-80{width:calc(100% - 80px)}}.form-horizontal .book-creation-form{margin:0 auto;max-width:700px}.form-group:last-of-type{margin-bottom:0}.form-group.inline-elements>*{display:inline-block}.form-group .book-form-control-inline{display:inline-block;width:auto}.form-group .book-checkbox-inline{display:inline-block;margin-bottom:3px;margin-right:10px}.form-group .book-checkbox-inline:last-of-type{margin-right:0}.form-group .help-block{margin-bottom:0}.form-group .multiselect+.help-block{margin-top:-1px}.form-group .form-control-feedback.fa-asterisk{color:#d9534f}.book-form-actions *{display:inline-block}.book-form-actions .btn{margin-right:4px}.book-form-actions .btn:last-child{margin-right:0}.book-form-item-wrapper{margin-bottom:15px}.book-form-item-wrapper:last-child{margin-bottom:0}*+.book-file-upload,*+.book-form-item-wrapper{margin-top:20px}.radio-inline{padding-top:2px}.radio-inline *{cursor:pointer}.book-signoff-row .control-label{padding-left:0}.book-actions-flex{align-items:center;display:flex;justify-content:flex-end}.book-bottom-sticky .book-form-actions-label{align-items:center;flex:1}.book-bottom-sticky .book-form-actions-label>*+*{border-left:1px solid #ddd;margin-left:4px;padding-left:10px}.book-bottom-sticky .book-form-actions-label-text{vertical-align:middle}.book-bottom-sticky .book-form-actions-label-text .label{vertical-align:1px}.book-bottom-sticky .book-form-actions-label-datetimes,.book-bottom-sticky .book-form-actions-label-last-change{align-items:center;display:inline-flex;font-size:12px;line-height:1.3;-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-bottom-sticky .book-form-actions-label-datetimes .fa,.book-bottom-sticky .book-form-actions-label-last-change .fa{font-size:18px;line-height:1;margin-right:8px}.book-bottom-sticky .book-form-actions-label-last-change .book-form-actions-label-last-change-inner{display:flex;flex-direction:column;margin-left:10px}.book-bottom-sticky .book-form-actions-label-last-change .book-form-actions-label-last-change-inner span{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-bottom-sticky .book-form-actions-label-datetimes .book-form-actions-label-time{font-weight:600;margin-left:6px}.book-compact-forms .form-group{margin-bottom:8px}.book-compact-forms .form-group:last-of-type{margin-bottom:0}@media(min-width:551px){.book-compact-forms .form-horizontal [class*=" form-control-"],.book-compact-forms .form-horizontal [class^=form-control-]{padding-left:8px}.book-compact-forms .form-horizontal [class*=" control-label-"],.book-compact-forms .form-horizontal [class^=control-label-]{padding-top:5px}}.book-normal-forms .form-group{margin-bottom:15px}.book-normal-forms .form-group:last-of-type{margin-bottom:0}.book-radio-tabs .radio-tab{background:#eee;border:1px solid #ddd;border-bottom:none;border-radius:4px 4px 0 0;cursor:pointer;display:inline-block;vertical-align:bottom}.book-radio-tabs .radio-tab.active{background:#fff;border-bottom-color:#fff;font-size:16px;margin-bottom:-1px}.book-radio-tabs .radio-tab.active label{font-weight:600}.book-radio-tabs input[type=radio]{display:none}.book-radio-tabs label{cursor:pointer;font-weight:400;margin-bottom:0!important;padding:4px 6px}fieldset{border:1px solid #ddd;border-radius:0 0 4px 4px;padding:10px;position:relative}legend{background:#ddd;border:none;border-radius:4px 4px 0 0;margin-bottom:0;padding:4px 10px}*+legend{margin-top:20px}.book-contract-billing-type{align-items:center;display:flex;min-height:35px}.book-contract-billing-type .radio-inline{padding-top:2px}.book-contract-billing-type .book-label{margin-right:20px;text-align:right}.book-contract-billing-type .form-group{margin:0}.book-contract-billing-type .book-actions{margin-left:auto}*+[class*=book-contract-billing-]{padding-top:15px}.page-header{align-items:center;border-bottom:none;display:flex;flex-direction:row;margin-bottom:15px;margin-top:0;overflow-x:auto;padding-top:30px;text-align:center}@media(min-width:551px){.page-header{align-items:center;margin-bottom:25px;overflow-x:visible;text-align:left}}.page-header>*{flex-shrink:0}.page-title{flex:1;margin-bottom:0;margin-top:0;text-align:center}@media(min-width:551px){.page-title{text-align:left}}.book-top-sticky .page-title{font-size:20px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:551px){.book-top-sticky .page-title{font-size:28px;line-height:34px}.primary-menu,.secondary-menu{margin-top:1px}}.primary-menu .item-label,.secondary-menu .item-label{display:none}@media(min-width:551px){.primary-menu .item-label,.secondary-menu .item-label{display:inline-block}}.primary-menu{flex:1}.secondary-menu{margin-left:10px;text-align:center}@media(min-width:551px){.secondary-menu{text-align:left}.secondary-menu,.secondary-menu+.secondary-menu{margin-left:10px;margin-top:1px}}#main-content:not(.book-print){min-height:100%}#main-content:not(.book-print).book-authenticated{padding-top:50px}.book-width-50{width:50px!important}.book-width-80{width:80px!important}.book-width-100{width:100px!important}.book-width-120{width:120px!important}.book-width-200{width:200px!important}.book-compact-panels .panel{margin-bottom:10px}.book-compact-panels .panel .book-upload .dropzone{border:none;margin:0;padding:0}.book-compact-panels .panel .book-upload .book-upload-actions{padding-top:2px}.book-compact-panels .panel .dropzone .dz-preview{padding:2px 6px}.book-compact-panels .panel .dropzone .dz-preview .dz-image .dz-file{font-size:30px}.book-compact-panels .panel .dropzone .dz-preview .dz-image{margin-right:2px}.book-compact-panels .panel-heading{padding:4px 8px}.book-compact-panels .panel-body{padding:8px}.book-compact-panels .nav>li>a{margin-right:0;padding:4px 5px}.book-no-item-found{margin:0;min-height:38px;padding:2rem 0;text-align:center}.sortable-ghost{background:#337ab7!important}.sortable-ghost *{color:#fff!important}.sortable-ghost .action *{display:none}.sortable-ghost .grab-item{color:#000;cursor:grabbing}.grab{width:50px}.grab .grab-item{color:#d2d2d2;cursor:grab;display:inline-block;line-height:30px}.grab .grab-item:hover{color:#a2a2a2}.table-fixed-layout{table-layout:fixed}td.action{text-align:right;white-space:nowrap}tr.cell-vertical-align-middle td{vertical-align:middle!important}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:4px 8px}.table.table-no-lines>tbody>tr>td{border-top:none}.table.table-no-paddings>tbody>tr>td{padding:0}.navbar-header .navbar-brand{align-items:center;display:flex;font-size:16px;line-height:1.4em;padding:7px 15px}.navbar-header .navbar-brand.navbar-brand-with-text .navbar-brand-image{float:left}.navbar-header .navbar-brand img{max-width:45px}.navbar-header .navbar-brand-image{display:inline-block}.navbar-header .navbar-brand-image+.navbar-brand-text{height:35px;line-height:1em;margin-left:10px;margin-top:3px;max-width:70px;overflow:hidden}.navbar-header .navbar-brand-text{color:#fff;display:inline-block;font-weight:600;margin:0}.navbar{margin-bottom:0}.navbar-inverse{background:#286090}.navbar-inverse .navbar-nav>li>a{color:#e6e6e6}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>li.active a,.navbar-inverse .navbar-nav>li.active a:focus,.navbar-inverse .navbar-nav>li.active a:hover{background-color:#22537c}.book-form-navigation{margin-bottom:-1px;position:relative;z-index:2}.book-form-navigation>li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn-group *+.date-navigation{margin-left:-1px}.btn-group *+.date-navigation input[type=text]{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .date-navigation{float:left}.btn-group .date-navigation:not(:last-child){margin-right:-1px}.btn-group .date-navigation:not(:last-child) input[type=text]{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .date-navigation input[type=text]{cursor:pointer;width:100px!important}@page{size:A4;margin:.5cm}@media print{.book-no-print,.book-no-print *{display:none!important}body,html{height:297mm;width:210mm}div.print-page :last-child{page-break-after:avoid!important}div.print-page{height:auto!important}.pageBreak,div.print-page{page-break-after:always}div.book-print-page{border:none!important;margin-bottom:30px;padding:20px}h3{font-size:15pt;margin-top:25px;padding-top:25px}}#main-content.book-print{height:297mm;margin:0 auto;padding:20px;width:190mm}.book-print-page{border:1px solid #ddd;padding:20px}.book-print-page>*{margin-bottom:30px}.book-print-page>:last-child{margin-bottom:0}.book-print-page h1:first-child,.book-print-page h2:first-child,.book-print-page h3:first-child,.book-print-page h4:first-child,.book-print-page h5:first-child{margin-top:0}.book-print-page h3{font-size:15pt;margin-top:25px;padding-top:25px}.book-print-page .book-print-title{align-items:flex-end;display:flex;margin-top:50px}.book-print-page .book-print-title>:first-child{flex:1}.book-print-page .panel-heading{background-color:transparent!important;font-weight:700;padding:6px 8px}.book-print-page .table:last-child{margin-bottom:0}.book-print-page .table td:first-child,.book-print-page .table th:first-child{padding-left:0}.book-print-page .table td:last-child,.book-print-page .table th:last-child{padding-right:0}#user-profile{margin:0 auto}@media(min-width:766px){#user-profile .no-margin>[class*=form-]{margin-bottom:0}}@media(max-width:552px){#user-profile .xs-margin{margin-top:55px}}@media(max-width:522px){#user-profile .xs-margin{margin-top:30px}}#user-profile td.book-label{text-align:right;width:110px}#user-profile table{margin-bottom:0}#user-profile td{border:none!important}#user-profile .book-left-column{width:100%}#user-profile .book-left-column .label-danger{display:block;font-size:14px;margin-top:10px}#user-profile .book-left-column .book-toggle{margin-top:10px;width:100%}#user-profile .book-right-column{overflow:hidden}#user-profile .profile-photo-container{margin:0 auto;max-width:300px;text-align:center}#user-profile .profile-photo-container .activate-button-wrapper{margin:10px auto;max-width:50%}#user-profile .profile-photo-container .activate-button-wrapper>div{width:100%}@media(max-width:725px){#user-profile .profile-photo-container{max-width:200px}}@media(max-width:776px){#user-profile .profile-view-container{margin-top:20px}}#contract-edit{max-width:700px}.btn-special{color:#fff}.btn-special,.btn-special.active,.btn-special.active.focus,.btn-special.active:focus,.btn-special.active:hover,.btn-special.disabled.focus,.btn-special.disabled:focus,.btn-special.disabled:hover,.btn-special.focus,.btn-special:active,.btn-special:active.focus,.btn-special:active:focus,.btn-special:active:hover,.btn-special:focus,.btn-special:hover,.btn-special[disabled].focus,.btn-special[disabled]:hover,.btn-waspecialrning[disabled]:focus,.open>.btn-special.dropdown-toggle,.open>.btn-special.dropdown-toggle.focus,.open>.btn-special.dropdown-toggle:focus,.open>.btn-special.dropdown-toggle:hover,fieldset[disabled] .btn-special.focus,fieldset[disabled] .btn-special:focus,fieldset[disabled] .btn-special:hover{background-color:#ec5f27;border-color:#e75d27}.btn-special .badge{color:#ec5f27}.btn-plus{background-color:#e9e9e9;border-color:#e9e9e9;color:#fff}.btn-special.active,.btn-special.active.focus,.btn-special.active:focus,.btn-special.active:hover,.btn-special.focus,.btn-special:active,.btn-special:active.focus,.btn-special:active:focus,.btn-special:active:hover,.btn-special:focus,.btn-special:hover,.open>.btn-special.dropdown-toggle,.open>.btn-special.dropdown-toggle.focus,.open>.btn-special.dropdown-toggle:focus,.open>.btn-special.dropdown-toggle:hover{background-color:#e4e1e1;border-color:#e4e1e1;color:#fff}.btn-special.active,.btn-special:active,.open>.btn-special.dropdown-toggle{background-image:none}.btn-special.disabled.focus,.btn-special.disabled:focus,.btn-special.disabled:hover,.btn-special[disabled].focus,.btn-special[disabled]:hover,.btn-waspecialrning[disabled]:focus,fieldset[disabled] .btn-special.focus,fieldset[disabled] .btn-special:focus,fieldset[disabled] .btn-special:hover{background-color:#e4e1e1;border-color:#e4e1e1}.btn-special .badge{background-color:#fff;color:#e4e1e1}.book-loader.overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100001}.book-loader.overlay.modal{background:hsla(0,0%,100%,.8)}.cssload-container{height:46px;margin:40px 0;text-align:center;width:100%}.cssload-container.small{height:20px;margin:0}.cssload-container.small .cssload-zenith{box-shadow:2px 2px 1px rgba(0,0,0,.51);height:20px;width:20px}.cssload-container.small .cssload-zenith.cssload-zenith-white{box-shadow:2px 2px 1px hsla(0,0%,100%,.71)}.cssload-zenith{animation:cssload-spin .87s linear infinite;-o-animation:cssload-spin .87s linear infinite;-ms-animation:cssload-spin .87s linear infinite;-webkit-animation:cssload-spin .87s linear infinite;-moz-animation:cssload-spin .87s linear infinite;border-left-color:transparent;border-radius:50%;border-right-color:transparent;border-top-color:transparent;box-shadow:3px 3px 1px rgba(0,0,0,.51);height:46px;margin:0 auto;width:46px}.cssload-zenith.cssload-zenith-white{box-shadow:3px 3px 1px hsla(0,0%,100%,.71)}@keyframes cssload-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes cssload-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#login{align-items:center;display:flex;height:100vh;justify-content:center}#login .login-container{margin-top:-100px;max-width:400px;width:90%}#login .book-logo{margin:0 auto;text-align:center;width:200px}#login .book-logo img{display:inline-block}#login .book-sitename{margin:-7px 0 25px;text-align:center}#login .book-loader{margin-bottom:20px;position:relative;z-index:1}#login .book-content{margin-bottom:0;margin-top:-45px;overflow:hidden;position:relative;z-index:2}#login .book-content.book-loading{margin-top:0}#login .book-link-wrapper{display:block;margin-top:10px;text-align:right}#login .book-link-wrapper span{float:left}#login .book-link-wrapper a{cursor:pointer}#login .book-token-login h3,#login .book-token-login h4{line-height:1.4;margin-bottom:20px}#login .book-token-login h3{margin-top:0}#login .book-token-login h4:first-child,#login .book-token-login h4:last-child{margin:0}#access-denied{align-items:center;display:flex;flex-wrap:wrap;height:calc(100vh - 160px);margin:50px auto;max-width:600px}#access-denied>*{flex:1 0 100%}#access-denied .book-access-denied-icon,#access-denied h2{color:#d9534f}#access-denied .book-access-denied-icon{font-size:10em;line-height:100%}#access-denied h2{margin-bottom:20px}.book-toggle{height:34px;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:58px}.book-toggle[disabled],.book-toggle[disabled] *{cursor:not-allowed}.book-toggle.off .toggle-group{left:-100%}.book-toggle>*{display:inline-block}.book-toggle .toggle-group{bottom:0;left:0;position:absolute;top:0;transition:left .35s;width:200%}.book-toggle .toggle-handle{border:0 1px;display:block;height:100%;margin:0 auto;position:relative;width:0;z-index:2}.book-toggle .toggle-off,.book-toggle .toggle-on{border:none;border-radius:0;bottom:0;position:absolute;top:0;z-index:1}.book-toggle .toggle-on{left:0;padding-right:24px;right:50%}.book-toggle .toggle-off{left:50%;padding-left:24px;right:0}body.book-modal-opened{overflow:hidden!important}.modal-header .close{font-size:25px}.modal-footer .book-modal-footer-loading{display:inline-block;float:left;line-height:30px}.modal-footer .book-modal-footer-loading .book-loader,.modal-footer .book-modal-footer-loading .book-modal-footer-loading-text{float:none}.modal-footer .book-modal-footer-loading .book-loader{display:inline-block;vertical-align:middle}.modal-footer .book-modal-footer-loading .book-modal-footer-loading-text{margin-left:10px}.modal-mask{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:9998}.modal-container{background-color:#fff;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,.33);margin:0 auto;transition:all .3s ease;width:90%}.modal-header h3{margin:0}.modal-body{max-height:calc(100vh - 150px);overflow-y:auto}.modal-body .book-loading-text{margin-bottom:10px;text-align:center}.modal-enter,.modal-leave-active{opacity:0}.modal-enter .modal-container,.modal-leave-active .modal-container{-webkit-transform:scale(1.1);transform:scale(1.1)}.book-phone .book-phone-wrapper{align-items:center;display:flex}.book-phone .book-phone-code,.book-phone .book-phone-plus-sign{margin-right:5px}.book-phone .book-phone-code{width:60px!important}.book-phone .book-phone-partial{flex:1}.autocomplete{position:relative;width:100%}.autocomplete .autocomplete-results{background-color:#fff;border:1px solid #eee;height:100%;margin:0;max-height:240px;min-height:120px;overflow:auto;padding:0;position:absolute;width:100%;z-index:9999}.autocomplete .autocomplete-result{cursor:pointer;list-style:none;padding:4px 2px;text-align:left}.autocomplete .autocomplete-result.is-active{background-color:#1c7bb4;color:#fff}.autocomplete .autocomplete-result:hover{background-color:#eee;color:#333}#user-edit .book-toggle{float:left}#user-edit .book-user-edit-approval-text{display:block;overflow:hidden;padding-left:10px}@media(max-width:552px){#user-edit .user-edit-content{margin-top:30px}}.datepicker-overlay[data-v-26682d23]{-webkit-animation:fadein-26682d23 .5s;animation:fadein-26682d23 .5s;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:998}@keyframes fadein-26682d23{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadein-26682d23{0%{opacity:0}to{opacity:1}}.cov-date-body[data-v-26682d23]{background:#3f51b5;box-shadow:0 1px 3px 0 rgba(0,0,0,.2);display:inline-block;display:block;font-family:Roboto;font-size:16px;font-weight:400;left:50%;max-width:100%;overflow:hidden;position:relative;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:400px;z-index:999}.cov-picker-box[data-v-26682d23]{background:#fff;box-sizing:border-box!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-ms-box-sizing:border-box!important;display:inline-block;height:280px;max-width:100%;padding:25px;text-align:start!important;width:100%;width:400px}.cov-picker-box td[data-v-26682d23]{background:#fff;color:#000;cursor:pointer;height:34px;line-height:34px;padding:0;text-align:center;width:34px}.cov-picker-box td[data-v-26682d23]:hover{background:#e6e6e6}table[data-v-26682d23]{border-collapse:collapse;border-spacing:0;width:100%}.day[data-v-26682d23]{background:#fff;color:#000;cursor:pointer;display:inline-block;height:34px;line-height:34px;padding:0;text-align:center;vertical-align:middle;width:14.2857143%}.week ul[data-v-26682d23]{list-style:none;margin:0 0 8px;padding:0}.week ul li[data-v-26682d23]{background:transparent;color:#000;display:inline-block;font-weight:700;text-align:center;width:14.2%}.passive-day[data-v-26682d23]{color:#bbb}.checked[data-v-26682d23]{background:#f50057;border-radius:3px;color:#fff!important}.unavailable[data-v-26682d23]{color:#ccc;cursor:not-allowed}.cov-date-monthly[data-v-26682d23]{height:150px}.cov-date-monthly>div[data-v-26682d23]{color:#fff;cursor:pointer;display:inline-block;float:left;height:150px;margin:0;padding:0;text-align:center;vertical-align:middle}.cov-date-next[data-v-26682d23],.cov-date-previous[data-v-26682d23]{color:#fff;overflow:hidden;position:relative;text-indent:-300px;width:20%!important}.cov-date-caption[data-v-26682d23]{box-sizing:border-box;font-size:24px;padding:50px 0!important;width:60%}.cov-date-caption span[data-v-26682d23]:hover{color:hsla(0,0%,100%,.7)}.cov-date-next[data-v-26682d23]:hover,.cov-date-previous[data-v-26682d23]:hover{background:hsla(0,0%,100%,.1)}.day[data-v-26682d23]:hover{background:#eaeaea}.unavailable[data-v-26682d23]:hover{background:none}.checked[data-v-26682d23]:hover{background:#ff4f8e}.cov-date-next[data-v-26682d23]:before,.cov-date-previous[data-v-26682d23]:before{background:#fff;content:"";height:2px;left:50%;line-height:0;margin-left:-7px;margin-top:-7px;position:absolute;text-align:center;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:20px}.cov-date-next[data-v-26682d23]:after,.cov-date-previous[data-v-26682d23]:after{background:#fff;content:"";height:2px;left:50%;line-height:0;margin-left:-7px;margin-top:6px;position:absolute;text-align:center;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:20px}.cov-date-previous[data-v-26682d23]:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cov-date-previous[data-v-26682d23]:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.date-item[data-v-26682d23]{cursor:pointer;font-size:20px;padding:10px 0;text-align:center}.date-item[data-v-26682d23]:hover{background:#e0e0e0}.date-list[data-v-26682d23]{overflow:auto;padding:0;vertical-align:top}.cov-vue-date[data-v-26682d23]{color:#5d5d5d;display:inline-block}.button-box[data-v-26682d23]{background:#fff;height:50px;line-height:50px;padding-right:20px;text-align:right;vertical-align:top}.button-box span[data-v-26682d23]{cursor:pointer;padding:10px 20px}.watch-box[data-v-26682d23]{height:100%;overflow:hidden}.hour-box[data-v-26682d23],.min-box[data-v-26682d23]{display:inline-block;float:left;height:100%;overflow:auto;text-align:center;width:50%}.hour-box ul[data-v-26682d23],.min-box ul[data-v-26682d23]{list-style:none;margin:0;padding:0}.hour-item[data-v-26682d23],.min-item[data-v-26682d23]{cursor:pointer;font-size:36px;padding:10px}.hour-item[data-v-26682d23]:hover,.min-item[data-v-26682d23]:hover{background:#e3e3e3}.hour-box .active[data-v-26682d23],.min-box .active[data-v-26682d23]{background:#f50057;color:#fff!important}[data-v-26682d23]::-webkit-scrollbar{width:2px}[data-v-26682d23]::-webkit-scrollbar-track{background:#e3e3e3}[data-v-26682d23]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.book-date-navigation,.book-ingestion{display:inline-block}.book-ingestion{position:relative;white-space:nowrap}.book-ingestion.book-ingestion-processing .book-ingestion-item{opacity:0!important}.book-ingestion .book-ingestion-item{background:none;border:2px solid rgba(51,51,51,.5);border-radius:4px;cursor:pointer;display:inline-block;height:20px;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:20px}.book-ingestion .book-ingestion-item:focus{outline:none}.book-ingestion .book-ingestion-item:before{content:" ";display:block;left:50%;opacity:.5;top:50%}.book-ingestion .book-ingestion-item.book-ingestion-item-active,.book-ingestion .book-ingestion-item:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly){border-color:#333}.book-ingestion .book-ingestion-item.book-ingestion-item-active svg,.book-ingestion .book-ingestion-item.book-ingestion-item-active:before,.book-ingestion .book-ingestion-item:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly) svg,.book-ingestion .book-ingestion-item:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):before{opacity:1}.book-ingestion .book-ingestion-item:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly){box-shadow:0 1px 10px -1px rgba(0,0,0,.7)}.book-ingestion .book-ingestion-item.book-ingestion-item-disabled{border-color:#ddd;cursor:not-allowed;opacity:.6!important}.book-ingestion .book-ingestion-item.book-ingestion-item-disabled svg{opacity:1!important}.book-ingestion .book-ingestion-item.book-ingestion-item-readonly{cursor:default!important}.book-ingestion .book-ingestion-item+.book-ingestion-item{margin-left:4px}.book-ingestion .book-ingestion-item svg{opacity:.5}.book-ingestion .book-ingestion-item-notrecord:before svg{display:none;opacity:1}.book-ingestion .book-ingestion-item-notrecord:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly){border-color:#333}.book-ingestion .book-ingestion-item-notrecord:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):before{background:#d9534f;border-radius:100%;height:10px;margin:-5px 0 0 -5px;opacity:1;position:absolute;width:10px}.book-ingestion .book-ingestion-item-notrecord:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):after{border-top:2px solid #d9534f;content:" ";display:none;left:-8px;position:absolute;top:7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:32px}.book-ingestion .book-ingestion-item-notrecord.book-ingestion-item-active{border-color:#333}.book-ingestion .book-ingestion-item-notrecord.book-ingestion-item-active:before{background:#d9534f;border-radius:100%;height:10px;margin:-5px 0 0 -5px;opacity:1;position:absolute;width:10px}.book-ingestion .book-ingestion-item-notrecord.book-ingestion-item-active:after{border-top:2px solid #d9534f;content:" ";display:none;left:-8px;position:absolute;top:7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:32px}.book-ingestion .book-ingestion-item-notrecord.book-ingestion-item-requested{border-color:#333}.book-ingestion .book-ingestion-item-notrecord.book-ingestion-item-requested:before{background:#f0ad4e;border-radius:100%;height:10px;margin:-5px 0 0 -5px;opacity:1;position:absolute;width:10px}.book-ingestion .book-ingestion-item-notrecord.book-ingestion-item-requested:after{border-top:2px solid #f0ad4e;content:" ";display:none;left:-8px;position:absolute;top:7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:32px}.book-ingestion .book-ingestion-item-notick{border-color:#333}.book-ingestion .book-ingestion-item-notick:before{background:#d9534f;border-radius:100%;height:10px;margin:-5px 0 0 -5px;opacity:.5;position:absolute;width:10px}.book-ingestion .book-ingestion-item-notick:after{border-top:2px solid #d9534f;content:" ";display:block;left:-8px;position:absolute;top:7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:32px}.book-ingestion .book-ingestion-item-notick:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):before{background:#d9534f;border-radius:100%;height:10px;margin:-5px 0 0 -5px;opacity:.5;position:absolute;width:10px}.book-ingestion .book-ingestion-item-notick:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):after{border-top:2px solid #d9534f;content:" ";display:block;left:-8px;position:absolute;top:7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:32px}.book-ingestion .book-ingestion-item-notick.book-ingestion-item-active{border-color:rgba(51,51,51,.5)}.book-ingestion .book-ingestion-item-notick.book-ingestion-item-active:before{opacity:.5}.book-ingestion .book-ingestion-item-notick.book-ingestion-item-active:after{display:block}.book-ingestion .book-ingestion-item-notick.book-ingestion-item-disabled{border:2px solid #8b8c8b;opacity:1!important}.book-ingestion .book-ingestion-item-notick.book-ingestion-item-disabled:after{opacity:.5}.book-ingestion .book-ingestion-item-air.book-ingestion-item-disabled:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-air.book-ingestion-item-disabled:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-air.book-ingestion-item-readonly:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-air.book-ingestion-item-readonly:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-air:not(.book-ingestion-item-active):not(:hover) svg,.book-ingestion .book-ingestion-item-air:not(.book-ingestion-item-active):not(:hover):before,.book-ingestion .book-ingestion-item-finish.book-ingestion-item-disabled:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-finish.book-ingestion-item-disabled:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-finish.book-ingestion-item-readonly:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-finish.book-ingestion-item-readonly:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-finish:not(.book-ingestion-item-active):not(:hover) svg,.book-ingestion .book-ingestion-item-finish:not(.book-ingestion-item-active):not(:hover):before,.book-ingestion .book-ingestion-item-repeat.book-ingestion-item-disabled:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-repeat.book-ingestion-item-disabled:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-repeat.book-ingestion-item-readonly:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-repeat.book-ingestion-item-readonly:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-repeat:not(.book-ingestion-item-active):not(:hover) svg,.book-ingestion .book-ingestion-item-repeat:not(.book-ingestion-item-active):not(:hover):before,.book-ingestion .book-ingestion-item-routed.book-ingestion-item-disabled:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-routed.book-ingestion-item-disabled:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-routed.book-ingestion-item-readonly:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-routed.book-ingestion-item-readonly:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-routed:not(.book-ingestion-item-active):not(:hover) svg,.book-ingestion .book-ingestion-item-routed:not(.book-ingestion-item-active):not(:hover):before,.book-ingestion .book-ingestion-item-share.book-ingestion-item-disabled:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-share.book-ingestion-item-disabled:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-share.book-ingestion-item-readonly:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-share.book-ingestion-item-readonly:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-share:not(.book-ingestion-item-active):not(:hover) svg,.book-ingestion .book-ingestion-item-share:not(.book-ingestion-item-active):not(:hover):before,.book-ingestion .book-ingestion-item-start.book-ingestion-item-disabled:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-start.book-ingestion-item-disabled:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-start.book-ingestion-item-readonly:not(.book-ingestion-item-active) svg,.book-ingestion .book-ingestion-item-start.book-ingestion-item-readonly:not(.book-ingestion-item-active):before,.book-ingestion .book-ingestion-item-start:not(.book-ingestion-item-active):not(:hover) svg,.book-ingestion .book-ingestion-item-start:not(.book-ingestion-item-active):not(:hover):before{display:none}.book-ingestion .book-ingestion-item-repeat:before{border-color:transparent transparent transparent #d9534f;border-style:solid;border-width:6px 0 6px 10px;height:0;margin:-6px 0 0 -4px;position:absolute;width:0}.book-ingestion .book-ingestion-item-repeat:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):after{display:none}.book-ingestion .book-ingestion-item-repeat.book-ingestion-item-active.book-ingestion-item-disabled{border:2px solid #8b8c8b;cursor:not-allowed;opacity:.6!important}.book-ingestion .book-ingestion-item-repeat.book-ingestion-item-active:before{display:block;opacity:1}.book-ingestion .book-ingestion-item-share{color:#d9534f}.book-ingestion .book-ingestion-item-share:hover:not(.book-ingestion-item-active):before{display:none}.book-ingestion .book-ingestion-item-share.book-ingestion-item-active.book-ingestion-item-disabled{border:2px solid #8b8c8b}.book-ingestion .book-ingestion-item-share.book-ingestion-item-active:before{display:block;opacity:1}.book-ingestion .book-ingestion-item-share svg{display:inline-block}.book-ingestion .book-ingestion-item-start:before{background-color:#d9534f;border-radius:100px;height:12px;margin-left:2px;padding-left:12px;width:5px}.book-ingestion .book-ingestion-item-start:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):after{display:none}.book-ingestion .book-ingestion-item-start.book-ingestion-item-active.book-ingestion-item-disabled{border:2px solid #8b8c8b;cursor:not-allowed;opacity:.6!important}.book-ingestion .book-ingestion-item-start.book-ingestion-item-active:before{display:block;opacity:1}.book-ingestion .book-ingestion-item-finish:before{background-color:#bfbebe;border-radius:100px;height:12px;margin-left:2px;padding-left:12px;width:5px}.book-ingestion .book-ingestion-item-finish:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):after{display:none}.book-ingestion .book-ingestion-item-finish.book-ingestion-item-active.book-ingestion-item-disabled{border:2px solid #8b8c8b;cursor:not-allowed;opacity:.6!important}.book-ingestion .book-ingestion-item-finish.book-ingestion-item-active:before{display:block;opacity:1}.book-ingestion .book-ingestion-item-air:before{background-color:#5cb85c;border-radius:100px;height:12px;margin-left:2px;padding-left:12px;width:5px}.book-ingestion .book-ingestion-item-air:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):after{display:none}.book-ingestion .book-ingestion-item-air.book-ingestion-item-active.book-ingestion-item-disabled{border:2px solid #8b8c8b;cursor:not-allowed;opacity:.6!important}.book-ingestion .book-ingestion-item-air.book-ingestion-item-active:before{display:block;opacity:1}.book-ingestion .book-ingestion-item-routed:before{background-color:#f0ad4e;border-radius:100px;height:12px;margin-left:2px;padding-left:12px;width:5px}.book-ingestion .book-ingestion-item-routed:hover:not(.book-ingestion-item-disabled):not(.book-ingestion-item-readonly):after{display:none}.book-ingestion .book-ingestion-item-routed.book-ingestion-item-active.book-ingestion-item-disabled{border:2px solid #8b8c8b;cursor:not-allowed;opacity:.6!important}.book-ingestion .book-ingestion-item-routed.book-ingestion-item-active:before{display:block;opacity:1}.book-ingestion .book-ingestion-overlay{bottom:0;cursor:not-allowed;left:0;position:absolute;right:0;top:0;z-index:2}.book-ingestion .book-ingestion-overlay .book-loader{position:relative;z-index:3}.book-selectbox .book-selectbox-selected .book-selectbox-selected-text{border:1px solid #ccc;border-radius:3px 0 0 3px;border-right-width:0;flex:1;float:none!important;overflow:hidden;padding-left:10px;padding-right:34px;text-overflow:ellipsis;white-space:nowrap}.book-selectbox .book-selectbox-selected .book-selectbox-selected-text.book-selectbox-selected-text-disabled{background-color:#eee;cursor:not-allowed}.book-selectbox .book-selectbox-loading{display:inline-block}.book-selectbox .book-selectbox-loading .book-selectbox-label{display:inline-block;margin-left:5px}.book-selectbox .book-selectbox-item.book-selectbox-item-warning{background:rgba(240,173,78,.1)!important;border-left-color:#f0ad4e!important}.book-selectbox .book-selectbox-item.book-selectbox-item-warning .book-selectbox-item-icon{color:#f0ad4e}.book-selectbox .book-selectbox-item-conflict{color:#d9534f}.book-table{position:relative;width:100%}.book-table,.book-table .table{margin-bottom:0!important}.book-table th{white-space:nowrap}.book-table th.book-sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-table tr.book-item-fadeout{background-color:#2991b1!important;color:#fff;opacity:1}.book-table td{border-top:1px solid #ddd;line-height:1.42857;padding:4px 8px;vertical-align:middle!important;vertical-align:top}.book-table td>span{vertical-align:middle}.book-table td .label{vertical-align:1px}.book-table .label{-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-table .book-marker{margin-right:8px;position:relative}.book-table .book-table-actions{text-align:right;white-space:nowrap;width:150px}.book-table .book-table-actions button{margin-right:2px}.book-table .book-table-actions button:last-child{margin-right:0}.book-table .housenumber-form{border:1px solid #ccc;border-radius:4px;color:#555;display:block;font-size:14px;margin-left:5px;padding-left:5px;width:90%}@media(min-width:551px){.book-table .book-table-search{float:left}}.book-table .book-table-button-filter{float:right;margin:10px 10px 0 0}@media(min-width:551px){.book-table .book-table-button-filter{display:none}}.book-table .book-table-filters{border-bottom:1px solid #ddd}@media(min-width:551px){.book-table .book-table-filters{text-align:right}}.book-table .book-table-filters>*{margin:10px 10px 10px 8px!important;vertical-align:middle}@media(min-width:551px){.book-table .book-table-filters>*{display:inline-block}}.book-table .book-table-filter-field,.book-table .book-table-filter-label{display:inline-block}.book-table .book-table-filter-label{margin-right:5px}.book-table .book-table-filter-field{width:auto!important}.book-table .book-table-button-clear-wrapper{margin-left:0!important;text-align:right}.book-table .book-table-no-results{align-items:center;align-self:center;display:flex;flex:1;justify-content:center;padding:10px;text-align:center}.book-table .book-tr{border-collapse:separate;border-color:inherit;border-spacing:2px;display:table-row!important;vertical-align:inherit}.book-table .label-exceeded{background-color:#942522}.book-table tr.strikeout td{position:relative}.book-table tr.strikeout td:before{border-bottom:1px solid #111;content:" ";left:0;position:absolute;top:50%;width:100%}.book-table>.dark-layout:hover{background:#0d2936!important}.clean-list{text-align:right}.clean-list .clean-button,.clean-list select-all-button{cursor:pointer}.select-all-icon{position:absolute;right:33px;top:6px}.select-all-icon-a{cursor:pointer;margin-top:-18px;position:absolute!important;right:8px;top:18px;z-index:1000}.book-select-dropdown.book-select-dropdown-inplace .dropdown-menu{box-shadow:none;float:none;position:relative}.book-select-dropdown.book-select-dropdown-always-visible .dropdown-menu{display:block!important;max-height:214px}.book-select-dropdown .dropdown-menu{max-height:514px;overflow-y:auto}.book-select-dropdown .dropdown-menu .divider{margin:3px 0}.book-select-dropdown .dropdown-toggle:disabled{cursor:not-allowed}.book-select-dropdown .dropdown-item{color:#333}.book-select-dropdown .dropdown-item:hover{background:#f5f5f5;color:#262626}.book-select-dropdown .dropdown-item .book-select-dropdown-clear,.book-select-dropdown .dropdown-item input[type=checkbox],.book-select-dropdown .dropdown-item input[type=radio],.book-select-dropdown .dropdown-item label{cursor:pointer}.book-select-dropdown .dropdown-item .book-select-dropdown-clear,.book-select-dropdown .dropdown-item label{padding:3px 10px 4px}.book-select-dropdown .dropdown-item .book-select-dropdown-clear{font-weight:600}.book-select-dropdown .dropdown-item label{display:block;font-weight:400;margin-bottom:0;padding:3px 10px 4px}.book-select-dropdown .dropdown-item input[type=checkbox],.book-select-dropdown .dropdown-item input[type=radio]{margin-right:10px;vertical-align:1px}.book-selectbox-open{min-width:.1vw}.book-selectbox{overflow:hidden;position:relative}.book-selectbox .bttn-smaller{padding:0 3px}.book-selectbox .book-selectbox-arrow-up{border-bottom:8px solid #ccc;border-left:8px solid transparent;border-right:8px solid transparent;height:0;position:absolute;right:9px;top:-7px;width:0}.book-selectbox .book-selectbox-items-wrapper,.book-selectbox .book-selectbox-selected{position:relative}.book-selectbox .book-selectbox-selected{background:#fff;display:flex;z-index:2}.book-selectbox .book-selectbox-selected .book-selectbox-selected-texts{border:1px solid #ccc;border-radius:3px 0 0 3px;border-right-width:0;flex:1;float:none!important;overflow:hidden;padding:6px;text-overflow:ellipsis;white-space:nowrap}.book-selectbox .book-selectbox-selected .book-selectbox-selected-texts.book-selectbox-selected-text-disabled{background-color:#eee;cursor:not-allowed}.book-selectbox .book-selectbox-selected .book-selectbox-clean-button{background:none;border:none;color:#777;margin:2px 2px 2px -30px;outline:none}.book-selectbox .book-selectbox-selected .book-selectbox-clean-button:not([disabled]):hover{color:#333}.book-selectbox .book-selectbox-selected .book-selectbox-selected-button{border-radius:0 3px 3px 0}.book-selectbox .book-selectbox-selected .book-selectbox-selected-button .book-loader{display:inline-block;vertical-align:-2px}.book-selectbox .book-selectbox-selected .book-selectbox-selected-button .book-loader .cssload-container{height:12px}.book-selectbox .book-selectbox-selected .book-selectbox-selected-button .book-loader .cssload-container .cssload-zenith{height:12px;width:12px}.book-selectbox .book-selectbox-selected .come-left{margin-left:-1px!important}.book-selectbox .book-selectbox-selected-text{cursor:pointer}.book-selectbox .book-selectbox-items-wrapper{margin-top:10px;z-index:1}.book-selectbox .book-selectbox-items-wrapper .cssload-container{margin-bottom:15px;margin-top:15px}.book-selectbox .book-selectbox-search{border-radius:3px 3px 0 0!important}.book-selectbox .book-selectbox-search:focus{border-color:#ccc}.book-selectbox .book-selectbox-items,.book-selectbox .book-selectbox-nothing-found{border:1px solid #ccc;border-radius:0 0 3px 3px;height:130px;margin-top:-1px}.book-selectbox .book-selectbox-nothing-found{font-size:.9em;margin-bottom:10px;padding:20px 10px 10px;text-align:center}.book-selectbox .book-selectbox-items{border:1px solid #ccc;border-radius:0 0 3px 3px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);list-style:none;overflow-y:auto;padding:0}.book-selectbox .dark-port:nth-child(2n){background:#333!important}.book-selectbox .book-selectbox-item{border-left:5px solid transparent;cursor:pointer;margin:2px;padding:5px 35px 5px 10px;position:relative}.book-selectbox .book-selectbox-item:nth-child(2n){background:hsla(0,0%,96%,.7)}.book-selectbox .book-selectbox-item:first-child{margin-top:2px}.book-selectbox .book-selectbox-item:last-child{margin-bottom:2px}.book-selectbox .book-selectbox-item:hover:not(.book-selectbox-item-blocked){background:#337ab7!important;border-left-color:#337ab7!important}.book-selectbox .book-selectbox-item:hover:not(.book-selectbox-item-blocked) *{color:#fff!important}.book-selectbox .book-selectbox-item:hover:not(.book-selectbox-item-passive){background:#337ab7!important;border-left-color:#337ab7!important}.book-selectbox .book-selectbox-item:hover:not(.book-selectbox-item-passive) *{color:#fff!important}.book-selectbox .book-selectbox-item.book-selectbox-item-selected{background:rgba(51,122,183,.1);border-left-color:#337ab7}.book-selectbox .book-selectbox-item.book-selectbox-item-selected .book-selectbox-item-icon{color:#337ab7}.book-selectbox .book-selectbox-item.book-selectbox-item-blocked{background:rgba(217,83,79,.1)!important;border-left-color:#d9534f!important;cursor:not-allowed}.book-selectbox .book-selectbox-item.book-selectbox-item-blocked .book-selectbox-item-icon{color:#d9534f}.book-selectbox .book-selectbox-item.book-selectbox-item-warningz{background:#337ab7!important;border-left-color:#5bc0de!important}.book-selectbox .book-selectbox-item.book-selectbox-item-warningz *{color:#fff!important}.book-selectbox .book-selectbox-item.book-selectbox-item-passive{background:rgba(217,83,79,.1)!important;border-left-color:#d9534f!important}.book-selectbox .book-selectbox-item.book-selectbox-item-passive .book-selectbox-item-icon{color:#d9534f}.book-selectbox .book-selectbox-item>*{display:block}.book-selectbox .book-selectbox-item .book-selectbox-item-icon{font-size:18px;height:20px;line-height:20px;margin-top:-10px;position:absolute;right:7px;text-align:center;top:50%;width:20px}.book-selectbox .book-selectbox-channel-item-text{font-weight:700}.book-selectbox .book-selectbox-item-extra{color:#777;font-size:.9em}.book-filter{display:flex}.book-filter.book-bottom-sticky.book-filter-advanced-filter-modal-open{z-index:1050}.book-filter>*{display:inline-block}.book-filter .book-loader{flex:1}.book-filter .book-filter-summary{align-items:center;border-right:1px solid #ddd;display:flex;margin-right:10px;padding-right:10px}.book-filter .book-filter-summary>.btn+.btn{margin-left:5px!important}.book-filter .book-filter-items-inner-wrapper,.book-filter .book-filter-items-wrapper,.book-filter .book-filter-saved-wrapper{align-items:center;display:flex}.book-filter .book-filter-items-inner-wrapper>*,.book-filter .book-filter-items-wrapper>*,.book-filter .book-filter-saved-wrapper>*{margin:2px 0 2px 10px!important}.book-filter .book-filter-items-inner-wrapper>:first-child,.book-filter .book-filter-items-wrapper>:first-child,.book-filter .book-filter-saved-wrapper>:first-child{margin-left:0!important}.book-filter .book-filter-items-inner-wrapper button:disabled,.book-filter .book-filter-items-wrapper button:disabled,.book-filter .book-filter-saved-wrapper button:disabled{opacity:.3}.book-filter .book-filter-items-inner-wrapper .form-group,.book-filter .book-filter-items-wrapper .form-group,.book-filter .book-filter-saved-wrapper .form-group{display:inline-block}.book-filter .book-filter-items-inner-wrapper .form-group.book-selected .dropdown-toggle,.book-filter .book-filter-items-wrapper .form-group.book-selected .dropdown-toggle,.book-filter .book-filter-saved-wrapper .form-group.book-selected .dropdown-toggle{border-color:#286090}.book-filter .book-filter-items-inner-wrapper .form-group .control-label,.book-filter .book-filter-items-wrapper .form-group .control-label,.book-filter .book-filter-saved-wrapper .form-group .control-label{display:block;text-align:center}.book-filter .book-filter-items-inner-wrapper>.btn+.btn,.book-filter .book-filter-items-wrapper>.btn+.btn,.book-filter .book-filter-saved-wrapper>.btn+.btn{margin-left:5px!important}.book-filter .book-filter-saved-wrapper{flex:1}.book-filter .book-filter-items.collapse:not(.in){display:none}@media(max-width:855px){.book-filter .book-filter-items{background:#fff;border-top:1px solid #ddd!important;bottom:52px;left:0;margin-left:0!important;position:fixed;right:0;z-index:1000}.book-filter .book-filter-items .book-filter-items-inner-wrapper{overflow-x:scroll;padding:8px 15px}.book-filter .book-filter-items .book-filter-items-inner-wrapper>*{flex-shrink:0}}@media(min-width:856px){.book-filter .book-filter-items{display:block!important}.book-filter .book-filter-items-toggle{display:none}}.book-filter .book-filter-items-toggle:focus{outline:0}.book-filter .book-select-dropdown .dropdown-menu{left:auto;right:0}.book-filter .book-filter-advanced-filter{border-radius:6px;padding-bottom:10px}.book-filter .book-filter-advanced-filter-combine .form-group{min-width:190px;position:relative}.book-filter .book-filter-advanced-filter-combine .form-group+.form-group{padding-left:30px}.book-filter .book-filter-advanced-filter-combine .form-group+.form-group:before{font-size:1.6rem;font-weight:600;left:0;line-height:20px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:20px}.book-filter .book-filter-advanced-filter-type-header{background:#ddd;border-radius:4px 4px 0 0;padding:5px;text-align:center;text-transform:capitalize}.book-filter .book-filter-advanced-filter-type-header:first-child{margin-top:0}.book-filter .book-filter-advanced-filter-type{position:relative}.book-filter .book-filter-advanced-filter-type:nth-child(odd) .book-filter-advanced-filter-item{border:1px solid #d9edf7}.book-filter .book-filter-advanced-filter-type:nth-child(odd) .book-filter-advanced-filter-item-header{background:#d9edf7}.book-filter .book-filter-advanced-filter-type:nth-child(2n) .book-filter-advanced-filter-item{border:1px solid #dff0d8}.book-filter .book-filter-advanced-filter-type:nth-child(2n) .book-filter-advanced-filter-item-header{background:#dff0d8}.book-filter .book-filter-advanced-filter-type+.book-filter-advanced-filter-type{margin-top:10px}.book-filter .book-filter-advanced-filter-type+.book-filter-advanced-filter-type:before{display:block;font-size:2rem;font-weight:600;margin-bottom:10px;text-align:center}.book-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item{border-radius:4px;display:flex;flex-flow:row wrap;margin:0 10px;padding:10px}.book-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item+.book-filter-advanced-filter-item{margin-top:15px}.book-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item+.book-filter-advanced-filter-item:before{display:block;flex-basis:100%;font-size:1.6rem;font-weight:600;margin-top:-45px;text-align:center}.book-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item .form-group{margin-right:10px}.book-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item .form-group:last-child{margin-right:0}.book-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item-header{border-radius:4px 4px 0 0;flex:1 0 100%;font-weight:600;margin:-10px -10px 10px;padding:4px;text-align:center}.book-filter .book-filter-advanced-filter-item .book-select-dropdown .dropdown-menu{left:0;right:auto}.book-filter .book-filter-text-wrapper{position:relative}.book-filter .book-filter-text-wrapper input[type=text]{padding-right:30px}.book-filter .book-filter-text-wrapper .book-loader{position:absolute;right:6px;top:7px}.book-overview-item-title.book-overview-item-title-recipient{width:18%}.book-overview-item-title.book-overview-item-title-subject{width:15%}.book-notification-modal .book-notification-recipients-panel .panel-heading{font-weight:600}.book-notification-modal .book-notification-recipients-panel .table-responsive{max-height:100px}.book-notification-modal .book-notification-recipients-panel .book-square{display:inline-block;height:15px;vertical-align:middle;width:15px}.book-notification-modal *+.book-notification-recipients-panel{margin-top:14px}.book-notification-modal .book-notification-group{margin-bottom:10px!important}.book-notification-modal .book-notification-group .book-notification-group-message{display:block;font-weight:600;margin-bottom:0}.book-notification-modal .book-notification-group .book-notification-group-items-label{display:inline-block;font-weight:600;margin:5px 5px 0 0;text-transform:capitalize;vertical-align:middle}.book-notification-modal .book-notification-group .radio-inline label{font-weight:400}.book-notification-modal .book-notification-group .radio-inline input{margin-top:3px}.book-notification-modal .book-notification-type{border-bottom:1px solid #ddd;margin-left:-15px!important;margin-right:-15px!important;padding:0 15px}.book-notification-modal *+.book-notification-type{margin-top:15px!important}.book-notification-modal .control-label{margin-bottom:5px!important}.book-cost-center-item{margin-bottom:15px}.book-cost-center-item:last-child{margin-bottom:0}.book-price-wrapper{clear:both;display:flex;padding-right:15px}.book-price-wrapper .control-label{margin-right:15px;text-align:left}.book-price-wrapper .input-group{max-width:150px}.book-price-wrapper .multiselect{margin-left:auto;max-width:250px}.book-price-wrapper .multiselect .multiselect__tag{display:none}.book-selected-cost-centers{margin-top:15px}.book-selected-cost-centers .book-cost-center-split{text-align:right;width:80px}.book-selected-cost-centers .book-cost-center-actions{width:38px}.book-selected-cost-centers .table{margin-bottom:0}.book-selected-cost-centers td{vertical-align:middle!important}.book-billing-type-itemised{position:relative}.book-billing-type-itemised.book-cost-center-item{background:#fbfbfb;border:2px solid #c4c4c4;border-radius:4px;margin-right:47px;padding:15px}.book-billing-type-itemised.book-cost-center-item .book-remove-button{position:absolute;right:-47px;top:-2px}.book-timeline{display:flex;overflow:hidden}.book-timeline .book-timeline-labels{width:125px;z-index:3}.book-timeline .book-timeline-labels-svg{width:100%}.book-timeline .book-timeline-content{flex:1;margin:0;overflow:scroll;padding:0 2px 0 0;position:relative;z-index:2}.book-timeline .book-timeline-content-svg{min-width:905px;position:relative;width:100%;z-index:3}.book-timeline .book-timeline-hour-column-line,.book-timeline .book-timeline-hour-column-line-fixed{stroke:#e6e6e6;stroke-width:1px}.book-timeline .book-timeline-hour-column-text{fill:rgba(51,51,51,.7);font-size:10px}.book-timeline .book-timeline-marker,.book-timeline .book-timeline-marker2{transition:all .3s ease}@-webkit-keyframes marker{to{width:100%}}@keyframes marker{to{width:100%}}.book-timeline .book-timeline-marker{fill:rgba(40,96,144,.1);-webkit-animation:marker linear 1;animation:marker linear 1;z-index:1}@-webkit-keyframes marker2{to{x:100%}}@keyframes marker2{to{x:100%}}.book-timeline .book-timeline-marker2{fill:#286090;-webkit-animation:marker2 linear 1;animation:marker2 linear 1;width:2px;z-index:3}.book-timeline .book-timeline-group{cursor:pointer}.book-timeline .book-timeline-group.book-timeline-odd .book-timeline-group-bkg{fill:rgba(40,96,144,.1)}.book-timeline .book-timeline-group .book-timeline-group-bkg{fill:transparent;width:100%}.book-timeline .book-timeline-group-item-bkg{stroke:#f3f3f3;stroke-width:1px}.book-timeline .book-timeline-group-item-text{font-size:12px;overflow:hidden}.book-timeline .book-timeline-no-results{align-self:center;flex:1;padding:10px;text-align:center}.book-timeline .book-timeline-crew-list{background-color:#fff;font-size:10px;margin-top:5px}.book-timeline .book-item-status-7{color:#942522}.book-timeline .book-item-status-5{color:#286090}.book-timeline .book-item-status-4{color:#f0ad4e}.book-timeline .book-item-status-3{color:#d9534f}.book-timeline .book-item-status-2{color:#5cb85c}.book-timeline .book-item-status-1{color:#d5d5d5}.book-timeline .crew-item-skill{color:#000;margin-left:10px}.book-timeline .crew-item-skill-no-margin{color:#000}.book-timeline .crew-item-row{min-width:250px}.book-timeline .selectbox-style{border:1px solid #ccc;border-radius:3px 0 0 3px;flex:1;float:none!important;margin-left:20px;margin-right:-75px;margin-top:3px;overflow:hidden;padding:3px;position:absolute;text-overflow:ellipsis;white-space:nowrap;z-index:10}.book-timeline .hour-column-fixed{background-color:#eaeaea;height:30px;position:fixed;z-index:10}.book-content-with-sidebar{align-items:flex-start;display:flex;justify-content:center;overflow:hidden}.book-content-with-sidebar.book-sidebar-opened .book-sidebar{margin-right:0;min-height:300px}.book-content-with-sidebar .book-content{align-items:flex-start;display:flex;flex:1}@media(max-width:320px){.book-content-with-sidebar .book-content{padding:0 5px}}.book-content-with-sidebar .book-sidebar{align-self:stretch;background:#fff;margin-right:-300px;position:relative;transition:all .3s ease;width:300px}.book-content-with-sidebar .book-sidebar .book-item-status{border-radius:3px;display:block;float:right;height:20px;margin:0;width:20px}.book-content-with-sidebar .full-width{min-width:300px;width:100%}@media(max-width:768px){.book-content-with-sidebar .book-sidebar{max-width:none;padding-top:10px}}@media(max-width:552px){.book-content-with-sidebar .book-sidebar{min-width:none}}@media(max-width:1500px){.book-content-with-sidebar .book-sidebar-header-title{font-size:14px}}.book-content-with-sidebar .book-sidebar-sticky{overflow-y:scroll;position:fixed;width:300px;z-index:1002}.book-content-with-sidebar .book-sidebar-header{align-items:center;background:#e4e4e4;display:flex;height:38px;padding-left:10px}.book-content-with-sidebar .book-sidebar-header .book-sidebar-header-title{flex:1;line-height:1.4em;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-content-with-sidebar .book-sidebar-header .book-sidebar-header-title-text{flex:1;vertical-align:-2px}.book-content-with-sidebar .book-sidebar-header .book-sidebar-header-title-inner{display:flex}.book-content-with-sidebar .book-sidebar-header .book-action-button{height:24px;line-height:21px;margin:0 2px;width:24px}.book-content-with-sidebar .book-sidebar-header .book-action-button:first-child{margin-left:6px}.book-content-with-sidebar .book-sidebar-header .book-action-button:last-child{margin-right:6px}.book-content-with-sidebar .book-sidebar-content{background-color:#fff;padding:10px}.book-content-with-sidebar .book-sidebar-content.book-sidebar-content-no-item{padding:10px;text-align:center}.book-content-with-sidebar :not(.book-item-status)+.book-sidebar-row{margin-top:5px;padding-top:5px}.book-content-with-sidebar .book-sidebar-row{display:flex;flex-flow:row wrap;line-height:18px}.book-content-with-sidebar .book-sidebar-row button{margin-right:20px;margin-top:20px;min-width:100px}.book-content-with-sidebar .book-sidebar-row .book-sidebar-value{display:flex;flex:1}.book-content-with-sidebar .book-sidebar-row .book-sidebar-value-stacked{flex-flow:row wrap}.book-content-with-sidebar .book-sidebar-row .book-sidebar-value-stacked>.book-sidebar-value-stacked-item{width:100%}.book-content-with-sidebar .book-sidebar-row .book-sidebar-value-stacked>.book-sidebar-value-stacked-item+.book-sidebar-value-stacked-item{margin-top:3px;padding-top:3px}.book-content-with-sidebar .book-sidebar-row .book-loader{align-self:center}.book-content-with-sidebar .book-sidebar-group{margin-top:10px}.book-content-with-sidebar .book-sidebar-group:first-of-type{margin-top:0}.book-content-with-sidebar .book-sidebar-equipment-conflict{cursor:default;margin-right:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-content-with-sidebar .book-sidebar-group-title,.book-content-with-sidebar .book-sidebar-table-header{background:#e4e4e4;font-size:14px;font-weight:600;margin-left:-10px;margin-right:-10px;padding:5px 10px}.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-header,.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-row{display:flex;flex-flow:row wrap}.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-header>:first-child,.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-row>:first-child{flex:1}.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-row{line-height:20px;margin:3px 0;padding:2px 0}.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-row [class*=book-item-status-]{display:flex}.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-row .book-square{display:inline-block;height:15px;margin-right:7px;vertical-align:-2px;width:15px}.book-content-with-sidebar .book-sidebar-table *+.book-sidebar-table-row-extra{margin-top:3px}.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-row-extra{color:#999;flex-basis:100%!important;font-style:italic}.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-row-nowrap{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-content-with-sidebar .book-sidebar-table .book-sidebar-table-period-column{width:76px}.book-datetime .book-datetime-datepicker-hidden{display:block!important;height:0!important;overflow:hidden!important;width:0!important}.book-datetime .book-input-date,.book-datetime .book-input-time{float:left}.book-datetime .book-input-date{width:140px}.book-datetime .book-input-time{margin-left:5px;width:62px}.form-group-sm .book-datetime .book-input-date{width:110px}.form-group-sm .book-datetime .book-input-time{width:42px}.form-group-sm .book-datetime .book-input-date,.form-group-sm .book-datetime .book-input-time{float:left}.form-group-sm .book-datetime .book-input-date .form-control,.form-group-sm .book-datetime .book-input-time .form-control{padding-left:5px;padding-right:5px}.book-equipment-selection .book-overview-item-title>span{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.mcr-equipment-routed{background-color:#5bc0de}.col-sm-6.channel-right{padding-left:4px}.col-sm-12.audio-pair select,.col-sm-6.audio-pair select{font-size:10px;padding:0}.col-sm-12.audio-pair .col-sm-6.mono-left,.col-sm-6.audio-pair .col-sm-6.mono-left{padding-left:0;padding-right:1px}.col-sm-12.audio-pair .col-sm-6.mono-right,.col-sm-6.audio-pair .col-sm-6.mono-right{padding-left:1px;padding-right:0}.audio-layout-print-table{border-collapse:collapse;max-width:100%;width:100%}.audio-layout-print-table .border-channel{border-top:1px solid #ddd}.audio-layout-print-table .padding-top-5{padding-top:5px}.col-sm-6.channel-left{padding-right:4px}.col-sm-6.channel-left .row,.col-sm-6.channel-right .row{margin-left:0;margin-right:0}.book-sidebar-table-row.border-channel{border-top:1px solid #ddd}.col-sm-12.audio-label,.col-sm-6.audio-label{font-size:10px;font-weight:400;overflow:hidden;padding-left:0;padding-right:2px}.col-sm-12.audio-label .col-sm-12,.col-sm-6.audio-label .col-sm-12{padding-left:0;padding-right:0;padding-top:0}.col-sm-12.audio-label .control-label,.col-sm-6.audio-label .control-label{font-size:10px;padding-top:0;text-align:left}.col-sm-12.audio-label .control-label.pair-label,.col-sm-6.audio-label .control-label.pair-label{font-size:10px;padding-top:0}.col-sm-12.audio-label .radio-inline,.col-sm-6.audio-label .radio-inline{padding-left:0;padding-top:0}.col-sm-12.audio-label .radio-inline input[type=radio],.col-sm-6.audio-label .radio-inline input[type=radio]{margin-left:0;margin-top:0}.col-sm-12.audio-label .radio-inline span,.col-sm-6.audio-label .radio-inline span{font-size:8px;font-weight:400;margin-left:15px}.col-sm-12.audio-label .radio-inline+.radio-inline,.col-sm-6.audio-label .radio-inline+.radio-inline{margin-left:2px}.mono-wrapper{align-items:center;display:flex;gap:8px;justify-content:stretch}.mono-wrapper>.audio-pair{flex:1}.audio-pair input{font-size:10px;height:30px;line-height:30px;padding:1px;width:100%}.col-sm-12.audio-pair,.col-sm-12.audio-pair .col-sm-12,.col-sm-6.audio-pair,.col-sm-6.audio-pair .col-sm-12{padding-left:0;padding-right:0}@media(max-width:767px){.col-sm-6.channel-left{padding-right:15px}.col-sm-6.channel-right{padding-left:15px;padding-top:8px}.col-sm-6.audio-label .radio-inline{padding-top:3px}.col-sm-6.audio-label .radio-inline span{font-size:10px}.col-sm-6.audio-label .control-label.pair-label{padding-top:8px}.col-sm-6.audio-label .control-label,.col-sm-6.audio-label .control-label.pair-label{font-size:12px}.col-sm-6.audio-pair select{font-size:12px;padding:0}}@media(min-width:1300px){.col-sm-6.channel-left .col-sm-6.audio-label,.col-sm-6.channel-right .col-sm-6.audio-label{width:105px}.col-sm-6.channel-left .col-sm-6.audio-pair,.col-sm-6.channel-right .col-sm-6.audio-pair{width:calc(100% - 105px)}.col-lg-6.audio-label{width:105px}.col-lg-6.audio-pair{width:calc(100% - 105px)}}.book-sidebar-table-row-nowrap.book-width-40-percents{width:40%}.selectbox-style{border:1px solid #ccc;border-radius:3px 0 0 3px;flex:1;float:none!important;margin-left:20px;margin-right:-75px;margin-top:3px;overflow:hidden;padding:3px;position:absolute;text-overflow:ellipsis;white-space:nowrap;z-index:10}.label-conflict{height:16px}.pull-right{margin-right:5px}.sidebar-box-set{box-shadow:1px 1px 1px 0 #000!important}.conflict-box-color{background-color:#d9534f!important;color:#fff!important}.exceed-box-color{background-color:#942522!important;color:#fff!important}.event-box-color{background-color:#226893!important;color:#fff!important}#equipment-usage-page .book-sidebar .book-equipment-selection .book-button-add-equipment{position:absolute;right:8px;top:-25px}.book-type-group-label{font-size:1.1em;font-weight:700;padding:4px 0 4px 25px}.book-type-group-label-row{background-color:#f6f6f6}.book-type-group-label-row-expanded{background-color:#eceaea}th.action{text-align:right}#commentators td,th.action{white-space:nowrap}.book-label-capitilize p:first-letter{text-transform:capitalize}.book-equipment-wrapper .panel-body{position:relative}.book-equipment-wrapper .book-button-add-equipment{position:absolute;right:0;top:-27px;z-index:10}.book-equipment-wrapper .panel-heading~.book-equipment-selection .book-button-add-equipment{right:3px;top:-25px}.book-equipment-selection{min-height:40px;position:relative}.book-equipment-selection .modal-footer .book-loader{float:left;margin-left:5px;margin-top:5px}.book-equipment-selection .book-table{border:none;margin-bottom:0}.book-equipment-selection .table{margin-bottom:0}.book-equipment-selection>.book-loader{padding:9px 0}.book-equipment-selection .book-help-message-conflict{line-height:1.4em;text-align:left}.panel-body>.book-equipment-selection{margin:-15px}.book-compact-panels .panel-body>.book-equipment-selection{margin:-8px}.w-150{display:inline-block!important;max-width:175px}.sidebar-mcr-label{background:#337ab7;border-radius:5px;box-shadow:2px 2px 1px 0 #000;color:#fff;display:inline-block;margin:2px 4px 2px 0;padding:3px}.book-exit-print{border-radius:0 0 0 4px;box-shadow:0 6px 10px -4px rgba(0,0,0,.4);position:fixed!important;right:10px;text-align:center;top:10px;z-index:1000}.book-exit-print button{font-size:1.3em}.book-placeholder-wrapper .panel-body{padding:0;position:relative}.book-placeholder-wrapper .book-button-add-placeholder{position:absolute;right:0;top:-27px;z-index:10}.book-placeholder-wrapper .panel-heading~.book-fork-placeholder .book-button-add-placeholder{right:3px;top:-25px}.book-add-equipment-wrapper{border-bottom:1px solid #ddd;text-align:right}@media(min-width:551px){.book-add-equipment-wrapper>:not(.help-block){display:inline-block}}.book-add-equipment-wrapper .form-group{margin:10px}.book-add-equipment-wrapper .form-group>*{display:inline-block}.book-add-equipment-wrapper .form-group label{margin-right:5px;width:calc(30% - 10px)}.book-add-equipment-wrapper .form-group .form-control{width:70%}@media(min-width:551px){.book-add-equipment-wrapper .form-group .form-control,.book-add-equipment-wrapper .form-group label{width:auto}}.book-fork-placeholder{min-height:40px;position:relative}.book-fork-placeholder .book-button-add-placeholder-modal{position:absolute;right:20px;top:10px;z-index:10}.book-fork-placeholder .modal-footer .book-loader{float:left;margin-left:5px;margin-top:5px}.book-fork-placeholder .book-table{border:none;margin-bottom:0}.book-fork-placeholder .table-modal{margin-top:10px}.book-fork-placeholder .table{margin-bottom:0}.book-fork-placeholder>.book-loader{padding:9px 0}.book-fork-placeholder .book-help-message-conflict{line-height:1.4em;text-align:left}.book-fork-placeholder .book-overview-item-title>span{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.panel-body>.book-fork-placeholder{margin:-15px}.book-compact-panels .panel-body>.book-fork-placeholder{margin:0}.swal2-container{z-index:10000!important}#feed-edit-print .print-page{background:#fff;box-shadow:0 0 .5cm rgba(0,0,0,.5);display:block;height:29.7cm;margin:0 auto .5cm;width:21cm}#feeds .book-table .book-mcr-column{text-transform:uppercase}td .book-event-name-part{border-right:1px solid #333;display:inline-block;margin-right:5px;padding-right:5px}td .book-event-name-part:last-child{border-right:none;margin-right:0}.book-upload{position:relative}.book-upload .progress{height:33px}.book-upload .book-upload-actions{float:right;min-width:100px;padding:6px 6px 0 10px;width:30%}.book-upload .book-upload-actions .btn{display:block;margin-bottom:10px;width:100%}.book-upload .book-upload-actions .btn:last-child{margin-bottom:0}body .dropzone{min-height:0;padding:4px}body .vue-dropzone{background:none;border:2px dashed hsla(0,0%,100%,0)!important;border-radius:4px}body .vue-dropzone.dz-drag-hover{border-color:#d58512!important}body .dropzone .dz-message{align-items:center;border:2px dashed #ddd;border-radius:4px;display:flex;justify-content:center;margin:0 0 10px;max-width:70%;min-height:76px;padding:5px}body .dropzone .dz-message:last-child{margin-bottom:0}body .dropzone.dz-started .dz-message{display:flex}body .dropzone .dz-preview{align-items:center;background-color:#fcf8e3!important;border:2px solid #d58512;border-radius:4px;display:flex;margin:10px 0 0;min-height:40px;overflow:hidden;padding:10px}body .dropzone .dz-preview .dz-remove{display:none}body .dropzone .dz-preview .btn+.btn{margin-left:.2em}body .dropzone .dz-preview .dz-delete-item,body .dropzone .dz-preview .dz-delete-item .fa,body .dropzone .dz-preview .dz-download-item,body .dropzone .dz-preview .dz-download-item .fa,body .dropzone .dz-preview .dz-remove-item,body .dropzone .dz-preview .dz-remove-item .fa{cursor:pointer}body .dropzone .dz-preview .dz-remove-item{cursor:pointer;margin-left:8px}body .dropzone .dz-preview .dz-delete-item,body .dropzone .dz-preview .dz-download-item,body .dropzone .dz-preview.dz-success .dz-remove-item{display:none}body .dropzone .dz-preview.dz-success .dz-delete-item,body .dropzone .dz-preview.dz-success .dz-download-item{display:block}body .dropzone .dz-preview.dz-success{background-color:#f9f9f9;border-color:#eee}body .dropzone .dz-preview.dz-success .dz-progress{display:none}body .dropzone .dz-preview .dz-details{color:#333}body .dropzone .dz-preview .dz-image{text-align:center}body .dropzone .dz-preview .dz-image .dz-file{color:#777;display:none;font-size:40px;line-height:50px}body .dropzone .dz-preview.dz-file-preview .dz-image{background:#fff;border-radius:0}body .dropzone .dz-preview.dz-file-preview .dz-image img{display:none}body .dropzone .dz-preview.dz-file-preview .dz-image .dz-file{display:block}body .dropzone .dz-preview .dz-image{background-color:#fff;height:50px;margin:-7px 10px -7px -7px;width:50px}body .dropzone .dz-preview:hover .dz-image img{-webkit-filter:none;filter:none}body .dropzone .dz-preview .dz-progress{background:#fcf8e3;border-radius:2px;bottom:2px;height:5px;left:55px;margin:0;position:absolute;right:2px;top:auto;width:auto}body .vue-dropzone .dz-preview .dz-progress .dz-upload{background:#d58512}body .dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:none!important;animation:none!important}body .dropzone .dz-preview .dz-error-mark,body .dropzone .dz-preview .dz-success-mark{display:none;font-size:28px;left:auto;margin:0 0 0 16px!important;opacity:1!important;position:relative;text-align:center;top:auto;width:40px!important}body .dropzone .dz-preview .dz-success-mark{color:#449d44}body .dropzone .dz-preview.dz-complete .dz-progress{display:none}body .dropzone .dz-preview.dz-error .dz-error-mark,body .dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:none;animation:none;display:block}body .vue-dropzone .dz-preview .dz-details{background:none;flex:1;min-width:0;opacity:1;padding:0;position:relative}body .dropzone .dz-preview .dz-details .dz-filename{font-size:14px;overflow:hidden}body .dropzone .dz-preview .dz-details .dz-size{float:right;font-size:14px;margin-bottom:0}.book-association-wrapper .panel-body{padding:0;position:relative}.book-association-wrapper .book-button-add-association{position:absolute;right:0;top:-27px}.book-association-wrapper .panel-heading~.book-association .book-button-add-association{right:3px;top:-25px}.book-association{min-height:40px;position:relative}.book-association>.book-loader{padding:9px 0}.book-association .modal-footer .book-loader{float:left;margin-left:5px;margin-top:5px}.panel-body>.book-association{margin:-8px}.book-signoff .book-signoff-row{align-items:center;display:flex;margin-bottom:10px;min-height:38px;position:relative}.book-signoff .book-signoff-row:last-of-type{margin-bottom:0}.book-signoff .book-signoff-overlay{background:hsla(0,0%,100%,.6);bottom:0;cursor:not-allowed;left:0;position:absolute;right:0;top:0;z-index:2}.book-signoff .book-loader,.book-signoff .book-signoff-label-wrapper,.book-signoff .book-toggle{position:relative}.book-signoff .book-signoff-label-wrapper,.book-signoff .book-toggle{z-index:1}.book-signoff .book-loader{margin-right:10px;z-index:3}.book-signoff .book-signoff-label-wrapper{align-items:center;display:flex;flex:1;flex-flow:row wrap}.book-signoff .book-signoff-label,.book-signoff .book-signoff-user{display:block;flex-basis:100%}.book-signoff .book-signoff-label{font-weight:600}.book-signoff .book-signoff-user{font-size:.95rem}div.book-lock-wrapper>*{display:inline-block}div.book-lock-wrapper .label{padding:6px .6em}div.book-lock-wrapper .label *+a{margin-left:2px}div.book-lock-wrapper a{color:#eee}*+div.book-lock-wrapper{border-left:1px solid #ddd;padding-left:8px}.book-button-add-feedback{position:absolute;right:0;top:2px;z-index:10}#feed-edit .panel{position:relative}#feed-edit .book-box-housenumbers{display:inline-block}#feed-edit .book-box-housenumbers .form-group-sm{float:left;width:295px}#feed-edit .book-box-housenumbers .control-label-100{padding-left:10px;padding-top:15px;text-align:left;width:50px}#feed-edit .book-box-housenumbers .form-control-100{float:right;margin-left:0;margin-right:33px;padding-left:0;padding-top:10px}#feed-edit .book-ingestion{position:absolute;right:86px;top:-24px;z-index:5}#feed-edit .book-action-buttons{position:absolute;right:0;top:-25px;z-index:5}#feed-edit .book-action-buttons .btn-danger,#feed-edit .book-action-buttons .btn-info,#feed-edit .book-action-buttons .btn-special,#feed-edit .book-action-buttons .btn-warning{margin-left:5px}#feed-edit .book-fork-placeholder-missed-mandatory{border:2px solid #d9534f}#feedback-edit{padding-bottom:50px}#feedback-edit .panel{position:relative}#feedback-edit .book-copyform-loading-text{margin-bottom:10px;text-align:center}#feedback-edit .book-box-audio-layout .control-label-100{width:60px}#feedback-edit .book-box-audio-layout .form-control-100{width:calc(100% - 60px)}#feedback-edit .book-box-schedule .control-label-100{width:75px}#feedback-edit .book-box-schedule .form-control-100{width:calc(100% - 75px)}#feedback-edit .book-box-specifications .control-label-100{width:90px}#feedback-edit .book-box-specifications .form-control-100{width:calc(100% - 90px)}#feedback-edit .book-box-delivery-type .book-delivery-type-sat .control-label-100{width:70px}#feedback-edit .book-box-delivery-type .book-delivery-type-sat .form-control-100{width:calc(100% - 70px)}#feedback-edit .book-box-delivery-type .book-delivery-type-sat .row{margin-bottom:16px}#feedback-edit .book-box-delivery-type .book-delivery-type-sat .row:last-child{margin-bottom:0}#feedback-edit .book-panel-localnotes .checkbox{margin-bottom:10px}#feedback-edit .book-ingestion{position:absolute;right:86px;top:-24px;z-index:5}#feedback-edit .book-action-buttons{position:absolute;right:0;top:-25px;z-index:5}#feedback-edit .book-action-buttons .btn-danger,#feedback-edit .book-action-buttons .btn-warning{margin-left:5px}#feedback-edit .panel.panel-info.panel-info-wrapper,#feedback-edit .panel.panel-info.panel-info-wrapper-width{margin-right:5px}#feedback-edit .panel.panel-info.panel-info-wrapper{display:inline-block}#feedback-edit .control-label.control-label-100.duration{display:inline}#feedback-edit .book-input-date-only{height:30.4px;padding-top:5px}#feedback-edit .book-input-date-only input{border-radius:3px;float:right;margin-left:8px;margin-top:-5px;width:72px!important}#feedback-edit .book-input-date-only span{font-size:12px;margin-top:8px}#feedback-edit .checkbox-inline-issue span,#feedback-edit .radio-inline-area span{font-size:12px;font-weight:0!important}#feedback-edit .additional-info{margin-top:8px}#feedback-edit .additional-info .control-label-100{width:70px}#feedback-edit .additional-info .control-label.control-label-100.control-label-no-bold{display:inline-block}#feedback-edit .additional-info .control-label.control-label-100.control-label-no-bold span{font-size:12px;font-weight:0!important}#feedback-edit .additional-info .form-control-100{width:calc(100% - 70px)}#feedback-edit .row.error-report{margin-left:0;margin-right:-5px;padding-left:0}#feedback-edit .row.error-report .col-no-padding{margin-top:5px;padding-left:5px;padding-right:5px}#feedback-edit .row.error-report .col-no-padding select{font-size:12px!important}#feedback-edit .row.error-report .col-no-padding .input-other-equipment{border:1px solid #ccc;border-radius:4px;float:right;font-size:12px!important;height:33px;width:100%!important}#feedback-edit .checkbox-in-header{display:inline-block;position:absolute;right:3px;text-align:center}#feedback-edit .book-table-no-results,#feedback-edit .table{font-size:12px}.book-overview-item-title.book-overview-item-title-message{width:20%}.book-overview-item-title.book-overview-item-title-date{width:10%}.book-overview-item-title>span{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.book-table-actions{width:25px!important}.panel.panel-info .panel-heading .panel-header{display:inline-block}.panel.panel-info .panel-heading .panel-date{display:inline-block;float:right}.panel>.book-overview{margin-bottom:-1px}.book-overview-sticky{background:#fff;min-width:800px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:3}.book-overview{align-items:center;flex-flow:column;max-width:100%;overflow-x:auto}.book-overview .book-overview-content,.book-overview .book-overview-day-navigation{min-width:800px;width:100%}.book-overview .book-overview-day-navigation .book-overview-column,.book-overview .book-overview-day-navigation .book-overview-label{border-bottom:1px solid #ddd}.book-overview .book-overview-day-navigation .book-overview-column{padding:2px 4px}.book-overview .book-overview-day-navigation .book-overview-column.book-overview-with-week .book-overview-day{padding-left:25px}.book-overview .book-overview-day-navigation .book-overview-column.book-overview-today{border-bottom-width:1px;border-top-width:2px}.book-overview .book-overview-day-navigation .book-overview-day{font-weight:700;padding:5px 7px;position:relative;text-align:center}.book-overview .book-overview-day-navigation .book-overview-day>*{overflow:hidden;text-overflow:ellipsis}.book-overview .book-overview-day-navigation .book-overview-week{background:#286090;bottom:-4px;color:#fff;display:flex;flex-direction:column;font-size:12px;justify-content:center;left:-4px;line-height:1.1em;position:absolute;top:-2px;width:25px}.book-overview .book-overview-day-navigation .book-overview-date,.book-overview .book-overview-day-navigation .book-overview-week>*,.book-overview .book-overview-day-navigation .book-overview-weekday{display:block}.book-overview .affix+.book-overview-content{margin-top:56px}.book-overview .book-overview-content .book-overview-column{padding:2px 0}.book-overview .book-overview-day-navigation,.book-overview .book-overview-row{display:flex}.book-overview .book-overview-row{min-height:38px}.book-overview .book-overview-row:last-child .book-overview-column:not(.book-overview-today),.book-overview .book-overview-row:last-child .book-overview-label{border-bottom:1px solid #e6e6e6}.book-overview .book-overview-row:last-child .book-overview-column.book-overview-today{border-bottom-width:2px}.book-overview .book-overview-row.book-overview-odd{background:rgba(40,96,144,.1)}.book-overview .book-overview-label{background:hsla(0,0%,47%,.1);border-right:1px solid #e6e6e6;max-width:70px;min-width:70px;overflow:hidden;padding:8px 6px 6px;text-overflow:ellipsis}@media(min-width:961px){.book-overview .book-overview-label{max-width:100px;min-width:100px;padding-left:12px;padding-right:12px}}.book-overview .book-overview-label>span{-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-overview .book-overview-row-content{display:flex;flex:1;min-width:0}.book-overview .book-overview-column{border-right:1px solid #e6e6e6;flex:1;min-width:0;position:relative;z-index:1}.book-overview .book-overview-column:last-child{border-right:none}.book-overview .book-overview-column.book-overview-today{border:0 solid #286090;border-width:0 2px;margin-left:-1px;z-index:2}.book-overview .book-overview-column.book-overview-today .book-overview-week{bottom:-2px}.book-overview .book-overview-item,.book-overview .book-overview-label{font-size:12px;line-height:1.3em}.book-overview .book-overview-item{cursor:pointer;margin:2px 4px;padding:4px 5px 3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-overview .book-overview-item-top-row{display:flex;font-size:10px}.book-overview .book-overview-item-driver,.book-overview .book-overview-item-flag,.book-overview .book-overview-item-league,.book-overview .book-overview-item-location,.book-overview .book-overview-item-title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-overview .book-overview-item-driver,.book-overview .book-overview-item-flag,.book-overview .book-overview-item-league,.book-overview .book-overview-item-location,.book-overview .book-overview-item-time{display:inline-block}.book-overview .book-overview-item-title{display:block}.book-overview .book-overview-item-time{flex:1 0 auto}.book-overview .book-overview-item-flag{flex-shrink:1}.book-overview .book-overview-item-flag:before{content:"|";display:inline-block;margin:0 3px}.book-overview .book-overview-item-location{flex-shrink:1}.book-overview .book-overview-item-driver,.book-overview .book-overview-item-league{flex:30 1 auto;flex-shrink:1}.book-overview .book-overview-item-driver:before,.book-overview .book-overview-item-league:before{content:"|";display:inline-block;margin:0 3px}.book-overview .book-overview-no-results{align-items:center;align-self:center;display:flex;flex:1;padding:10px;text-align:center}.book-sidebar-crew-actions{margin-right:8px}.book-production-plan{min-height:40px;position:relative}.book-production-plan .book-button-open-plan-item{position:absolute;right:3px;top:-25px}.book-production-plan .book-production-plan-offset-wrapper{display:flex;flex-flow:row wrap}.book-production-plan .book-production-plan-offset-wrapper .form-control-static{align-items:center;display:flex;flex:1;justify-content:flex-end;line-height:1.2;padding:6px 0 7px!important;text-align:right}.book-production-plan .book-production-plan-offset-wrapper .form-control-static>*{display:inline-block;vertical-align:middle}.book-production-plan .book-production-plan-offset-wrapper .book-production-plan-offset-date{font-size:14px}.book-production-plan .book-production-plan-offset-wrapper .book-production-plan-offset-time{font-size:18px;font-weight:600;margin-left:4px}.book-production-plan .book-production-plan-offset-wrapper .book-production-plan-offset{display:flex}.book-production-plan .book-production-plan-offset-wrapper .book-production-plan-offset .btn-group .btn{z-index:1}.book-production-plan .book-production-plan-offset-wrapper .book-production-plan-offset .btn-group .btn:last-child{border-radius:0}.book-production-plan .book-production-plan-offset-wrapper .book-production-plan-offset .btn-group .btn:focus{z-index:2}.book-production-plan .book-production-plan-offset-wrapper .book-production-plan-offset .form-control{border-radius:0 3px 3px 0;margin-left:-1px;width:52px!important;z-index:1}.book-production-plan .book-production-plan-offset-wrapper .book-production-plan-offset .form-control:focus{z-index:2}.book-production-crew{min-height:55px;position:relative}.book-production-crew .book-production-crew-contact-buttons{position:absolute;right:3px;top:-25px}.book-production-crew .book-table{border:none}.book-production-crew .table{margin-bottom:0}.book-production-crew .book-table-no-results{min-height:55px}#production-edit{padding-bottom:50px}#production-edit .book-form-actions{overflow-x:auto}#production-edit .book-actions-flex{justify-content:normal}#production-edit .panel{position:relative}#production-edit .book-box-housenumbers{display:inline-block}#production-edit .book-box-housenumbers .form-group-sm{float:left;width:210px}#production-edit .book-box-housenumbers .control-label-100{padding-top:15px;text-align:left;width:50px}#production-edit .book-box-housenumbers .form-control-100{margin-left:0;margin-right:41px;padding-left:0;padding-top:10px}#production-edit .book-ingestion{margin-right:58px;position:absolute;right:0;top:-24px;z-index:5}#production-edit .book-action-buttons{position:absolute;right:0;top:-25px;z-index:5}#production-edit .book-action-buttons .btn-danger,#production-edit .book-action-buttons .btn-info,#production-edit .book-action-buttons .btn-special{margin-left:5px}#production-edit .book-fork-placeholder-missed-mandatory{border:2px solid #d9534f}#production-edit .form-control-static-text{font-size:12px;padding-top:4px}#production-edit .form-booked-by{align-items:center;display:flex}#production-edit .form-driver{align-items:flex-start;display:flex}#production-edit .form-driver-selection{flex:1}@media print{#production-edit .col-md-3,#production-edit .col-md-6,#production-edit .col-sm-6{float:none;width:100%}#production-edit select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none}}.book-production-workgroup{min-height:55px;position:relative}.book-production-workgroup .book-production-workgroup-contact-buttons{position:absolute;right:3px;top:-25px}.book-production-workgroup .book-table{border:none}.book-production-workgroup .table{margin-bottom:0}.book-production-workgroup .book-table-no-results{min-height:55px}.label-exceeded{background-color:#942522}.book-width-60-percents{width:60%}#production-template-edit{padding-bottom:50px}#production-template-edit .panel{position:relative}#production-template-edit .book-box-housenumbers{display:inline-block}#production-template-edit .book-box-housenumbers .form-group-sm{float:left;width:210px}#production-template-edit .book-box-housenumbers .control-label-100{padding-top:15px;text-align:left;width:50px}#production-template-edit .book-box-housenumbers .form-control-100{margin-left:0;margin-right:41px;padding-left:0;padding-top:10px}#production-template-edit .book-action-buttons{position:absolute;right:0;top:-25px;z-index:5}#production-template-edit .book-action-buttons .btn-danger,#production-template-edit .book-action-buttons .btn-info{margin-left:5px}.book-mcr-contribution .book-mcr-status .book-mcr-status-selection{width:84px!important}.book-mcr-status{align-items:center;display:flex;position:relative;text-align:center}.book-mcr-status.book-mcr-status-locked .book-mcr-status-icon{cursor:default}.book-mcr-status.book-mcr-status-disabled{cursor:not-allowed;opacity:.3;position:relative}.book-mcr-status.book-mcr-status-disabled:after{bottom:0;content:" ";left:0;opacity:0;position:absolute;right:0;top:0}.book-mcr-status.book-mcr-status-disabled>.book-mcr-status-icon{opacity:.4}.book-mcr-status.book-mcr-status-expanded:not(.book-mcr-status-processing){z-index:900}.book-mcr-status.book-mcr-status-expanded:not(.book-mcr-status-processing)>.book-mcr-status-icon{background:#fff;border-color:#ddd;border-radius:4px 4px 0 0;z-index:901}.book-mcr-status.book-mcr-status-expanded:not(.book-mcr-status-processing) .book-mcr-status-selection{display:flex;z-index:900}.book-mcr-status>.book-mcr-status-icon{border:1px solid transparent;border-bottom:none;padding:3px 6px}.book-mcr-status>.book-mcr-status-icon.book-mcr-status-1,.book-mcr-status>.book-mcr-status-icon.book-mcr-status-2{color:#d9534f}.book-mcr-status>.book-mcr-status-icon.book-mcr-status-3{color:#f0ad4e}.book-mcr-status>.book-mcr-status-icon.book-mcr-status-3b{color:#d9534f}.book-mcr-status>.book-mcr-status-icon.book-mcr-status-3c,.book-mcr-status>.book-mcr-status-icon.book-mcr-status-4{color:#5cb85c}.book-mcr-status .book-mcr-status-icon{cursor:pointer;display:inline-block;position:relative}.book-mcr-status .book-mcr-status-icon img{max-height:20px;max-width:20px;width:auto}.book-mcr-status .book-mcr-status-icon-lineup,.book-mcr-status .book-mcr-status-icon-planning{color:#d9534f}.book-mcr-status .book-mcr-status-icon-standby{color:#f0ad4e}.book-mcr-status .book-mcr-status-icon-finished{color:#5cb85c}.book-mcr-status .book-mcr-status-selection{background:#fff;border:1px solid #ddd;border-radius:0 4px 4px 4px;box-shadow:0 6px 10px -4px rgba(0,0,0,.4);cursor:pointer;display:none;left:0;padding:0 5px;position:absolute;top:26px;width:110px}.book-mcr-status .book-mcr-status-selection .book-mcr-status-icon{line-height:30px;padding:4px;vertical-align:middle}.book-mcr-status .book-mcr-status-selection .book-mcr-status-icon:hover img{max-height:24px}.book-mcr-status .book-mcr-status-item{background:none;border:2px solid rgba(51,51,51,.5);border-radius:4px;cursor:pointer;display:inline-block;height:20px;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:20px}.book-mcr-status .book-mcr-status-item:focus{outline:none}.book-mcr-status .book-mcr-status-item:before{content:" ";display:block;left:50%;top:50%}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-1{border-color:#333;color:#5cb85c}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-1:before{background-color:#5bc0de;border-radius:100px;height:12px;margin-left:2px;padding-left:12px;width:5px}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-1 svg{opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-2{border-color:#333;color:#5cb85c}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-2:before{background-color:#2c2;border-radius:100px;height:12px;margin-left:2px;padding-left:12px;width:5px}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-2 svg{opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-3{border-color:#333;color:#d9534f}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-3:before{background-color:#f0ad4e;border-radius:100px;height:12px;margin-left:2px;padding-left:12px;width:5px}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-3 svg{opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-4{border-color:#333;color:#5cb85c}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-4:before{background-color:#bfbebe;border-radius:100px;height:12px;margin-left:2px;padding-left:12px;width:5px}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-active-4 svg{opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-disabled{border:2px solid #8b8c8b;cursor:not-allowed;opacity:1!important}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-disabled:after{display:none;opacity:.5}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-readonly{cursor:default!important}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-1:hover{border-color:#333;box-shadow:0 1px 10px -1px rgba(0,0,0,.7);opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-1:hover:before{background-color:#5bc0de;border-radius:100px;height:12px;margin-left:2px;opacity:1;padding-left:12px;width:5px}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-1:hover svg{opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-2:hover{border-color:#333;box-shadow:0 1px 10px -1px rgba(0,0,0,.7);opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-2:hover:before{background-color:#2c2;border-radius:100px;height:12px;margin-left:2px;opacity:1;padding-left:12px;width:5px}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-2:hover svg{opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-3:hover{border-color:#333;box-shadow:0 1px 10px -1px rgba(0,0,0,.7);opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-3:hover:before{background-color:#f0ad4e;border-radius:100px;height:12px;margin-left:2px;opacity:1;padding-left:12px;width:5px}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-3:hover svg{opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-4:hover{border-color:#333;box-shadow:0 1px 10px -1px rgba(0,0,0,.7);opacity:1}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-4:hover:before{background-color:#bfbebe;border-radius:100px;height:12px;margin-left:2px;opacity:1;padding-left:12px;width:5px}.book-mcr-status .book-mcr-status-item.book-mcr-status-item-4:hover svg{opacity:1}.book-mcr-status .book-mcr-status-item+.book-mcr-status-item{margin-left:4px}.book-mcr-status .book-mcr-status-item svg{opacity:0}.book-mcr-status .book-mcr-status-overlay{bottom:0;cursor:not-allowed;left:0;position:absolute;right:0;top:0;z-index:2}.book-mcr-status .book-mcr-status-overlay .book-loader{position:relative;z-index:3}.book-mcr-items-wrapper{margin-bottom:20px}.book-mcr-items-wrapper.book-sidebar-opened .book-mcr-view .book-mcr-labels.affix{min-width:1000px;right:315px}.book-mcr-items-wrapper.book-sidebar-opened .book-mcr-labels{margin-right:5px}.book-mcr-items-wrapper.book-sidebar-opened .book-mcr-rows{padding-right:5px}.book-mcr-items-wrapper .book-sidebar{border:1px solid #ddd;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05);margin-bottom:1px}.book-mcr-items-wrapper .book-sidebar .book-equipment-selection{margin:0 -10px}.book-mcr-items-wrapper .book-sidebar .book-equipment-selection .book-button-add-equipment{position:absolute;right:8px;top:-25px}.book-mcr-view{flex:1;flex-flow:row wrap;overflow-x:auto;padding-bottom:44px;position:relative;width:100%}.book-mcr-view>.book-loader{margin:0 auto}.book-mcr-view .book-mcr-no-results{align-items:center;display:flex;justify-content:center;margin-bottom:0;min-height:70px;padding:10px;text-align:center;width:100%}.book-mcr-view .light-border{border-right:1px solid #e2e2e2}.book-mcr-view .panel:not(.book-mcr-no-results){padding-left:2px;padding-right:2px}.book-mcr-view .panel-body{min-height:30px;padding:0}.book-mcr-view .book-mcr-transition-group{display:block;position:relative;width:100%;z-index:0}.book-mcr-view .housenumber-form{border:1px solid #ccc;border-radius:4px;color:#555;display:block;font-size:14px;margin-left:5px;padding-left:5px;width:90%}.book-mcr-view .book-mcr-row,.book-mcr-view .book-mcr-row-child{transition:all .3s ease}.book-mcr-view .book-mcr-row{margin-top:5px;position:relative}.book-mcr-view .book-mcr-row.book-mcr-selected>.dark-layout{background:#0d2936!important}.book-mcr-view .book-mcr-row.book-mcr-selected>.panel{background:#5093ad;color:#fff}.book-mcr-view .book-mcr-row.book-mcr-selected>.panel .book-mcr-column.active{background:#286090}.book-mcr-view .book-mcr-row.book-mcr-selected .book-ingestion{border-radius:4px}.book-mcr-view .book-mcr-row.book-mcr-expanded>.panel,.book-mcr-view .book-mcr-row.book-mcr-highlighted>.panel{border-left:solid #337ab7!important;border-left-width:6px;border-right:solid #337ab7!important;border-right-width:6px;padding-left:0;padding-right:0}.book-mcr-view .book-mcr-row.book-mcr-expanded>.panel{box-shadow:0 4px 6px -4px rgba(0,0,0,.4);position:relative;z-index:unset}.book-mcr-view .book-mcr-row:first-child{margin-top:0}.book-mcr-view .book-mcr-row:not(.book-mcr-selected):not(.book-mcr-expanded):not(.book-mcr-row-child):hover>.panel{background:#d3e2ef}.book-mcr-view .book-mcr-row:not(.book-mcr-selected):not(.book-mcr-expanded):not(.book-mcr-row-child):hover>.dark-layout{background:#0d2936!important}.book-mcr-view .book-mcr-row.book-mcr-expanded:not(.book-mcr-selected)>.panel{background:#d3e2ef}.book-mcr-view .book-mcr-row.book-mcr-expanded:not(.book-mcr-selected)>.dark-layout{background:#1e2a2f!important}.book-mcr-view .book-mcr-row .panel{margin-bottom:0}.book-mcr-view .book-mcr-row .book-mcr-group-label{font-size:1.1em;font-weight:700;padding:4px 0 4px 25px}.book-mcr-view .book-mcr-row-contributions+.book-mcr-row-children{box-shadow:0 -4px 6px -4px rgba(0,0,0,.2)}.book-mcr-view .book-mcr-row-children{display:block;margin:-1px 43px 0 17px;position:relative;z-index:unset}.book-mcr-view .book-mcr-row-children:last-child{margin-bottom:10px}.book-mcr-view .book-mcr-row-children .book-mcr-row-child{display:flex;flex-flow:row wrap;margin-top:-1px;position:relative;z-index:unset}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-expanded>.dark-layout,.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-expanded>.dark-layout-expand,.book-mcr-view .book-mcr-row-children .book-mcr-row-child:hover>.dark-layout,.book-mcr-view .book-mcr-row-children .book-mcr-row-child:hover>.dark-layout-expand{background:#0d2936!important;color:#fff!important}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-expanded>.list-group-item,.book-mcr-view .book-mcr-row-children .book-mcr-row-child:hover>.list-group-item{background:#d3e2ef;color:#000}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-expanded .book-mcr-column,.book-mcr-view .book-mcr-row-children .book-mcr-row-child:hover .book-mcr-column{z-index:1}.book-mcr-view .book-mcr-row-children .book-mcr-row-child:first-child .list-group-item{border-top-left-radius:0;border-top-right-radius:0}.book-mcr-view .book-mcr-row-children .book-mcr-row-child:last-child .list-group-item,.book-mcr-view .book-mcr-row-children .book-mcr-row-child:last-child.book-mcr-row-with-children .book-mcr-row-child .list-group-item{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-expanded+.book-mcr-row-child{box-shadow:0 -4px 6px -4px rgba(0,0,0,.2);margin-top:-1px}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-expanded+.book-mcr-row-child .list-group-item{border-top-left-radius:4px;border-top-right-radius:4px}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-expanded>.list-group-item{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-row-with-children{overflow:hidden}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-row-with-children>.list-group-item{box-shadow:0 4px 6px -4px rgba(0,0,0,.2);z-index:unset}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-row-with-children .book-mcr-row-child .list-group-item{border-radius:0}.book-mcr-view .book-mcr-row-children .book-mcr-row-child.book-mcr-row-with-children .book-mcr-columns{position:relative}.book-mcr-view .book-mcr-row-children .book-mcr-row-child .book-mcr-columns{width:100%}.book-mcr-view .book-mcr-row-children .list-group-item{min-height:32px;padding:0}.book-mcr-view .book-mcr-row-children .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.book-mcr-view .book-mcr-row-contributions .book-mcr-column-id span{display:none}.book-mcr-view .book-mcr-row-contributions .list-group-item{background:#fafafa}.book-mcr-view .book-mcr-row-associations .book-mcr-row-contributions{margin:0 70px}.book-mcr-view .book-mcr-labels{background:hsla(0,0%,100%,.95);font-weight:700;margin-bottom:5px}.book-mcr-view .book-mcr-labels.affix{border-radius:0 0 4px 4px;box-shadow:0 6px 10px -4px rgba(0,0,0,.4);left:15px;right:15px;z-index:1000}.book-mcr-view .book-mcr-labels.affix~.book-mcr-rows{margin-top:36px}.book-mcr-view .book-mcr-labels .book-mcr-column{align-items:center;display:flex}.book-mcr-view .book-mcr-labels .book-mcr-column.book-sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-mcr-view .book-mcr-labels .book-mcr-toggle button{width:24px}.book-mcr-view .book-mcr-labels,.book-mcr-view .book-mcr-rows{flex-basis:100%}.book-mcr-view .book-mcr-columns{align-items:stretch;display:flex;padding-left:15px}.book-mcr-view .book-mcr-columns.updated{background:rgba(183,185,69,.302)!important}.book-mcr-view .book-mcr-columns.renewed{background:rgba(115,208,191,.322)!important}.book-mcr-view .book-mcr-columns.renewed-dark{background:#3e654a!important}.book-mcr-view .panel>.book-mcr-columns>.book-mcr-column.book-mcr-attachment,.book-mcr-view .panel>.book-mcr-columns>.book-mcr-column.book-mcr-toggle{max-width:48px;min-width:48px}.book-mcr-view .book-mcr-column{align-items:center;display:flex;padding:0 8px}.book-mcr-view .book-mcr-column.book-mcr-toggle{justify-content:flex-end;padding:0 4px;width:55px}.book-mcr-view .book-mcr-column.book-mcr-toggle .btn-mcr-toggle-associations{margin-left:3px;width:38px}.book-mcr-view .book-mcr-column.book-mcr-toggle .btn:focus{outline:none}.book-mcr-view .book-mcr-column.grey{background:#949494!important;color:#fff}.book-mcr-view .book-mcr-column.red{background:#d9534f;color:#fff}.book-mcr-view .book-mcr-column.green{background:#5cb85c;color:#fff}.book-mcr-view .book-mcr-column.orange{background:#f0ad4e}.book-mcr-view .book-mcr-column.updated{background:#286090!important}.book-mcr-view .book-mcr-column.comment{background:#364a67!important;color:#fff}.book-mcr-view .book-mcr-column.renewed{background:rgba(98,255,96,.278)!important}.book-mcr-view .book-mcr-column.renewed-dark{background:#3e654a!important}.book-mcr-view .book-mcr-column.book-mcr-equipment{display:flex;flex:1;min-width:375px;overflow:hidden;white-space:normal;width:375px}.book-mcr-view .book-mcr-column.book-mcr-equipment .book-mcr-equipment-piece,.book-mcr-view .book-mcr-column.book-mcr-equipment .book-mcr-equipment-type{display:inline-block;min-width:70px;overflow:hidden;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.book-mcr-view .book-mcr-column.book-mcr-equipment .book-mcr-equipment-type{max-width:270px}.book-mcr-view .book-mcr-column.book-mcr-equipment .book-mcr-equipment-type-label{font-weight:600;margin-right:3px}.book-mcr-view .book-mcr-column.book-mcr-equipment .book-mcr-equipment-type-label:last-child{margin-right:10px}.book-mcr-view .book-mcr-column.book-mcr-equipment .book-mcr-equipment-piece{max-width:151px;vertical-align:middle}.book-mcr-view .book-mcr-column.book-mcr-equipment .book-mcr-equipment-piece>.book-equipment-selection{max-height:30px!important;min-height:30px!important}.book-mcr-view .book-mcr-column.book-mcr-equipment .book-mcr-equipment-piece>.book-equipment-selection>.book-box-overlay{cursor:pointer!important;z-index:unset!important}.book-mcr-view .book-mcr-column.book-mcr-equipment .book-mcr-equipment-piece>.book-equipment-selection>.book-box-overlay>.label{margin-right:-3px;padding:5px;width:95%}.book-mcr-view .book-mcr-column.book-mcr-ingestions,.book-mcr-view .book-mcr-column.book-mcr-status-column,.book-mcr-view .book-mcr-column.book-tx-status-column,.book-mcr-view .book-mcr-column.book-viaplay-column{text-align:center}.book-mcr-view .book-mcr-column.book-mcr-status-column{margin-left:10px;width:122px}.book-mcr-view .book-mcr-column.book-mcr-ingestions{width:230px}.book-mcr-view .book-mcr-column.book-viaplay-column{width:37px}.book-mcr-view .book-mcr-column.book-tx-status-column{width:88px}.book-mcr-view .book-mcr-column.book-mcr-actions{width:85px}.book-mcr-view .book-mcr-column.book-mcr-actions button{margin-right:2px}.book-mcr-view .book-mcr-column.book-mcr-actions button:last-child{margin-right:0}.book-mcr-view .book-mcr-column>.book-mcr-column-content{display:block;overflow:hidden;white-space:nowrap;width:100%}.book-mcr-view .book-mcr-column [class*=book-item-status-]>*{vertical-align:middle}.book-mcr-view .book-mcr-column [class*=book-item-status-] .book-square{border:0 solid #fff;border-radius:25px;display:inline-block;height:12px;margin-right:5px;width:12px}.book-mcr-view .book-mcr-column [class*=book-item-status-] .label{display:inline-block;padding:3px 6px 5px}.book-mcr-view .book-mcr-column [class*=book-item-status-] .book-square+.label{margin-left:2px}.book-mcr-view .book-mcr-column .book-column-icon-wrapper{display:block;flex:1;font-size:18px;text-align:center}.book-mcr-view .book-mcr-column .small-font{font-size:13px!important}.book-mcr-view .book-mcr-column .book-info-item{display:inline-block}.book-mcr-view .book-mcr-column .book-info-item+.book-info-item{border-left:1px solid #333;margin-left:5px;padding-left:5px}.book-mcr-view .book-marker{margin-right:8px}.contribution-equipment{background-color:#004779!important}.contribution-equipment-dm{background-color:#001e33!important}.cov-vue-date>.datepicker-overlay{white-space:normal!important}.mcr-comment-light{background-color:#cce3e7!important}.mcr-comment-dark{background-color:#0c1d20!important}.label-mcr-comment{background-color:#4a919d!important;margin-left:19px}.label-grey{background-color:#949494!important}.vue-dropzone:hover{background:unset!important}.dark-bg{background:#000!important;border:1px solid #333!important}.dark-box{color:#000}.dark-layout{background-color:#424242!important;border-color:#656565!important}.dark-layout-filters{background-color:#000!important;border-color:#656565!important}.dark-layout-filters>button{opacity:.8}.dark-layout-filters>div{border-color:#333!important}.dark-layout-affix{background-color:#7d7d7d!important;border-color:#656565!important}.dark-layout-header{background-color:#000!important;border-color:#656565!important}.dark-layout-expand{background-color:#2b2b2b!important;border-color:#656565!important}.dark-input>button,.dark-input>input{background-color:#1d1d1d!important;border:2px solid #000!important}.dark-input>input{color:#fff!important}.dark-input>select,.dark-second-input>button,button.dark-second-input{background-color:#000!important;border:1px solid #3e3e3e!important;color:#fff!important}.dark-border{border-right:1px solid #000}.secondary-menu.dark-input>*>*>button,.secondary-menu.dark-input>*>button{background-color:#000!important;border:1px solid #3e3e3e!important;color:#fff!important}.secondary-menu.dark-input>.book-date-navigation>*>button:hover{background-color:#fff;color:#000}.secondary-menu.dark-input>.book-date-navigation>*>.cov-vue-date.date-navigation>*>input{background-color:#1d1d1d!important;border:1px solid #3e3e3e!important;color:#fff!important}.book-selectbox-selected.dark-port{background:#000!important}.modal-mask.dark-port>div>div{background-color:#424242!important;border-color:#656565!important}.modal-mask.dark-port>div>div>div>button{color:#fff!important;opacity:1}.modal-mask.dark-port>div>div .modal-body>div>div>*>div.form-control-100,.modal-mask.dark-port>div>div .modal-body>div>div>*>label{background-color:#424242!important}.modal-mask.dark-port>div>div .modal-body>div>div>*>*,.modal-mask.dark-port>div>div .modal-body>div>div>*>*>div{background-color:#000!important}.modal-mask.dark-port>div>div .modal-footer>div>button{background-color:#1d1d1d!important;border:2px solid #000!important}.modal-mask.dark-equipment-modal .dropzone .dz-preview.dz-success{background-color:#2d2d2d!important;border-color:#545454!important;transition:unset!important}.modal-mask.dark-equipment-modal>div>div{background-color:#424242!important;border-color:#656565!important}.modal-mask.dark-equipment-modal>div>div>div>button{color:#fff!important;opacity:1}.modal-mask.dark-equipment-modal .modal-body>div>div>div>div>select{background-color:#000;border:1px solid #3e3e3e!important;color:#fff}.modal-mask.dark-equipment-modal .modal-body>div>div>div>div>select:disabled{background-color:#2b2b2b;border:1px solid #3e3e3e!important;color:#fff}.modal-mask.dark-equipment-modal .modal-body>div>div>div>div>div>input{background-color:#1d1d1d!important;border:1px solid #3e3e3e!important;color:#fff!important}.modal-mask.dark-equipment-modal .modal-body>div>div>div>div>div>span>button{background-color:#000!important;border:1px solid #3e3e3e!important;color:#fff!important}.modal-mask.dark-equipment-modal .modal-footer>div>button{background-color:#1d1d1d!important;border:2px solid #000!important}.column-passive-dark{color:#000!important}.column-passive-light{color:#c2c2c2!important}.give-pointer{cursor:pointer!important}.give-dark{background-color:#000!important}.bg-warning-dark{background-color:#003238!important}.danger-dark{background-color:rgba(140,0,0,.4)!important}.darkMode>div{color:#fff!important}.book-mcr-comment{min-height:40px;position:relative}.book-mcr-comment .modal-footer .book-loader{float:left;margin-left:5px;margin-top:5px}.book-mcr-comment .bolder-italic{font-style:italic;font-weight:700;padding-top:8px}.book-mcr-comment .book-table{border:none;margin-bottom:0}.book-mcr-comment .table-modal{margin-top:10px}.book-mcr-comment .table{margin-bottom:0}.book-mcr-comment>.book-loader{padding:9px 0}.book-mcr-comment .book-help-message-conflict{line-height:1.4em;text-align:left}.book-mcr-comment .book-overview-item-title>span{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.panel-body>.book-mcr-comment{margin:-15px}.book-compact-panels .panel-body>.book-mcr-comment{margin:-8px}#mcr .feedback-modal.title{color:#595959;display:block;font-size:30px;font-weight:600;margin:0 0 .4em;text-transform:none}#mcr .feedback-modal.content,#mcr .feedback-modal.title{word-wrap:break-word;padding:0;position:relative;text-align:center}#mcr .feedback-modal.content{color:#545454;float:none;font-size:18px;font-weight:300;line-height:normal;margin:0}#mcr .feedback-modal.buttonswrapper{display:block;text-align:center}.theme-switch-wrapper{align-items:center;border:1px solid #585858;border-radius:5px;display:flex;padding:5px}.theme-switch-wrapper label{margin-bottom:0}.theme-switch-wrapper em{font-size:1rem;margin-left:10px}.theme-switch{display:inline-block;height:19px;position:relative;width:45px}.theme-switch input{display:none}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:12px;left:4px;width:12px}input:checked+.slider{background-color:#66bb6a}input:checked+.slider:before{-webkit-transform:translateX(26px);transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}:export{task:#f0ad4e;placeholder:#942522;production:#5bc0de;declined:#d9534f}
/*!
 * FullCalendar v3.10.1
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{box-sizing:border-box;cursor:pointer;font-size:1em;height:2.1em;margin:0;padding:0 .6em;white-space:nowrap}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-bottom-left-radius:4px;border-top-left-radius:4px}.fc-state-default.fc-corner-right{border-bottom-right-radius:4px;border-top-right-radius:4px}.fc button .fc-icon{margin:0 .2em;position:relative;top:-.05em;vertical-align:middle}.fc-state-default{background-color:#f5f5f5;background-image:linear-gradient(180deg,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);color:#333;text-shadow:0 1px 1px hsla(0,0%,100%,.75)}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{background-color:#e6e6e6;color:#333}.fc-state-hover{background-position:0 -15px;color:#333;text-decoration:none;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{background-image:none;box-shadow:none;cursor:default;opacity:.65}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{box-shadow:0 2px 6px rgba(0,0,0,.15);position:absolute}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{border-width:1px 0;height:0;margin:0;padding:0 0 2px}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{left:0;position:absolute;right:0;top:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{border-collapse:collapse;border-spacing:0;box-sizing:border-box;font-size:1em;table-layout:fixed;width:100%}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]{cursor:pointer}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-bottom:0 hidden transparent;border-left:0 hidden transparent;border-right:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{padding-bottom:2px;position:relative;z-index:4}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:none;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{border:1px solid #3a87ad;border-radius:3px;display:block;font-size:.85em;line-height:1.3;position:relative}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-event.fc-draggable,.fc-event[href]{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{background:#fff;opacity:.25;z-index:1}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{display:none;position:absolute;z-index:4}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:9999}.fc-event.fc-selected{box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:9999!important}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{bottom:-10px;content:"";left:0;position:absolute;right:0;top:-10px;z-index:3}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{border-bottom-left-radius:0;border-left-width:0;border-top-left-radius:0;margin-left:0;padding-left:1px}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0;margin-right:0;padding-right:1px}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{bottom:-1px;top:-1px;width:7px}.fc-h-event.fc-selected .fc-resizer{background:#fff;border:1px solid;border-color:inherit;border-radius:4px;height:6px;margin-top:-4px;top:50%;width:6px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{background:#000;bottom:-1px;content:"";left:-1px;opacity:.25;position:absolute;right:-1px;top:-1px;z-index:1}.fc-day-grid-event .fc-content{overflow:hidden;white-space:nowrap}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{cursor:pointer;font-size:.85em;margin:1px 3px;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{width:220px;z-index:2}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{border:0 solid red;position:absolute}.fc-unselectable{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{-webkit-touch-callout:none;display:inline-block;font-family:Courier New,Courier,monospace;font-size:1em;height:1em;line-height:1em;overflow:hidden;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-size:200%;font-weight:700;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-size:200%;font-weight:700;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover{border-style:solid;border-width:1px}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.ui-widget .fc-event{color:#fff;font-weight:400;text-decoration:none}.ui-widget td.fc-axis{font-weight:400}.fc-time-grid .fc-slats .ui-widget-content{background:none}.fc.fc-bootstrap3 a{text-decoration:none}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap3 hr.fc-divider{border-color:inherit}.fc-bootstrap3 .fc-today.alert{border-radius:0}.fc-bootstrap3 .fc-popover .panel-body{padding:0}.fc-bootstrap3 .fc-time-grid .fc-slats table{background:none}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 hr.fc-divider{border-color:inherit}.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-bootstrap4 .fc-time-grid .fc-slats table{background:none}.fc-toolbar{text-align:center}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{left:0;position:absolute;right:0;top:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{border-radius:0 0 3px 0;float:left}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{border-radius:0 0 0 3px;float:right}.fc-basic-view .fc-day-top .fc-week-number{background-color:#f2f2f2;color:grey;min-width:1.5em;text-align:center}.fc-basic-view td.fc-week-number{text-align:center}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{padding:0 4px;vertical-align:middle;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{left:0;position:absolute;right:0;top:0;z-index:3}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{border-bottom:0;height:1.5em}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{left:0;position:absolute;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-left-radius:0;border-top-right-radius:0;border-top-width:0;padding-top:1px}.fc-v-event.fc-not-end{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-width:0;padding-bottom:1px}.fc-time-grid-event{overflow:hidden}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{bottom:0;cursor:s-resize;font-family:monospace;font-size:11px;height:8px;left:0;line-height:8px;overflow:hidden;right:0;text-align:center}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{background:#fff;border:1px solid;border-color:inherit;border-radius:5px;bottom:-5px;height:8px;left:50%;margin-left:-5px;width:8px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 0 5px 6px;left:0}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 6px 5px 0;right:0}.fc-event-dot{border-radius:5px;display:inline-block;height:10px;width:10px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-style:solid;border-width:1px}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{color:inherit;text-decoration:none}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{bottom:0;left:0;position:absolute;right:0;top:0}.fc-list-empty-wrap1{display:table;height:100%;width:100%}.fc-list-empty{display:table-cell;text-align:center;vertical-align:middle}.fc-unthemed .fc-list-empty{background-color:#eee}.book-calendar{position:relative}.book-calendar .fc-center{margin-left:auto;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:300px}.book-calendar .fc-event{border-color:#fff;cursor:pointer;padding:2px}.book-calendar .fc-toolbar .fc-right{padding-top:2px}.book-calendar .fc-week-number{background:#286090;color:#fff}.book-calendar .fa,.book-calendar .fas{font:900 normal normal 14px/1 Font Awesome\ 5 Free!important}.book-calendar .event-with-info{color:#942522;position:relative}.book-calendar .event-with-conflict,.book-calendar .event-with-info{background:#fff;border-radius:50%;display:inline-block;font-family:Font Awesome\ 5 Free;font-size:10px;font-style:italic;font-weight:700;height:11px;margin-left:5px;text-align:center;vertical-align:middle;width:11px}.book-calendar .event-with-conflict{border:2px solid #d9534f;color:#d9534f;position:absolute;right:0;top:0}.book-calendar .event-with-conflict-line{background-color:#d9534f;height:3px;position:absolute;-webkit-transform:translateY(4px) translateX(-1px) rotate(45deg);width:13px}#calendar-page .cov-date-body,#calendar-page .datepicker-overlay{white-space:normal!important}@media(min-width:752px){#calendar-page .no-gutter>[class*=col-]{padding-left:0;padding-right:0}}@media(max-width:320px){#calendar-page .no-gutter>[class*=col-]{padding-left:15;padding-right:15}}@media(min-width:725px){#calendar-page .row-padding{padding:0 15px}}#calendar-page .panel>.book-calendar>#calendar{margin:-1px}@media(max-width:464px){#calendar-page .panel{position:relative;top:65px}}@media(min-width:465px)and (max-width:765px){#calendar-page .panel{position:relative;top:35px}}@media(min-width:765px){#calendar-page .panel{top:0}}#calendar-page .book-sidebar .book-sidebar-content{padding:0}#calendar-page .book-sidebar .book-sidebar-content>div{overflow-y:auto;padding:10px}#calendar-page .book-sidebar .book-sidebar-event{border-bottom:1px solid #ddd;padding-bottom:8px}#calendar-page .book-sidebar .book-sidebar-event-wrapper{display:block}#calendar-page .book-sidebar .book-sidebar-event-wrapper .book-square{float:left}#calendar-page .book-sidebar .book-sidebar-event-wrapper .book-sidebar-event-content,#calendar-page .book-sidebar .book-sidebar-event-wrapper .book-sidebar-event-title{line-height:20px}#calendar-page .book-sidebar .book-sidebar-event-wrapper .book-sidebar-event-content{overflow:hidden;padding-left:10px}#calendar-page .book-sidebar .book-sidebar-event-wrapper .book-sidebar-event-title{display:inline-block}#feed-edit-print .book-print-feed-audio-layout .book-print-feed-audio-layout-isdn{width:75px}#feed-edit-print .book-print-feed-encryption .book-print-feed-encryption-country,#feed-edit-print .book-print-feed-encryption .book-print-feed-encryption-value{display:block}#feed-edit-print .book-print-feed-encryption .book-print-feed-encryption-country{float:left}#feed-edit-print .book-print-feed-encryption .book-print-feed-encryption-value{overflow:hidden;padding:1px 0 0 10px}#feed-edit-print .book-print-feed-encryption .book-print-feed-encryption-local+.book-print-feed-encryption-local{margin-top:5px}#feed-edit-print .book-print-feed-local-notes .book-print-feed-local-note-country,#feed-edit-print .book-print-feed-local-notes .book-print-feed-local-note-value{display:block}#feed-edit-print .book-print-feed-local-notes .book-print-feed-local-note-country{float:left}#feed-edit-print .book-print-feed-local-notes .book-print-feed-local-note-value{overflow:hidden;padding:1px 0 0 10px}#feed-edit-print .book-print-feed-local-notes .book-print-feed-local-note+.book-print-feed-local-note{margin-top:5px}#feed-edit{padding-bottom:50px}#feed-edit .book-copyform-loading-text{margin-bottom:10px;text-align:center}#feed-edit .book-box-audio-layout .control-label-100{width:60px}#feed-edit .book-box-audio-layout .form-control-100{width:calc(100% - 60px)}#feed-edit .book-box-schedule .control-label-100{width:75px}#feed-edit .book-box-schedule .form-control-100{width:calc(100% - 75px)}#feed-edit .book-box-specifications .control-label-100{width:90px}#feed-edit .book-box-specifications .form-control-100{width:calc(100% - 90px)}#feed-edit .book-box-delivery-type .book-delivery-type-sat .control-label-100{width:70px}#feed-edit .book-box-delivery-type .book-delivery-type-sat .form-control-100{width:calc(100% - 70px)}#feed-edit .book-box-delivery-type .book-delivery-type-sat .row{margin-bottom:16px}#feed-edit .book-box-delivery-type .book-delivery-type-sat .row:last-child{margin-bottom:0}#feed-edit .book-panel-localnotes .checkbox{margin-bottom:10px}#usernotificationlist{margin-left:auto;margin-right:auto;margin-top:20px;width:70%}#usernotificationlist .panel-heading-bold{font-weight:700}#usernotificationlist .panel-body-center{text-align:center}#usernotificationlist .notification-time{position:relative}#usernotificationlist .notification-time a{display:block;width:calc(100% - 120px)}#usernotificationlist .notification-time span{position:absolute;right:0;top:0}.has-error .book-selectbox .book-selectbox-selected .book-selectbox-selected-text{border-color:#d9534f}.has-error .form-control.book-selectbox-search{border-color:#ccc!important}.book-selectbox.book-radiobox{overflow:hidden;position:relative}.book-selectbox.book-radiobox .bttn-smaller{padding:0 3px}.book-selectbox.book-radiobox .book-selectbox-arrow-up{border-bottom:8px solid #ccc;border-left:8px solid transparent;border-right:8px solid transparent;height:0;position:absolute;right:9px;top:-7px;width:0}.book-selectbox.book-radiobox .book-selectbox-items-wrapper,.book-selectbox.book-radiobox .book-selectbox-selected{position:relative}.book-selectbox.book-radiobox .book-selectbox-selected{background:#fff;display:flex;z-index:2}.book-selectbox.book-radiobox .book-selectbox-selected .book-selectbox-selected-texts{border:1px solid #ccc;border-radius:3px 0 0 3px;border-right-width:0;flex:1;float:none!important;overflow:hidden;padding:6px;text-overflow:ellipsis;white-space:nowrap}.book-selectbox.book-radiobox .book-selectbox-selected .book-selectbox-selected-texts.book-selectbox-selected-text-disabled{background-color:#eee;cursor:not-allowed}.book-selectbox.book-radiobox .book-selectbox-selected .book-selectbox-clean-button{background:none;border:none;color:#777;margin:2px 2px 2px -30px;outline:none}.book-selectbox.book-radiobox .book-selectbox-selected .book-selectbox-clean-button:not([disabled]):hover{color:#333}.book-selectbox.book-radiobox .book-selectbox-selected .book-selectbox-selected-button{border-radius:0 3px 3px 0}.book-selectbox.book-radiobox .book-selectbox-selected .book-selectbox-selected-button .book-loader{display:inline-block;vertical-align:-2px}.book-selectbox.book-radiobox .book-selectbox-selected .book-selectbox-selected-button .book-loader .cssload-container{height:12px}.book-selectbox.book-radiobox .book-selectbox-selected .book-selectbox-selected-button .book-loader .cssload-container .cssload-zenith{height:12px;width:12px}.book-selectbox.book-radiobox .book-selectbox-selected .come-left{margin-left:-1px!important}.book-selectbox.book-radiobox .book-selectbox-selected-text{cursor:pointer}.book-selectbox.book-radiobox .book-selectbox-items-wrapper{margin-top:10px;z-index:1}.book-selectbox.book-radiobox .book-selectbox-items-wrapper .cssload-container{margin-bottom:15px;margin-top:15px}.book-selectbox.book-radiobox .book-selectbox-search{border-radius:3px 3px 0 0!important}.book-selectbox.book-radiobox .book-selectbox-search:focus{border-color:#ccc}.book-selectbox.book-radiobox .book-selectbox-items,.book-selectbox.book-radiobox .book-selectbox-nothing-found{border:1px solid #ccc;border-radius:0 0 3px 3px;height:130px;margin-top:-1px}.book-selectbox.book-radiobox .book-selectbox-nothing-found{font-size:.9em;margin-bottom:10px;padding:20px 10px 10px;text-align:center}.book-selectbox.book-radiobox .book-selectbox-items{border:1px solid #ccc;border-radius:0 0 3px 3px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);list-style:none;overflow-y:auto;padding:0}.book-selectbox.book-radiobox .dark-port:nth-child(2n){background:#333!important}.book-selectbox.book-radiobox .book-selectbox-item{border-left:5px solid transparent;cursor:pointer;margin:2px;padding:5px 35px 5px 10px;position:relative}.book-selectbox.book-radiobox .book-selectbox-item:nth-child(2n){background:hsla(0,0%,96%,.7)}.book-selectbox.book-radiobox .book-selectbox-item:first-child{margin-top:2px}.book-selectbox.book-radiobox .book-selectbox-item:last-child{margin-bottom:2px}.book-selectbox.book-radiobox .book-selectbox-item:hover:not(.book-selectbox-item-blocked){background:#337ab7!important;border-left-color:#337ab7!important}.book-selectbox.book-radiobox .book-selectbox-item:hover:not(.book-selectbox-item-blocked) *{color:#fff!important}.book-selectbox.book-radiobox .book-selectbox-item.book-selectbox-item-selected{background:rgba(51,122,183,.1);border-left-color:#337ab7}.book-selectbox.book-radiobox .book-selectbox-item.book-selectbox-item-selected .book-selectbox-item-icon{color:#337ab7}.book-selectbox.book-radiobox .book-selectbox-item.book-selectbox-item-blocked{background:rgba(217,83,79,.1)!important;border-left-color:#d9534f!important;cursor:not-allowed}.book-selectbox.book-radiobox .book-selectbox-item.book-selectbox-item-blocked .book-selectbox-item-icon{color:#d9534f}.book-selectbox.book-radiobox .book-selectbox-item.book-selectbox-item-warningz{background:#337ab7!important;border-left-color:#5bc0de!important}.book-selectbox.book-radiobox .book-selectbox-item.book-selectbox-item-warningz *{color:#fff!important}.book-selectbox.book-radiobox .book-selectbox-item>*{display:block}.book-selectbox.book-radiobox .book-selectbox-item .book-selectbox-item-icon{font-size:18px;height:20px;line-height:20px;margin-top:-10px;position:absolute;right:7px;text-align:center;top:50%;width:20px}.book-selectbox.book-radiobox .book-selectbox-item-extra{color:#777;font-size:.9em}.navbar-fixed-top{z-index:1003!important}.book-top-sticky{z-index:1002!important}.book-crew-filter{display:flex}.book-crew-filter.book-bottom-sticky.book-filter-advanced-filter-modal-open{z-index:1050}.book-crew-filter>*{display:inline-block}.book-crew-filter .book-loader{flex:1}.book-crew-filter .btn+.btn{margin-left:5px!important}.book-crew-filter .book-filter-summary{align-items:center;border-right:1px solid #ddd;display:flex;margin-right:10px;padding-right:10px}.book-crew-filter .book-filter-items-inner-wrapper,.book-crew-filter .book-filter-items-wrapper,.book-crew-filter .book-filter-saved-wrapper{align-items:center;display:flex}.book-crew-filter .book-filter-items-inner-wrapper>*,.book-crew-filter .book-filter-items-wrapper>*,.book-crew-filter .book-filter-saved-wrapper>*{margin:2px 0 2px 10px!important}.book-crew-filter .book-filter-items-inner-wrapper>:first-child,.book-crew-filter .book-filter-items-wrapper>:first-child,.book-crew-filter .book-filter-saved-wrapper>:first-child{margin-left:0!important}.book-crew-filter .book-filter-items-inner-wrapper button:disabled,.book-crew-filter .book-filter-items-wrapper button:disabled,.book-crew-filter .book-filter-saved-wrapper button:disabled{opacity:.3}.book-crew-filter .book-filter-items-inner-wrapper .form-group,.book-crew-filter .book-filter-items-wrapper .form-group,.book-crew-filter .book-filter-saved-wrapper .form-group{display:inline-block}.book-crew-filter .book-filter-items-inner-wrapper .form-group.book-selected .dropdown-toggle,.book-crew-filter .book-filter-items-wrapper .form-group.book-selected .dropdown-toggle,.book-crew-filter .book-filter-saved-wrapper .form-group.book-selected .dropdown-toggle{border-color:#286090}.book-crew-filter .book-filter-items-inner-wrapper .form-group .control-label,.book-crew-filter .book-filter-items-wrapper .form-group .control-label,.book-crew-filter .book-filter-saved-wrapper .form-group .control-label{display:block;text-align:center}.book-crew-filter .book-filter-saved-wrapper{flex:1}.book-crew-filter .book-filter-items.collapse:not(.in){display:none}@media(max-width:855px){.book-crew-filter .book-filter-items{background:#fff;border-top:1px solid #ddd!important;bottom:52px;left:0;margin-left:0!important;overflow:hidden;position:fixed;right:0;z-index:1000}.book-crew-filter .book-filter-items .book-filter-items-inner-wrapper{padding:8px 15px}}@media(min-width:856px){.book-crew-filter .book-filter-items{display:block!important}}.book-crew-filter .book-filter-items-inner-wrapper{justify-content:flex-end}@media(min-width:856px){.book-crew-filter .book-filter-items-toggle{display:none}}.book-crew-filter .book-filter-items-toggle:focus{outline:0}.book-crew-filter .book-select-dropdown .dropdown-menu{left:auto;right:0}.book-crew-filter .book-filter-advanced-filter{border-radius:6px;padding-bottom:10px}.book-crew-filter .book-filter-advanced-filter-combine .form-group{min-width:190px;position:relative}.book-crew-filter .book-filter-advanced-filter-combine .form-group+.form-group{padding-left:30px}.book-crew-filter .book-filter-advanced-filter-combine .form-group+.form-group:before{font-size:1.6rem;font-weight:600;left:0;line-height:20px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:20px}.book-crew-filter .book-filter-advanced-filter-type-header{background:#ddd;border-radius:4px 4px 0 0;padding:5px;text-align:center;text-transform:capitalize}.book-crew-filter .book-filter-advanced-filter-type-header:first-child{margin-top:0}.book-crew-filter .book-filter-advanced-filter-type{position:relative}.book-crew-filter .book-filter-advanced-filter-type:nth-child(odd) .book-filter-advanced-filter-item{border:1px solid #d9edf7}.book-crew-filter .book-filter-advanced-filter-type:nth-child(odd) .book-filter-advanced-filter-item-header{background:#d9edf7}.book-crew-filter .book-filter-advanced-filter-type:nth-child(2n) .book-filter-advanced-filter-item{border:1px solid #dff0d8}.book-crew-filter .book-filter-advanced-filter-type:nth-child(2n) .book-filter-advanced-filter-item-header{background:#dff0d8}.book-crew-filter .book-filter-advanced-filter-type+.book-filter-advanced-filter-type{margin-top:10px}.book-crew-filter .book-filter-advanced-filter-type+.book-filter-advanced-filter-type:before{display:block;font-size:2rem;font-weight:600;margin-bottom:10px;text-align:center}.book-crew-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item{border-radius:4px;display:flex;flex-flow:row wrap;margin:0 10px;padding:10px}.book-crew-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item+.book-filter-advanced-filter-item{margin-top:15px}.book-crew-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item+.book-filter-advanced-filter-item:before{display:block;flex-basis:100%;font-size:1.6rem;font-weight:600;margin-top:-45px;text-align:center}.book-crew-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item .form-group{margin-right:10px}.book-crew-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item .form-group:last-child{margin-right:0}.book-crew-filter .book-filter-advanced-filter-type .book-filter-advanced-filter-item-header{border-radius:4px 4px 0 0;flex:1 0 100%;font-weight:600;margin:-10px -10px 10px;padding:4px;text-align:center}.book-crew-filter .book-filter-advanced-filter-item .book-select-dropdown .dropdown-menu{left:0;right:auto}.book-crew-filter .book-filter-text-wrapper{position:relative}.book-crew-filter .book-filter-text-wrapper input[type=text]{padding-right:30px}.book-crew-filter .book-filter-text-wrapper .book-loader{position:absolute;right:6px;top:7px}.book-crew-filter .col-padding-filter-right{padding-left:5px;padding-right:0}.book-crew-filter .col-padding-filter-left{padding-left:0;padding-right:14px}.bttn-fivepx{font-size:12px!important;height:27px!important;padding:5px!important}.blink-bg{-webkit-animation:blinkingBackground 5s infinite;animation:blinkingBackground 5s infinite}@-webkit-keyframes blinkingBackground{80%{background-color:#881d1d}to{background-color:#337ab7}}@keyframes blinkingBackground{80%{background-color:#881d1d}to{background-color:#337ab7}}#crewview .panel>.book-crewview{margin-bottom:-1px}#crewview .book-crewview{align-items:center;flex-flow:column;max-width:100%;overflow-x:auto}#crewview .book-crewview .book-crewview-content,#crewview .book-crewview .book-crewview-day-navigation{min-width:800px;width:100%}#crewview .book-crewview .book-crewview-day-navigation-split{display:flex}#crewview .book-crewview .book-crewview-day-navigation-split>.book-crewview-row-content{width:calc(100% - 130px)}#crewview .book-crewview .book-crewview-day-navigation.affix{background:#fff;border:solid #ddd;border-width:1px 1px 0;left:15px;position:fixed;width:calc(100% - 30px);z-index:1000}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-column,#crewview .book-crewview .book-crewview-day-navigation .book-crewview-label{border-bottom:1px solid #ddd}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-column{padding:2px 4px}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-column.book-crewview-today{border-bottom-width:1px;border-top-width:2px}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-day{font-weight:700;position:relative;text-align:center}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-day>*{overflow:hidden;text-overflow:ellipsis}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-week{background:#286090;color:#fff;font-size:12px;font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;padding-top:2px;position:relative;text-align:center}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-week>*{overflow:hidden;text-overflow:ellipsis}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-week-empty{font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;position:relative;text-align:center}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-week-empty>*{overflow:hidden;text-overflow:ellipsis}#crewview .book-crewview .book-crewview-day-navigation .book-crewview-date,#crewview .book-crewview .book-crewview-day-navigation .book-crewview-weekday{display:block}#crewview .book-crewview .book-crewview-day-navigation-split.affix{background:#fff;border:solid #ddd;border-width:1px 1px 0;left:15px;position:fixed;width:calc(41.66667% - 31px);z-index:1000}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-label{display:inline-block}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-column,#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-label{border-bottom:1px solid #ddd}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-column{padding:2px 4px}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-column.book-crewview-today{border-bottom-width:1px;border-top-width:2px}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-day{font-weight:700;position:relative;text-align:center}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-day>*{overflow:hidden;text-overflow:ellipsis}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-week{background:#286090;color:#fff;font-size:12px;font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;padding-top:2px;position:relative;text-align:center}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-week>*{overflow:hidden;text-overflow:ellipsis}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-week-empty{font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;position:relative;text-align:center}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-week-empty>*{overflow:hidden;text-overflow:ellipsis}#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-date,#crewview .book-crewview .book-crewview-day-navigation-split .book-crewview-weekday{display:block}#crewview .book-crewview .affix+.book-crewview-content{margin-top:56px}#crewview .book-crewview .book-crewview-content .book-crewview-column{padding:2px 0}#crewview .book-crewview .book-crewview-day-navigation,#crewview .book-crewview .book-crewview-row{display:flex}#crewview .book-crewview .book-crewview-row{min-height:38px}#crewview .book-crewview .book-crewview-row:last-child .book-crewview-column:not(.book-crewview-today),#crewview .book-crewview .book-crewview-row:last-child .book-crewview-label{border-bottom:1px solid #e6e6e6}#crewview .book-crewview .book-crewview-row:last-child .book-crewview-column.book-crewview-today{border-bottom-width:2px}#crewview .book-crewview .book-crewview-row.book-crewview-odd{background:rgba(40,96,144,.1)}#crewview .book-crewview .book-crewview-label{background:hsla(0,0%,47%,.1);border-right:1px solid #e6e6e6;display:block;max-width:130px;min-width:130px;overflow:hidden;padding:8px 5px 6px;text-overflow:ellipsis}@media(min-width:961px){#crewview .book-crewview .book-crewview-label{max-width:130px;min-width:130px;padding-left:5px;padding-right:5px}}#crewview .book-crewview .book-crewview-label>span{-webkit-user-select:none;-moz-user-select:none;user-select:none}#crewview .book-crewview .book-crewview-row-content{display:flex;flex:1;min-width:0}#crewview .book-crewview .book-crewview-column{border-right:1px solid #e6e6e6;flex:1;min-width:0;position:relative;z-index:1}#crewview .book-crewview .book-crewview-column:last-child{border-right:none}#crewview .book-crewview .book-crewview-column.book-crewview-today{border:0 solid #286090;border-width:0 2px;z-index:2}#crewview .book-crewview .book-crewview-column-info-tools{display:inline-block;margin-right:5px;width:25px}#crewview .book-crewview .book-crewview-item,#crewview .book-crewview .book-crewview-label{font-size:12px;line-height:1.3em}#crewview .book-crewview .book-crewview-item{cursor:pointer;margin:2px 4px;padding:4px 5px 3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#crewview .book-crewview .book-crewview-item-top-row{display:flex;font-size:10px}#crewview .book-crewview .book-crewview-item-flag,#crewview .book-crewview .book-crewview-item-league,#crewview .book-crewview .book-crewview-item-title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#crewview .book-crewview .book-crewview-item-flag,#crewview .book-crewview .book-crewview-item-league,#crewview .book-crewview .book-crewview-item-time{display:inline-block}#crewview .book-crewview .book-crewview-item-title{display:block}#crewview .book-crewview .book-crewview-item-time{flex:1 0 auto}#crewview .book-crewview .book-crewview-item-flag{flex-shrink:1}#crewview .book-crewview .book-crewview-item-flag:before{content:"|";display:inline-block;margin:0 3px}#crewview .book-crewview .book-crewview-item-league{flex:30 1 auto;flex-shrink:1}#crewview .book-crewview .book-crewview-item-league:before{content:"|";display:inline-block;margin:0 3px}#crewview .book-crewview .book-crewview-no-results{align-items:center;align-self:center;display:flex;flex:1;padding:10px;text-align:center}#crewview .book-crewview .book-crewview-item-plus{font-weight:700;height:20px;margin:2px 4px 6px;position:relative;text-align:center}#crewview .book-crewview .book-crewview-item-plus>*{overflow:hidden;text-overflow:ellipsis}#crewview .book-crewview .btn-plus{padding:0;width:100%}#crewproductions .panel>.book-crewproductions{margin-bottom:-1px}#crewproductions .book-crewproductions{align-items:center;flex-flow:column;max-width:100%;overflow-x:hidden}#crewproductions .book-crewproductions .book-crewproductions-content,#crewproductions .book-crewproductions .book-crewproductions-day-navigation{min-width:800px;width:100%}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split{display:flex;height:85px}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split>.book-crewproductions-row-content{width:calc(100% - 130px)}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split.affix{background:#fff;border:solid #ddd;border-width:1px 1px 0;position:fixed;width:calc(58.33333% - 48px);z-index:1000}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-label{display:inline-block}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-column,#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-label{border-bottom:1px solid #ddd}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-label>span{font-weight:700;position:relative;text-align:left}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-column{padding:2px 4px}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-column.book-crewproductions-today{border-bottom-width:1px;border-top-width:2px}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-day{font-weight:700;position:relative;text-align:center}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-day>*{overflow:hidden;text-overflow:ellipsis}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-week{background:#286090;color:#fff;font-size:12px;font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;padding-top:2px;position:relative;text-align:center}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-week>*{overflow:hidden;text-overflow:ellipsis}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-week-empty{font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;position:relative;text-align:center}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-week-empty>*{overflow:hidden;text-overflow:ellipsis}#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-date,#crewproductions .book-crewproductions .book-crewproductions-day-navigation-split .book-crewproductions-weekday{display:block}#crewproductions .book-crewproductions .affix+.book-crewproductions-content{margin-top:56px}#crewproductions .book-crewproductions .book-crewproductions-content .book-crewproductions-column{padding:2px 0}#crewproductions .book-crewproductions .book-crewproductions-day-navigation,#crewproductions .book-crewproductions .book-crewproductions-row{display:flex}#crewproductions .book-crewproductions .book-crewproductions-row{min-height:38px}#crewproductions .book-crewproductions .book-crewproductions-row:last-child .book-crewproductions-column:not(.book-crewproductions-today),#crewproductions .book-crewproductions .book-crewproductions-row:last-child .book-crewproductions-label{border-bottom:1px solid #e6e6e6}#crewproductions .book-crewproductions .book-crewproductions-row:last-child .book-crewproductions-column.book-crewproductions-today{border-bottom-width:2px}#crewproductions .book-crewproductions .book-crewproductions-row.book-crewproductions-odd{background:rgba(40,96,144,.1)}#crewproductions .book-crewproductions .book-crewproductions-label{background:hsla(0,0%,47%,.1);border-right:1px solid #e6e6e6;display:flex;max-width:95px;min-width:95px;overflow:hidden;padding:2px 4px;text-overflow:ellipsis}@media(min-width:961px){#crewproductions .book-crewproductions .book-crewproductions-label{max-width:95px;min-width:95px;padding-left:5px;padding-right:5px}}#crewproductions .book-crewproductions .book-crewproductions-label>span{-webkit-user-select:none;-moz-user-select:none;user-select:none}#crewproductions .book-crewproductions .book-crewproductions-row-content{display:flex;flex:1;min-width:0}#crewproductions .book-crewproductions .book-crewproductions-column{border-right:1px solid #e6e6e6;flex:1;min-width:0;position:relative;z-index:1}#crewproductions .book-crewproductions .book-crewproductions-column:last-child{border-right:none}#crewproductions .book-crewproductions .book-crewproductions-column.book-crewproductions-today{border:0 solid #286090;border-width:0 2px;z-index:2}#crewproductions .book-crewproductions .book-crewproductions-column-info-tools{display:inline-block;margin-right:5px}#crewproductions .book-crewproductions .book-crewproductions-item{cursor:pointer;margin:2px 4px;padding:4px 5px 3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#crewproductions .book-crewproductions .book-crewproductions-item-top-row{display:flex;font-size:10px}#crewproductions .book-crewproductions .book-crewproductions-item-flag,#crewproductions .book-crewproductions .book-crewproductions-item-league,#crewproductions .book-crewproductions .book-crewproductions-item-title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#crewproductions .book-crewproductions .book-crewproductions-item-flag,#crewproductions .book-crewproductions .book-crewproductions-item-league,#crewproductions .book-crewproductions .book-crewproductions-item-time{display:inline-block}#crewproductions .book-crewproductions .book-crewproductions-item-title{display:block}#crewproductions .book-crewproductions .book-crewproductions-item-time{flex:1 0 auto}#crewproductions .book-crewproductions .book-crewproductions-item-flag{flex-shrink:1}#crewproductions .book-crewproductions .book-crewproductions-item-flag:before{content:"|";display:inline-block;margin:0 3px}#crewproductions .book-crewproductions .book-crewproductions-item-league{flex:30 1 auto;flex-shrink:1}#crewproductions .book-crewproductions .book-crewproductions-item-league:before{content:"|";display:inline-block;margin:0 3px}#crewproductions .book-crewproductions .book-crewproductions-no-results{align-items:center;align-self:center;display:flex;flex:1;padding:10px;text-align:center}#crewproductions .book-crewproductions .book-crewproductions-item-plus{font-weight:700;height:20px;margin:2px 4px;position:relative;text-align:center}#crewproductions .book-crewproductions .book-crewproductions-item-plus>*{overflow:hidden;text-overflow:ellipsis}#crewproductions .book-crewproductions .btn-plus{padding:0;width:100%}#crewproductions .book-crewproductions .column-week{max-width:60px}#crewproductions .book-crewproductions .column-day{max-width:85px}#crewproductions .book-crewproductions .column-date{max-width:100px}#crewproductions .book-crewproductions .column-time{max-width:110px}#crewproductions .book-crewproductions .column-runtype{max-width:200px}#crewproductions .book-crewproductions .column-channel{max-width:150px}#crewproductions .book-crewproductions .book-productions-no-results{align-items:center;align-self:center;display:flex;flex:1;padding:10px;text-align:center}#crewproblems .panel>.book-crewproblems{margin-bottom:-1px}#crewproblems .book-crewproblems{align-items:center;flex-flow:column;max-width:100%;overflow-x:hidden}#crewproblems .book-crewproblems .book-crewproductions-content,#crewproblems .book-crewproblems .book-crewproductions-day-navigation{min-width:800px;width:100%}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split{display:flex;height:85px}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split>.book-crewproductions-row-content{width:calc(100% - 130px)}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split.affix{background:#fff;border:solid #ddd;border-width:1px 1px 0;position:fixed;width:calc(58.33333% - 48px);z-index:1000}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-label{display:inline-block}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-column,#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-label{border-bottom:1px solid #ddd}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-label>span{font-weight:700;position:relative;text-align:left}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-column{padding:2px 4px}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-column.book-crewproductions-today{border-bottom-width:1px;border-top-width:2px}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-day{font-weight:700;position:relative;text-align:center}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-day>*{overflow:hidden;text-overflow:ellipsis}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-week{background:#286090;color:#fff;font-size:12px;font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;padding-top:2px;position:relative;text-align:center}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-week>*{overflow:hidden;text-overflow:ellipsis}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-week-empty{font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;position:relative;text-align:center}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-week-empty>*{overflow:hidden;text-overflow:ellipsis}#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-date,#crewproblems .book-crewproblems .book-crewproductions-day-navigation-split .book-crewproductions-weekday{display:block}#crewproblems .book-crewproblems .affix+.book-crewproductions-content{margin-top:56px}#crewproblems .book-crewproblems .book-crewproductions-content .book-crewproductions-column{padding:2px 0}#crewproblems .book-crewproblems .book-crewproductions-day-navigation,#crewproblems .book-crewproblems .book-crewproductions-row{display:flex}#crewproblems .book-crewproblems .book-crewproductions-row{min-height:38px}#crewproblems .book-crewproblems .book-crewproductions-row:last-child .book-crewproductions-column:not(.book-crewproductions-today),#crewproblems .book-crewproblems .book-crewproductions-row:last-child .book-crewproductions-label{border-bottom:1px solid #e6e6e6}#crewproblems .book-crewproblems .book-crewproductions-row:last-child .book-crewproductions-column.book-crewproductions-today{border-bottom-width:2px}#crewproblems .book-crewproblems .book-crewproductions-row.book-crewproductions-odd{background:rgba(40,96,144,.1)}#crewproblems .book-crewproblems .book-crewproductions-label{background:hsla(0,0%,47%,.1);border-right:1px solid #e6e6e6;display:flex;max-width:95px;min-width:95px;overflow:hidden;padding:2px 4px;text-overflow:ellipsis}@media(min-width:961px){#crewproblems .book-crewproblems .book-crewproductions-label{max-width:95px;min-width:95px;padding-left:5px;padding-right:5px}}#crewproblems .book-crewproblems .book-crewproductions-label>span{-webkit-user-select:none;-moz-user-select:none;user-select:none}#crewproblems .book-crewproblems .book-crewproductions-row-content{display:flex;flex:1;min-width:0}#crewproblems .book-crewproblems .book-crewproductions-column{border-right:1px solid #e6e6e6;flex:1;min-width:0;position:relative;z-index:1}#crewproblems .book-crewproblems .book-crewproductions-column:last-child{border-right:none}#crewproblems .book-crewproblems .book-crewproductions-column.book-crewproductions-today{border:0 solid #286090;border-width:0 2px;z-index:2}#crewproblems .book-crewproblems .book-crewproductions-column-info-tools{display:inline-block;margin-right:5px}#crewproblems .book-crewproblems .book-crewproductions-item{cursor:pointer;margin:2px 4px;padding:4px 5px 3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#crewproblems .book-crewproblems .book-crewproductions-item-top-row{display:flex;font-size:10px}#crewproblems .book-crewproblems .book-crewproductions-item-flag,#crewproblems .book-crewproblems .book-crewproductions-item-league,#crewproblems .book-crewproblems .book-crewproductions-item-title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#crewproblems .book-crewproblems .book-crewproductions-item-flag,#crewproblems .book-crewproblems .book-crewproductions-item-league,#crewproblems .book-crewproblems .book-crewproductions-item-time{display:inline-block}#crewproblems .book-crewproblems .book-crewproductions-item-title{display:block}#crewproblems .book-crewproblems .book-crewproductions-item-time{flex:1 0 auto}#crewproblems .book-crewproblems .book-crewproductions-item-flag{flex-shrink:1}#crewproblems .book-crewproblems .book-crewproductions-item-flag:before{content:"|";display:inline-block;margin:0 3px}#crewproblems .book-crewproblems .book-crewproductions-item-league{flex:30 1 auto;flex-shrink:1}#crewproblems .book-crewproblems .book-crewproductions-item-league:before{content:"|";display:inline-block;margin:0 3px}#crewproblems .book-crewproblems .book-crewproductions-no-results{align-items:center;align-self:center;display:flex;flex:1;padding:10px;text-align:center}#crewproblems .book-crewproblems .book-crewproductions-item-plus{font-weight:700;height:20px;margin:2px 4px;position:relative;text-align:center}#crewproblems .book-crewproblems .book-crewproductions-item-plus>*{overflow:hidden;text-overflow:ellipsis}#crewproblems .book-crewproblems .btn-plus{padding:0;width:100%}#crewproblems .book-crewproblems .column-week{max-width:60px}#crewproblems .book-crewproblems .column-day{max-width:85px}#crewproblems .book-crewproblems .column-date{max-width:100px}#crewproblems .book-crewproblems .column-time{max-width:110px}#crewproblems .book-crewproblems .column-runtype{max-width:200px}#crewproblems .book-crewproblems .column-channel{max-width:150px}#crewproblems .book-crewproblems .book-productions-no-results{align-items:center;align-self:center;display:flex;flex:1;padding:10px;text-align:center}#crewproblems .book-crewproblems .book-crewproductions-child-left{border:1.5px solid #e6e6e6;border-right:none}#crewproblems .book-crewproblems .book-crewproductions-child-middle{border:1.5px solid #e6e6e6;border-left:none;border-right:none}#crewproblems .book-crewproblems .book-crewproductions-child-right{border:1.5px solid #e6e6e6;border-left:none}#crewviewmain .book-square{border-radius:3px;display:inline-block;height:10px;width:10px}#crewviewmain .panel-split{top:0}#crewviewmain .full-size-menu{width:100%}#crewviewmain .col-menu-1{padding-left:0;padding-right:0;text-align:left}#crewviewmain .col-menu-2{padding-left:0;padding-right:0;text-align:right}#crewviewmain .col-menu-3{text-align:center}#crewviewmain .col-no-padding,#crewviewmain .col-padding-right{padding-left:0;padding-right:0}#crewviewmain .col-padding-left{padding-left:8px;padding-right:0}#crewviewmain .col-apply{text-align:center}#crewviewmain .col-scroll-enabled,#crewviewmain .crew-split{overflow-x:hidden;overflow-y:scroll}#crewviewmain .theme-switch-wrapper-in-btn-group{border:1px solid #ccc;border-bottom-left-radius:0;border-top-left-radius:0;float:left;margin-left:-1px;padding-bottom:6px;padding-top:6px}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.vue-recycle-scroller__slot{-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0}.vue-recycle-scroller__item-wrapper{-webkit-box-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:1;flex:1;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{left:0;position:absolute;top:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{background-color:transparent;border:none;opacity:0}.resize-observer[data-v-b329ee4c],.resize-observer[data-v-b329ee4c] object{display:block;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}#book-equipment .book-equipment{align-items:center;flex-flow:column;max-width:100%;overflow-x:auto}#book-equipment .book-equipment .book-equipment-content,#book-equipment .book-equipment .book-equipment-day-navigation{min-width:800px;width:100%}#book-equipment .book-equipment .book-equipment-day-navigation.affix{background:#fff;border:solid #ddd;border-width:1px 1px 0;left:15px;position:fixed;width:calc(100% - 30px);z-index:1000}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-column,#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-label{border-bottom:1px solid #ddd}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-column{padding:2px 4px}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-column.book-equipment-today{border-bottom-width:1px;border-top-width:2px}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-day{font-weight:700;position:relative;text-align:center}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-day>*{overflow:hidden;text-overflow:ellipsis}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-week{background:#286090;color:#fff;font-size:12px;font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;padding-top:2px;position:relative;text-align:center}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-week>*{overflow:hidden;text-overflow:ellipsis}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-week-empty{font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;position:relative;text-align:center}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-week-empty>*{overflow:hidden;text-overflow:ellipsis}#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-date,#book-equipment .book-equipment .book-equipment-day-navigation .book-equipment-weekday{display:block}#book-equipment .book-equipment .book-equipment-day-navigation-split.affix{background:#fff;border:solid #ddd;border-width:1px 1px 0;left:15px;position:fixed;width:calc(41.66667% - 31px);z-index:1000}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-label{display:inline-block}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-column,#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-label{border-bottom:1px solid #ddd}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-column{padding:2px 4px}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-column.book-equipment-today{border-bottom-width:1px;border-top-width:2px}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-day{font-weight:700;position:relative;text-align:center}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-day>*{overflow:hidden;text-overflow:ellipsis}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-week{background:#286090;color:#fff;font-size:12px;font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;padding-top:2px;position:relative;text-align:center}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-week>*{overflow:hidden;text-overflow:ellipsis}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-week-empty{font-weight:700;height:20px;margin-left:-4px;margin-right:-4px;margin-top:-2px;position:relative;text-align:center}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-week-empty>*{overflow:hidden;text-overflow:ellipsis}#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-date,#book-equipment .book-equipment .book-equipment-day-navigation-split .book-equipment-weekday{display:block}#book-equipment .book-equipment .affix+.book-equipment-content{margin-top:56px}#book-equipment .book-equipment .book-equipment-content .book-equipment-column{padding:2px 0}#book-equipment .book-equipment .book-equipment-day-navigation,#book-equipment .book-equipment .book-equipment-row{display:flex}#book-equipment .book-equipment .book-equipment-row{min-height:38px}#book-equipment .book-equipment .book-equipment-row:last-child .book-equipment-column:not(.book-equipment-today),#book-equipment .book-equipment .book-equipment-row:last-child .book-equipment-label{border-bottom:1px solid #e6e6e6}#book-equipment .book-equipment .book-equipment-row.book-equipment-odd{background:rgba(40,96,144,.1)}#book-equipment .book-equipment .book-equipment-label{background:hsla(0,0%,47%,.1);border-right:1px solid #e6e6e6;display:block;max-width:130px;min-width:130px;overflow:hidden;padding:8px 5px 6px;text-overflow:ellipsis}@media(min-width:961px){#book-equipment .book-equipment .book-equipment-label{max-width:130px;min-width:130px;padding-left:5px;padding-right:5px}}#book-equipment .book-equipment .book-equipment-label>span{-webkit-user-select:none;-moz-user-select:none;user-select:none}#book-equipment .book-equipment .book-equipment-row-content{display:flex;flex:1;min-width:0}#book-equipment .book-equipment .book-equipment-column{border-right:1px solid #e6e6e6;flex:1;min-width:0;position:relative;z-index:1}#book-equipment .book-equipment .book-equipment-column:last-child{border-right:none}#book-equipment .book-equipment .book-equipment-column.book-equipment-today{border:0 solid #286090;border-width:0 2px;z-index:2}#book-equipment .book-equipment .book-equipment-item,#book-equipment .book-equipment .book-equipment-label{font-size:12px;line-height:1.3em}#book-equipment .book-equipment .book-equipment-item{cursor:pointer;margin:2px 4px;padding:4px 5px 3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#book-equipment .book-equipment .book-equipment-item-title{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#book-equipment .book-equipment .book-equipment-item-time{display:inline-block;flex:1 0 auto}#book-equipment .book-equipment .book-equipment-no-results{align-items:center;align-self:center;display:flex;flex:1;padding:10px;text-align:center}#book-equipment .book-equipment .book-equipment-item-plus{font-weight:700;height:20px;margin:2px 4px 6px;position:relative;text-align:center}#book-equipment .book-equipment .book-equipment-item-plus>*{overflow:hidden;text-overflow:ellipsis}#book-equipment .book-equipment .btn-plus{padding:0;width:100%}#book-equipment .book-equipment .book-equipment-item-actions{position:relative}.book-equipment-action-modal-buttons{align-items:center;display:flex;justify-content:center}.form-group-end{display:flex;justify-content:flex-end}.vue-affix{position:relative}.affix{position:fixed}.affix-bottom{position:relative}.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;line-height:inherit;position:absolute;text-align:center;width:2em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}.test-background{background:#3c0000}.test-background .navbar-nav>li>a{color:#fff}.test-background .navbar-nav>li>a:hover{color:#bcbcbc}.stage-background{background:#17212d}.stage-background .navbar-nav>li>a{color:#fff}.stage-background .navbar-nav>li>a:hover{color:#bcbcbc}#notifications .dropdown-toggle{padding-top:16px}#notifications .notification-message{font-size:11px;font-style:italic;padding-left:20px;padding-right:20px}#notifications .notification-count{font-size:11px;position:absolute;top:9px}#notifications .notification-no-new{padding-left:20px;padding-right:20px}#notifications .notification-li{cursor:pointer}#main-content:not(.book-authenticated) #alert[data-v-130671f4]{top:50px}#alert[data-v-130671f4]{left:0;position:fixed;right:0;z-index:100000}#alert .alert[data-v-130671f4]{box-shadow:0 10px 19px -10px rgba(0,0,0,.5);margin-left:auto;margin-right:auto;max-width:80%;position:relative}.book-header-loader{align-items:center;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 0 20px -5px rgba(0,0,0,.7);display:flex;height:34px;left:50%;margin-left:-65px;opacity:0;padding:2px 10px 3px;position:fixed;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:all .2s ease;width:130px;z-index:100002}@-webkit-keyframes ellipsis{0%{content:" "}25%{content:"."}50%{content:".."}75%{content:"..."}}@keyframes ellipsis{0%{content:" "}25%{content:"."}50%{content:".."}75%{content:"..."}}.book-header-loader.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.book-header-loader .book-header-loader-text{margin-left:12px}.book-header-loader .book-header-loader-text:after{-webkit-animation:ellipsis 1s ease 0s infinite;animation:ellipsis 1s ease 0s infinite;content:"..."}
/*# sourceMappingURL=styles.9666cb8a.css.map*/