@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700&display=swap);.popup{position:fixed;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:100vh;background:rgba(0,0,0,.9);z-index:100000;opacity:1;pointer-events:all}.popup .box{display:block;background:#fff;width:90%;height:auto;padding:60px 30px;position:relative;font-size:20px;line-height:1.6em;opacity:1}.popup .box .close-infobox{position:absolute;top:30px;right:30px;display:block;width:35px;height:35px}.popup .box .close-infobox:after,.popup .box .close-infobox:before{content:"";position:absolute;top:50%;left:50%;background:red;width:30px;height:1px}.popup .box .close-infobox:before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.popup .box .close-infobox:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.popup .box .icon{display:inline-block;width:20px;height:auto;margin:0 10px;-webkit-transform:translateY(7px);transform:translateY(7px)}.popup .box .icon svg{width:100%;height:auto;fill:#000}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:16px;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;vertical-align:baseline;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}.header__avatar .logout,.search__btn .loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__avatar .logout,.search,.search__btn .loading{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header__avatar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.grid{position:relative;display:grid;grid-template-columns:100%;grid-template-rows:50px 1fr 50px;grid-template-areas:"header" "main" "footer";height:100vh;overflow-x:hidden}.grid--noscroll{overflow-y:hidden}@media only screen and (min-width:46.875em){.grid{grid-template-columns:240px calc(100% - 240px);grid-template-areas:"sidenav header" "sidenav main" "sidenav footer"}.grid,.grid_ipad{display:grid;grid-template-rows:50px 1fr 50px;height:100vh}.grid_ipad{position:relative;grid-template-columns:100%;grid-template-areas:"header" "main" "footer";overflow-x:hidden}.grid_ipad--noscroll{overflow-y:hidden}}.text-light{font-weight:300}.text-bold{font-weight:700}.row{display:-webkit-box;display:-ms-flexbox;display:flex}.row--align-v-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.row--align-h-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header{position:fixed;top:0;left:0;width:100vw;height:var(--header);grid-area:header;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;z-index:1000}.header__button_show_menu{position:absolute;top:5px}.header__menu{position:fixed;padding:13px;left:12px;background-color:#dadae3;border-radius:50%;z-index:1}.header__menu:hover{cursor:pointer}.header__sync{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:var(--gutter)}.header__search{margin-left:55px;font-size:20px;color:#777}.header__input{border:none;background:transparent;padding:12px;font-size:20px;color:#777}.header__input:focus{outline:none;border:none}.header__avatar,.header__avatar .logout{display:-webkit-box;display:-ms-flexbox;display:flex}.header__avatar .logout{width:var(--icons);height:var(--icons)}.header__avatar .logout svg{width:70%;height:70%;fill:#005050}@media only screen and (min-width:46.875em){.main-header__intro-wrapper{padding:0 30px}.header__menu{display:none}.header__search{margin-left:20px}.header__avatar{width:300px;height:40px;line-height:40px}}@media only screen and (min-width:65.625em){.main-header__intro-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.main-header__welcome{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.dropdown{position:absolute;top:54px;right:-16px;width:220px;height:auto;z-index:1;background-color:#fff;border-radius:4px;visibility:hidden;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:all .3s;transition:all .3s;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);box-shadow:0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08)}.dropdown__list{margin:0;padding:0;list-style-type:none}.dropdown__list-item{padding:12px 24px;color:#777;text-transform:capitalize;text-align:left}.dropdown__list-item:hover{background-color:rgba(0,0,0,.1)}.dropdown__icon{color:#005050}.dropdown__title{margin-left:10px}.dropdown:before{position:absolute;content:"";top:-6px;right:30px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:6px solid #fff}.dropdown--active{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.modal{position:fixed;z-index:100000000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.8);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;-webkit-column-break-inside:avoid}.modal,.modal__header{display:-webkit-box;display:-ms-flexbox;display:flex}.modal__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px;background-color:#008a8a;color:#fff}.modal__header-title{margin:0 20px;font-size:20px;letter-spacing:1.2px}.modal__header-link{font-size:16px;color:#005050;letter-spacing:normal;display:inline-block}.modal__body,.modal__footer{padding:20px 16px}.modal__footer__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal__content{position:relative;background-color:#fff;margin:auto;padding:0;border:1px solid #008a8a;width:90%;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;animation-name:animatetop;-webkit-animation-duration:.5s;animation-duration:.5s}@-webkit-keyframes animatetop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}.modal .close{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-6px 8px 0 0;font-size:28px;-ms-flex-item-align:start;align-self:flex-start}.modal .close:focus,.modal .close:hover{color:hsla(0,0%,100%,.5);text-decoration:none;cursor:pointer}@media only screen and (min-width:65.625em){.modal__content{width:20%}.modal__content__big{width:90%}}.footer{position:fixed;bottom:0;left:0;width:100vw;height:var(--footer);background-image:-webkit-gradient(linear,left bottom,left top,from(#fff),to(transparent));background-image:linear-gradient(0deg,#fff,transparent);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px;font-size:90%;z-index:999}.footer,.footer a{color:#777}.footer__copyright{color:#005050}.footer__icon{color:#e74c3c}.footer__signature{color:#005050;cursor:pointer;font-weight:700}.sidenav{position:fixed;grid-area:sidenav;width:var(--sidebar);height:100vh;height:100%;overflow-y:auto;background-color:#008a8a;color:#fff;width:240px;-webkit-transform:translateX(-245px);transform:translateX(-245px);-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);box-shadow:0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);z-index:2000}.sidenav__brand{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;height:50px;background-color:rgba(0,0,0,.8)}.sidenav__brand-icon{margin-top:2px;font-size:14px;color:hsla(0,0%,100%,.5)}.sidenav__brand-close{position:absolute;right:15px;top:15px;visibility:visible;color:hsla(0,0%,100%,.5);cursor:pointer;font-size:20px}.sidenav__brand-link{font-weight:700;color:#fff;margin:0;letter-spacing:1.5px;width:170px}.sidenav__brand img{width:100%}.sidenav__profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:90px;background-color:hsla(0,0%,100%,.1)}.sidenav__profile-avatar{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1609106/headshot.png);background-size:cover;background-repeat:no-repeat;border-radius:50%;border:2px solid hsla(0,0%,100%,.2);height:64px;width:64px;margin:0 15px}.sidenav__profile-title{font-size:17px;letter-spacing:1px}.sidenav__arrow{position:absolute;content:"";width:6px;height:6px;top:50%;right:20px;border-left:2px solid hsla(0,0%,100%,.5);border-bottom:2px solid hsla(0,0%,100%,.5);-webkit-transform:translateY(-50%) rotate(225deg);transform:translateY(-50%) rotate(225deg)}.sidenav__sublist{list-style-type:none;margin:0;padding:10px 0 0}.sidenav--active{-webkit-transform:translateX(0);transform:translateX(0)}.navList{width:240px;padding:0;margin:0;background-color:#008a8a;list-style-type:none}.navList__heading{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px 3px;color:hsla(0,0%,100%,.5);text-transform:uppercase;font-size:15px}.navList__subheading{position:relative;padding:10px 30px;color:#fff;font-size:16px;text-transform:capitalize}.navList__subheading-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;color:hsla(0,0%,100%,.5);width:12px}.navList__subheading-title{margin:0 15px}.navList__subheading:after{position:absolute;content:"";height:6px;width:6px;top:17px;right:25px;border-left:1px solid hsla(0,0%,100%,.5);border-bottom:1px solid hsla(0,0%,100%,.5);-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition:all .2s;transition:all .2s}.navList__subheading:hover{background-color:#007171;cursor:pointer}.navList__subheading--open{background-color:#007171}.navList__subheading--open:after{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.navList .subList{padding:0;margin:0;list-style-type:none;background-color:#005757;visibility:visible;overflow:hidden;max-height:200px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.navList .subList__item{padding:8px;text-transform:capitalize;padding:8px 30px;color:#d3d3d3}.navList .subList__item:first-child{padding-top:15px}.navList .subList__item:hover{background-color:hsla(0,0%,100%,.1);cursor:pointer}.navList .subList--hidden{visibility:hidden;max-height:0}@media only screen and (min-width:46.875em){.sidenav{position:relative;-webkit-transform:translateX(0);transform:translateX(0)}.sidenav__brand-close{visibility:hidden}.sidenav__brand-link{font-weight:700;color:#fff;margin:0;letter-spacing:1.5px;width:100%}}.btn{background-color:#008a8a;border:none;font-size:1.2em;color:#fff;text-transform:uppercase;padding:15px 30px;border-radius:3px;cursor:pointer;opacity:1;-webkit-box-shadow:0 0 #d3d3d3;box-shadow:0 0 #d3d3d3;-webkit-transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,box-shadow .2s;transition:color .2s,box-shadow .2s,-webkit-box-shadow .2s}.btn.light{padding:15px 0}.btn.bordered,.btn.light{background:transparent!important;color:#008a8a;font-size:.9em}.btn.bordered{border:1px solid #008a8a;padding:15px}.btn__danger{background-color:#e74c3c}.btn:focus{outline:none}button{border:0}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background-color:#fff;margin-bottom:20px;-webkit-column-break-inside:avoid}.card__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;background-color:#008a8a;color:#fff}.card__header-title{margin:0 20px;font-size:20px;font-weight:700}.card__header .main-title{font-weight:300;font-size:1.5em;color:#008a8a}.card__header-link{font-size:16px;color:#005050;letter-spacing:normal;display:inline-block}.card__main{position:relative;padding-right:20px;background-color:#fff}.card__main:after{content:"";position:absolute;top:0;left:120px;bottom:0;width:2px;background-color:#f0f0f0}.card__secondary{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-auto-rows:100px;grid-gap:25px;padding:20px;background-color:#fff}.card__photo{background-size:cover;background-repeat:no-repeat;background-color:#708090;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:100%;height:100%}.card__photo:hover{-webkit-transform:scale(1.1);transform:scale(1.1);cursor:pointer}.card__photo-wrapper{overflow:hidden}.card__row{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:15px 0 20px}.card__icon,.card__row{display:-webkit-box;display:-ms-flexbox;display:flex}.card__icon{position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;content:"";width:30px;height:30px;top:0;left:121px;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%;color:#fff;background-color:#005050;z-index:1}.card__row:nth-child(2n) .card__icon{background-color:#e74c3c}.card__time{-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:80px;margin-left:15px;text-align:right;font-size:14px;line-height:2}.card__detail,.card__time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1}.card__detail{-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px}.card__source{line-height:1.8;color:#005050}.card__note{margin:10px 0;color:#777}.card--finance{position:relative}.login__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#008a8a}.login__box{background-color:#fff;padding:0 20px 20px 20px;border-radius:5px;text-align:center}.login__box img{width:70%}.login__box input{width:85%;margin:10px auto;padding:15px;font-size:16px}.login__box button{margin-top:20px}.login__box__validator_error{color:#e74c3c;font-size:12px;text-align:left;margin:-5px 0 0 10px}.login__box__box_error{color:#e74c3c;padding:20px 0;font-weight:900}.table{overflow-x:auto}.table table{width:100%;border-collapse:collapse}.table table tr:nth-of-type(odd){background:#eee}.table table th{background:#333;color:#fff;font-weight:700}.table table td,.table table th{padding:6px;border:1px solid #ccc;text-align:left}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 0 0}.pagination button{border:none;color:#008a8a;cursor:pointer;background-color:#fff}.pagination button.btn-page{padding:8px}.pagination button.current-page{background-color:#008a8a;color:#fff}.pagination button:disabled{color:#777}@media only screen and (min-width:46.875em){.pagination{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.installer{padding:20px 0;text-align:center;border:1px solid #005050;position:absolute;background:#fff;width:100%}.installer__button{padding:20px;border:1px solid}a{color:#008a8a}a.inverse{color:#f9fafc}small{font-size:85%}#itsawrap{display:block;width:100vw;height:100vh}#itsawrap .main{position:absolute;top:var(--header);left:var(--sidebar);width:calc(100vw - var(--sidebar));height:calc(100vh - var(--header) - var(--footer));background-color:#eaedf1;overflow:scroll}#itsawrap .main__cards,#itsawrap .main__page{display:block;-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;margin:20px}#itsawrap.ismobile .main{left:0;width:100vw}@media only screen and (min-width:65.625em){#itsawrap .main__cards{-webkit-column-count:2;-moz-column-count:2;column-count:2}}.inverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.inverse__icon{display:block;width:30px;height:30px;position:relative}.inverse__icon .bar{position:absolute;top:50%;left:50%;background:#005050;width:11px;height:2px}.inverse__icon .bar:first-of-type{margin-top:-3px;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.inverse__icon .bar:last-of-type{margin-top:4px;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.inverse__label{font-weight:700;font-size:.9em;color:#005050;text-transform:uppercase}.search{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:60px}.search .form__field{width:85%;padding:0 var(--gutter) 0 0;margin:0}.search .form__field input{width:100%}.search .reset{padding:10px;text-align:right}.search__btn{background:#008a8a;width:var(--icons);height:var(--icons);padding:10px;border:0;border-radius:100%;position:relative}.search__btn svg{width:80%;height:80%;fill:#fff}.search__btn .loading{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.search__btn .loading .dot{display:block;background:#fff;width:6px;height:6px;border-radius:100%;margin:2px}.search__btn .loading .dot:first-of-type{-webkit-animation:loading 1s linear infinite;animation:loading 1s linear infinite}.search__btn .loading .dot:nth-of-type(2){-webkit-animation:loading 1s linear .1s infinite;animation:loading 1s linear .1s infinite}.search__btn .loading .dot:nth-of-type(3){-webkit-animation:loading 1s linear .2s infinite;animation:loading 1s linear .2s infinite}@-webkit-keyframes loading{0%{-webkit-transform:translate(0);transform:translate(0)}33%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}66%{-webkit-transform:translateY(3px);transform:translateY(3px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes loading{0%{-webkit-transform:translate(0);transform:translate(0)}33%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}66%{-webkit-transform:translateY(3px);transform:translateY(3px)}to{-webkit-transform:translate(0);transform:translate(0)}}.btn_aggiornamento{background:red;padding:7px}.sync__icon{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sync,.sync__icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sync{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background:transparent;width:auto;height:80%;color:#008a8a}.sync,.sync__icon{display:-webkit-box;display:-ms-flexbox;display:flex}.sync__icon{width:40px;height:40px}.sync__icon svg{width:70%;height:70%;fill:#008a8a}.sync__label{text-transform:uppercase}.syncstatus{position:fixed;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;background-image:-webkit-gradient(linear,left bottom,left top,from(#333),to(#333));background-image:linear-gradient(0deg,#333,#333);width:100vw;font-size:2.5em;line-height:1.4em;color:#7bdb27;padding:40px 30px 40px;-webkit-transform:translateY(120%);transform:translateY(120%);-webkit-transition:.8s linear;transition:.8s linear;z-index:99999999999}.syncstatus.active{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:.2s linear;transition:.2s linear}.buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.buttons .btn{width:calc(100% - var(--gutter)*2);line-height:1.6em;text-align:center;margin:var(--gutter);padding:50px}@media (min-width:600px){.buttons .btn{width:calc(50% - var(--gutter)*2)}}.message_sync{padding:20px}.users__list{--col-width:30vw;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.users__list,.users__list-head{display:-webkit-box;display:-ms-flexbox;display:flex}.users__list-head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.users__list-head--col{font-weight:700;font-size:.9em;color:hsla(0,0%,46.7%,.5);text-transform:uppercase;padding:10px}.users__list-head--col.name{width:var(--col-width)}.users__list .user{display:block;width:100%;padding:15px 10px;position:relative}.users__list .user:before{content:"";position:absolute;top:0;left:0;background:#008a8a;width:100%;height:100%;z-index:1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-transition:.6s cubic-bezier(.23,1,.32,1);transition:.6s cubic-bezier(.23,1,.32,1)}.users__list .user__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.users__list .user__email,.users__list .user__name{position:relative;z-index:2;-webkit-transition:.6s cubic-bezier(.23,1,.32,1);transition:.6s cubic-bezier(.23,1,.32,1)}.users__list .user__name{display:block;width:var(--col-width);font-size:1.5em;font-weight:300;padding-bottom:7px}.users__list .user__email{display:block;width:calc(100% - var(--col-width));color:#777}.users__list .user:nth-of-type(2n){background:hsla(0,0%,46.7%,.05)}.users__list .user:hover .user__email,.users__list .user:hover .user__name{color:#fff}.users__list .user:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center top;transform-origin:center top}.card__header .action__name{font-weight:300;font-size:1.3em;color:#005050}.card__header .action__add{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background:#008a8a;padding:10px 20px}.card__header .action__add,.card__header .action__add-icon .bar,.card__header .action__add-label{-webkit-transition:.3s cubic-bezier(.23,1,.32,1);transition:.3s cubic-bezier(.23,1,.32,1)}.card__header .action__add-icon{display:block;width:20px;height:20px;margin-right:15px;position:relative}.card__header .action__add-icon .bar{position:absolute;top:50%;left:50%;background:#fff;width:15px;height:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.card__header .action__add-icon .bar:last-of-type{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.card__header .action__add-label{display:block;font-weight:700;font-size:.8em;color:#fff;text-transform:uppercase}.card__header .action__add:hover{background:#fff}.card__header .action__add:hover .action__add-icon .bar{background:#008a8a}.card__header .action__add:hover .action__add-label{color:#008a8a}.merge_title{font-weight:700;font-size:16px}.form_merge .form__field{display:inline-block}.form_merge .form__field-label{line-height:30px}.merge{margin-right:10px}.btn-gray{background:#fff;border:1px solid #008a8a;color:#008a8a}.card__header .customer-search{width:90%}.my_checkbox{cursor:pointer}.my_checkbox input{display:none}.my_checkbox span{float:left;width:20px;height:35px;display:block;background:#eaedf1;margin-right:10px}.my_checkbox span.selected{background:#008a8a}.customers__list .customer:hover .card__header-link{color:#fff}@media (min-width:1300px){.card__header .customer-search{width:90%}}.form__field{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form .controls-btns,.form__field{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form .controls-btns{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customer_form_container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customer_form_container__col{width:49%}.customer_form_container__sedi h3{font-size:20px;padding:20px 0 20px 0}.customer_form_container__sedi__table{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customer_form_container__sedi__table__item{width:33%;margin:5px 0;padding:10px;border-bottom:1px solid #d3d3d3}.customer_form_container .btn-small{font-size:12px!important;padding:5px 6px}.customer_form_container .btn-red{background:#e74c3c;color:#fff}.selectcustomer,.selectcustomer__box-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.selectcustomer .pagination{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.selectcustomer .controls__btns,.selectcustomer .pagination{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selectcustomer .controls__btns{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.selectcustomer{position:fixed;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100vw;height:100vh;background:rgba(51,51,51,.9);opacity:0;pointer-events:none;z-index:12000}.selectcustomer__box{display:block;background:#fff;width:96vw;height:96vh;border-radius:6px;padding:var(--gutter);opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}.selectcustomer__box-title{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:80px;font-weight:300;font-size:1.5em;text-align:center}.selectcustomer .clients-list{display:block;width:100%;height:calc(100% - 270px);overflow:auto}.selectcustomer .clients-list__box{width:100%;height:auto;padding:20px 10px;overflow:auto}.selectcustomer .clients-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-bottom:calc(var(--gutter)/2);padding:10px 0;position:relative;-webkit-transition:.1s linear;transition:.1s linear}.selectcustomer .clients-list__item strong{display:block;width:100%;font-weight:700;font-size:1.3em;padding-bottom:6px;-webkit-transition:.1s linear;transition:.1s linear}.selectcustomer .clients-list__item:before{content:"";position:absolute;top:-10px;left:-10px;background:#008a8a;width:calc(100% + 20px);height:calc(100% + 20px);-webkit-transition:.18s linear;transition:.18s linear;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center top;transform-origin:center top;z-index:-1}.selectcustomer .clients-list__item.selected{color:#fff}.selectcustomer .clients-list__item.selected:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.selectcustomer .pagination{height:50px;margin:0}.selectcustomer .controls__btns,.selectcustomer .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.selectcustomer .controls__btns{height:80px}.customer_last_update{width:100%!important;padding-top:5px;color:#888}.btn_select_sede{text-align:center;border:1px solid #777;margin:10px 20%;padding:20px;background:#27ae60;color:#fff;font-size:20px}:root{--col:2.5%;--row:1.25%}#previewContainer{position:relative;height:500px;overflow:scroll}#previewContainer .prv{font-size:15px;font-family:Arial;line-height:17px}#previewContainer .agency{font-size:19px;letter-spacing:-1px;font-weight:bolder;font-family:Arial}.preview{display:block;height:auto;border:2px solid #efefef;z-index:10000000;position:relative}.preview img{width:100%;position:relative;z-index:1}.preview .gridContainer{z-index:2;opacity:.5}.preview .gridContainer,.preview .itemsContainer{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:100%;top:0;left:0}.preview .itemsContainer{z-index:3}.item{position:absolute;font-weight:bolder;color:#282828}.item .__uppper{text-transform:uppercase}.itemGrid{background:#ff0}.itemGrid:before{content:"";display:block;position:absolute;top:0;left:0;border:2px solid green;width:100%;height:100%}.imageGrid{opacity:.3}.rowGridItem{font-size:10px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:var(--row)}.rowGridItem .colGridItem{position:relative;display:block;width:var(--col);height:100%;z-index:90000}.rowGridItem .colGridItem:before{content:"";display:block;position:absolute;top:0;left:0;border:1px solid red;width:100%;height:100%}#signaturePad{width:100%;border:1px solid #efefef;margin:10px}#signaturePad canvas{width:100%;min-height:300px}.form__field,.wizard_form .steps .notefield label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form .controls-btns,.list__item,.wizard_form .steps .options,.wizard_form .steps .yesnofield{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form{--inputheight:20px}.form__field{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:10px 0;margin:5px 0}.form__field-label{width:36%;font-weight:300;font-size:1.1em}.form__field-label-small{width:100%;min-height:50px}.form__field-input,.form__field-select{background:hsla(0,0%,46.7%,.1);width:60%;height:var(--inputheight);font-weight:300;font-size:1em;border:0;padding:10px}.form__field-select{width:63%;height:40px}.form__field textarea{resize:none}.form__field-btn{margin:0 15px}.form__field .field__validator_error{width:100%;font-weight:300;font-size:.8em;color:#e74c3c;text-transform:uppercase;text-align:right;padding:10px 0 0}.form .controls-btns{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:20px 0}@media (min-width:1000px){.form .step{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form__field{width:33.333333%;padding:5px}.form__field-input,.form__field-label{width:90%}.form__field-label{padding-bottom:15px}.form__field_all{width:100%}.form__field_small{width:14.1%;text-align:center;border:1px solid #e4e4e4;padding:15px;margin:2px auto}}.width90{width:90vw!important}.width70{width:70vw!important}strong{font-weight:700}.card__header{padding:30px 0}.product__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.product__item .delete{background:#e74c3c!important;width:var(--icons)!important;height:var(--icons)!important;margin-bottom:var(--gutter)}.product__item .delete svg{width:100%;height:100%;fill:#fff}@media (min-width:1000px){.product__item-field{width:29%;margin:calc(var(--gutter)/2) 1%}.product__item .delete{margin-top:35px;width:55px!important;height:55px!important;margin-bottom:0}.product__item .delete svg{width:90%;height:90%}}.width100{width:100%!important}.width100 textarea{width:710px;height:210px}.marginTopBottom{margin:20px 0}.hours__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:var(--gutter)}.hours__row strong{display:block;width:100%;font-weight:700;font-size:1.1em}.hours__row .days{width:14.28571%}.hours__row .days small{display:block;width:100%;font-size:.8em;text-transform:uppercase;text-align:center}.hours__row .days .form__field{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.counter-textarea{width:100%;margin-top:10px;color:#888;font-size:10px}:root{--gutter:30px;--icons:50px;--header:80px;--footer:60px;--sidebar:240px}.wizard_form .navigation_wizard .nav__step,.wizard_form .navigation_wizard .nav__step .step,.wizard_form .steps .options__choices-item,.wizard_form .steps .yesnofield .yesno,.wizard_form .steps .yesnofield .yesno .option{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wizard_form .steps .notefield label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wizard_form .steps .options__choices{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.list__item,.wizard_form .steps .options,.wizard_form .steps .yesnofield{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wizard_form .steps .notefield{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wizard_form{--stepsize:60px;-ms-flex-wrap:wrap;flex-wrap:wrap}.wizard_form,.wizard_form .navigation_wizard{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.wizard_form .navigation_wizard{height:var(--stepsize)}.wizard_form .navigation_wizard .nav__step{display:-webkit-box;display:-ms-flexbox;display:flex;width:150px;height:100%}.wizard_form .navigation_wizard .nav__step .step{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;width:100%;height:100%;font-size:.8em;border:0;padding:calc(var(--gutter)/2);text-align:center}.wizard_form .navigation_wizard .nav__step .step.inactive{background:rgba(51,51,51,.1)}.wizard_form .navigation_wizard .nav__step .step.current{background:#008a8a;font-weight:700;color:#fff}.wizard_form .steps{background:#efefef;width:100%;padding:var(--gutter)}.wizard_form .steps .step .title{display:block;width:100%;font-weight:300;font-size:1.5em;text-align:center;margin:20px 0 0 0;text-align:left;border-bottom:1px solid #005050;padding:0 0 5px 0}.wizard_form .steps .options{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:5px 0}.wizard_form .steps .options__title{font-weight:700;font-size:1.1em}.wizard_form .steps .options__title:last-of-type{border-top:1px solid rgba(51,51,51,.4);padding-top:var(--gutter)}.wizard_form .steps .options__label{width:50%;font-weight:300;font-size:1.2em;padding-right:15px}.wizard_form .steps .options__choices{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;height:60px}.wizard_form .steps .options__choices-item{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;width:33.33333%;height:100%;position:relative}.wizard_form .steps .options__choices-item:before{content:"";position:absolute;top:0;left:0;background:#008a8a;width:100%;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transition:.18s linear;transition:.18s linear;-webkit-transform-origin:center top;transform-origin:center top}.wizard_form .steps .options__choices-item .label{position:relative;z-index:1;-webkit-transition:.1s linear;transition:.1s linear}.wizard_form .steps .options__choices-item input{position:absolute;top:50%;left:50%;opacity:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.wizard_form .steps .options__choices-item.checked .label{color:#fff}.wizard_form .steps .options__choices-item.checked:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.wizard_form .steps .notefield{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.wizard_form .steps .notefield label{display:-webkit-box;display:-ms-flexbox;display:flex;width:48%;height:60px}.wizard_form .steps .notefield textarea{width:50%;height:120px;padding:0}.wizard_form .steps .yesnofield,.wizard_form .steps .yesnofield .yesno{display:-webkit-box;display:-ms-flexbox;display:flex}.wizard_form .steps .yesnofield .yesno{background:#fff;width:30%;height:60px;position:relative}.wizard_form .steps .yesnofield .yesno:before{content:"";position:absolute;top:0;left:50%;background:#008a8a;width:50%;height:100%;z-index:1;-webkit-transition:.18s linear;transition:.18s linear}.wizard_form .steps .yesnofield .yesno input{position:absolute;top:0;left:0;opacity:0}.wizard_form .steps .yesnofield .yesno .option{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;height:100%;font-size:1.3em;text-transform:uppercase;position:relative;z-index:2}.wizard_form .steps .yesnofield .yesno .option.yes{color:#333}.wizard_form .steps .yesnofield .yesno.checked .yes,.wizard_form .steps .yesnofield .yesno .option.no{color:#fff}.wizard_form .steps .yesnofield .yesno.checked .no{color:#333;opacity:.5}.wizard_form .steps .yesnofield .yesno.checked:before{left:0}.wizard_form .steps .yesnofield .yesno-small{width:100%;height:60px}@media (min-width:1000px){.wizard_form .navigation_wizard .nav__step .step{text-align:center}}.list__box{display:block;width:100%}.list__item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:var(--gutter);padding-bottom:var(--gutter);position:relative;border-bottom:1px solid #efefef}.list__item:before{content:"";position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);background:#008a8a;-webkit-transition:.1s linear;transition:.1s linear;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center top;transform-origin:center top;z-index:1}.list__item .light{margin-right:20px}.list__item .col{position:relative;z-index:10}.list__item .col:first-of-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:30%}.list__item .col:first-of-type strong{display:block;font-weight:700;font-size:1.3em;padding-bottom:5px}.list__item .col:nth-of-type(2){width:20%;text-align:center}.list__item:hover{color:#fff}.list__item:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.list__item:hover .btn{background:#fff;color:#005050}.list__item:hover .btn.light{color:#fff}.list__item:hover .my_checkbox span.selected{background:#fff}.card__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:transparent;height:auto;padding:0 0 15px 0}.card__header,.card__header .card__header-link{display:-webkit-box;display:-ms-flexbox;display:flex}.card__header .card__header-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background:#008a8a;padding:10px 20px}.card__header .card__header-link,.card__header .card__header-link .btn-icon .bar,.card__header .card__header-link .btn-label{-webkit-transition:.3s cubic-bezier(.23,1,.32,1);transition:.3s cubic-bezier(.23,1,.32,1)}.card__header .card__header-link .btn-icon{display:block;width:20px;height:20px;margin-right:15px;position:relative}.card__header .card__header-link .btn-icon .bar{position:absolute;top:50%;left:50%;background:#fff;width:15px;height:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.card__header .card__header-link .btn-icon .bar:last-of-type{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.card__header .card__header-link .btn-label{display:block;font-weight:700;font-size:.8em;color:#fff;text-transform:uppercase}.card__header .card__header-link:hover{background:#fff}.card__header .card__header-link:hover .btn-icon .bar{background:#008a8a}.card__header .card__header-link:hover .btn-label{color:#008a8a}.customers__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.customers__list .customer{padding:15px 10px;position:relative}.customers__list .customer:before{content:"";position:absolute;top:0;left:0;background:#008a8a;width:100%;height:100%;z-index:1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-transition:.6s cubic-bezier(.23,1,.32,1);transition:.6s cubic-bezier(.23,1,.32,1)}.customers__list .customer__agency,.customers__list .customer__referent{position:relative;z-index:2;-webkit-transition:.6s cubic-bezier(.23,1,.32,1);transition:.6s cubic-bezier(.23,1,.32,1)}.customers__list .customer__agency{display:block;width:100%;font-size:1.5em;font-weight:300;padding-bottom:7px}.customers__list .customer__referent{font-size:.7em;text-transform:uppercase;color:#777}.customers__list .customer__referent strong{font-weight:700}.customers__list .customer:nth-of-type(2n){background:hsla(0,0%,46.7%,.05)}.customers__list .customer:hover .customer__agency,.customers__list .customer:hover .customer__referent{color:#fff}.customers__list .customer:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:center top;transform-origin:center top}