@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);.button{cursor:pointer;padding:2.5px;transition:background-color .6s ease,border-color .6s ease,opacity .6s ease;border-radius:10px;overflow:hidden;height:45px;padding:0 10px;position:relative}.button img{height:100%}.button.roundedRectangle,.button.roundedSquare{border:none;box-shadow:5px 5px 9px -7px rgba(0,0,0,.6);background-color:#fff}.button.roundedRectangle img,.button.roundedSquare img{height:100%}.button.roundedRectangle:hover,.button.roundedSquare:hover{background-color:rgba(0,0,0,.05)}.button.roundedRectangle.active,.button.roundedSquare.active{background-color:rgba(0,0,0,.2)}.button.roundedSquare{width:45px;height:45px;padding:5px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.button.roundedSquare img{width:100%}.button.roundedRectangle{padding:10px;display:flex;align-items:center;padding-right:55px}.button.roundedRectangle img{margin-left:10px;position:absolute;background-color:#fff;height:45px;width:45px;right:0;padding:10px}.button.green,.button.green:hover{background-color:rgba(0,255,0,.4)}.button.green:hover{opacity:.8}.menu{position:fixed;height:100vh;left:0;top:0;width:60px;height:100%;display:flex;flex-direction:column;align-items:center;transform:translateX(-100%);transition:transform .6s ease}.menu.visible{transform:translateX(0)}.menu .button{border:none!important}.menu .btnUser{margin-top:2.5px;padding:unset}.menu .btnUser img{-o-object-fit:cover;object-fit:cover}.menu .dynamicButtons{flex-grow:1}.menu .dynamicButtons,.menu .fixedButtons{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.menu .dynamicButtons button,.menu .fixedButtons button{margin:5px 0;width:45px;height:45px;box-shadow:5px 5px 9px -7px rgba(0,0,0,.6);background-color:hsla(0,0%,100%,.6);padding:5px}.menu .dynamicButtons button:hover,.menu .fixedButtons button:hover{background-color:rgba(0,0,0,.05)}.menu .dynamicButtons button.active,.menu .fixedButtons button.active{background-color:rgba(0,0,0,.2)}.home{background-color:#e2e0e0;height:100%;width:100%}.home .bg{position:absolute;height:100vh;width:100vw;opacity:.1}.home .bg img,.home .content{height:100%;width:100%}.home .content{position:fixed;display:flex;justify-content:center;align-items:center;left:0;transition:left .6s ease}.home .content.logged{width:calc(100% - 60px);left:60px}.cover{display:flex;visibility:hidden;justify-content:center;align-items:center;position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.8);opacity:0;transition:opacity .6s ease}.cover.visible{opacity:1;visibility:inherit}.closeButton{position:absolute;right:0;z-index:7;width:40px;height:30px;border:none;border-radius:unset;border-bottom-left-radius:10px;border-bottom:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1)}.closeButton:hover{background-color:#fe6c5b;border-bottom:1px solid #fe6c5b;border-left:1px solid #fe6c5b}.clients{height:90vh;width:90vw;max-height:600px;max-width:800px;padding:15px}.clients .header{height:100px}.clients .header h1{font-weight:lighter;font-size:20px}.clients .header input[type=text]{width:100%;display:block;margin:15px auto;height:30px;padding:2px;font-size:20px}.clients .body{height:calc(100% - 100px);overflow:auto}.clients .body table{width:100%;border-collapse:collapse}.clients .body table thead th{padding:5px;font-size:20px;font-weight:lighter}.clients .body table tbody tr{cursor:pointer;background-color:#ccc}.clients .body table tbody tr td{padding:5px}.clients .body table tbody tr:nth-child(2n){background-color:#fff}.clients .body table tbody tr:hover{background-color:#999;color:#fff}.supportForm{width:90vw;height:90vh;max-height:450px;max-width:1000px;padding:10px}.supportForm .header{display:flex;align-items:center}.supportForm .header p{margin:0 10px}.supportForm .body{width:100%;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;margin-bottom:10px}.supportForm .body .formDiv{width:50%;position:relative;padding-bottom:40px}.supportForm .body .formDiv label{display:block;width:90%;margin:10px auto}.supportForm .body .formDiv input,.supportForm .body .formDiv select,.supportForm .body .formDiv textarea{display:block;width:90%;min-height:30px;margin:5px auto 10px auto;padding:5px}.supportForm .body .formDiv button{width:90%;display:block;margin:0 auto}.supportForm .confirmButton{display:block;margin:0 auto 40px auto;width:45%;padding:5px;font-size:35px;font-weight:lighter}.supportForm .hoverSelect{position:absolute;width:90%;margin:-10px auto 0 auto;left:0;right:0;max-height:150px;background-color:hsla(0,0%,100%,.9);border-right:1px solid #ccc;border-bottom:4px solid #ccc;border-left:1px solid #ccc;z-index:8;overflow:auto}.supportForm .hoverSelect table{border-collapse:collapse;width:100%}.supportForm .hoverSelect table tr{cursor:pointer;border-bottom:1px solid #ccc;height:40px}.supportForm .hoverSelect table tr:hover{background-color:#ccc}.supportForm .hoverSelect table tr td{padding:0 5px}.users{height:90vh;width:90vw;max-height:600px;max-width:800px}.users .header{padding:15px;height:110px}.users .header h1{font-weight:lighter;font-size:20px;margin-bottom:15px}.users .header .headerButtons button{border:none;cursor:pointer;background-color:#ccc}.users .header .headerButtons button:hover{background-color:#d8d8d8}.users .list{width:100%;height:calc(100% - 110px);overflow:auto}.users .list table{width:100%;border-collapse:collapse;background-color:rgba(0,0,0,.3)}.users .list table thead th{padding:5px;font-size:20px;font-weight:lighter}.users .list table tbody tr{cursor:pointer;background-color:#ccc}.users .list table tbody tr td{height:50px;text-align:center}.users .list table tbody tr td img{height:100%;width:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:10px}.users .list table tbody tr:nth-child(2n){background-color:#fff}.users .list table tbody tr:hover{background-color:#999;color:#fff}.registration{background-color:#fff;height:90vh;width:90vw;max-height:500px;max-width:800px;padding:10px 0}.registration .content{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center}.registration .content .fields,.registration .content .picture{width:50%;position:relative;padding-bottom:40px;margin-bottom:10px}.registration .content .fields label,.registration .content .picture label{display:block;width:90%;margin:10px auto}.registration .content .fields input,.registration .content .fields select,.registration .content .fields textarea,.registration .content .picture input,.registration .content .picture select,.registration .content .picture textarea{display:block;width:90%;min-height:30px;margin:5px auto 10px auto;padding:5px}.registration .content .fields button,.registration .content .picture button{width:90%;display:block;margin:0 auto}.registration .content .picture{height:350px;padding:10px}.registration .content .picture .foto{width:100%;height:90%;border:5px dotted hsla(0,0%,78%,.7);padding:10px}.registration .content .picture .foto img{height:100%;margin:0 auto;display:block}.registration .confirmButton{display:block;margin:0 auto;width:45%;padding:5px;font-size:35px;font-weight:lighter}.window{width:100%;height:100vh;position:fixed;display:flex;justify-content:center;align-items:center;z-index:1}.window .windowContent{z-index:3;background-color:#fff;position:relative;border-radius:10px}*{margin:0;padding:0;box-sizing:border-box;outline:0;overflow:hidden}::-webkit-scrollbar,::-webkit-scrollbar-track{background-color:#f5f5f5}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background-color:#7e7e7e}:focus:not(input),:not(input){-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline-style:none}#app{height:100vh;height:calc(var(--vh, 1vh)*100)}#app,button,input{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px}.fade-enter-active,.fade-leave-active{transition:opacity .6s ease;position:absolute}.fade-enter,.fade-leave-to{opacity:0}.fade-move{transition:all .6s ease}.login{box-shadow:0 0 8px 0 rgba(0,0,0,.2),0 0 5px 0 rgba(0,0,0,.19);background-color:hsla(0,0%,100%,.8);width:70%;height:60%;max-width:400px;max-height:300px;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center}.login form{width:100%}.login form label{display:block;text-align:center;font-size:25px}.login form input[type=password],.login form input[type=text]{width:100%;font-size:20px;margin:10px 0}.login form button{width:100%;height:50px;margin-top:20px;font-size:25px;font-weight:300;cursor:pointer}.login form .form-message{text-align:center;font-weight:bolder;font-size:18px;color:#c80a0a}.Sorting{display:flex;flex-direction:row;align-items:center;flex-grow:1;height:100%}.Sorting h1{display:inline-block;font-weight:lighter;margin-right:15px;font-size:25px}.Sorting select{background-color:hsla(0,0%,100%,0);height:70%;padding:0 10px;border:none;border-radius:10px;margin-left:10px;transition:background-color .6s ease;cursor:pointer}.Sorting select:hover{background-color:#fff}.support{width:300px;height:190px;margin:5px;box-shadow:6px 4px 9px -2px rgba(0,0,0,.75);padding:0 5px;border-radius:10px}.support .lowerPart{height:40px;width:100%}.support .lowerPart .left,.support .lowerPart .right{height:100%}.support .lowerPart .left button,.support .lowerPart .right button{height:100%;border:none;padding:5px;background-color:inherit;margin:0 2.5px;cursor:pointer;transition:background-color .6s ease}.support .lowerPart .left button img,.support .lowerPart .right button img{height:100%}.support .lowerPart .left button:hover,.support .lowerPart .right button:hover{background-color:rgba(0,0,0,.05)}.support .lowerPart .left{float:left;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 0}.support .lowerPart .left img{height:30px;margin-right:10px}.support .lowerPart .left p{display:flex;align-items:center;justify-content:center;font-size:25px;height:100%}.support .lowerPart .right{float:right}.support .upperPart{display:flex;width:100%;height:150px}.support .upperPart .priority{display:inline-flex;width:30px;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;height:150px}.support .upperPart .priority p{width:100%;text-align:center}.support .upperPart .priority button{border:none;background-color:inherit;cursor:pointer;padding:2px;transition:background-color .6s ease}.support .upperPart .priority button:hover{background-color:rgba(0,0,0,.05)}.support .upperPart .priority button img{width:100%}.support .upperPart .data{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;height:150px;width:calc(100% - 30px);cursor:pointer}.support .upperPart .data .clientName{font-size:18px;height:45px;width:100%;overflow:hidden;text-overflow:ellipsis;text-align:center;font-weight:lighter;white-space:wrap}.support .upperPart .data .requesterName{font-size:13px}.support .upperPart .data .phone{margin:5px 0;display:flex;flex-direction:row}.support .upperPart .data .phone img{width:20px;display:inline-block}.support .upperPart .data .phone p{margin-left:5px;width:calc(100% - 25px);display:inline-block;font-size:18px}.support .upperPart .data .module{font-weight:700;margin-bottom:5px}.support .upperPart .data .dateTime{font-size:12px;font-weight:lighter}.supports{position:relative;height:100%;width:100%;z-index:1;padding:0 0 15px}.supports .header{position:absolute;height:70px;width:100%;top:0;display:flex;flex-direction:row;align-items:center;padding:0 20px;box-shadow:5px 5px 9px -7px rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.supports .supportList{position:absolute;top:0;width:100%;height:100%;overflow:auto;padding-top:80px}.supports .supportList h1{font-weight:lighter;text-align:center;margin-bottom:20px}.supports .supportList hr{margin:0 auto;width:90%}.supports .supportList .active,.supports .supportList .solved{display:flex;flex-wrap:wrap;width:100%;padding-bottom:40px}.supports .supportList .solved .support{height:150px}.supports .supportList .solved .support .upperPart{height:100%}.supports .supportList .solved .support .upperPart .data{width:100%}@-webkit-keyframes vex-fadein{0%{opacity:0}to{opacity:1}}@keyframes vex-fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes vex-fadeout{0%{opacity:1}to{opacity:0}}@keyframes vex-fadeout{0%{opacity:1}to{opacity:0}}@-webkit-keyframes vex-rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes vex-rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.vex,.vex *,.vex :after,.vex :before{-moz-box-sizing:border-box;box-sizing:border-box}.vex{position:fixed;overflow:auto;-webkit-overflow-scrolling:touch;z-index:1111;top:0;right:0;bottom:0;left:0}.vex-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.vex-overlay{-webkit-animation:vex-fadein .5s;animation:vex-fadein .5s;position:fixed;z-index:1111;background:rgba(0,0,0,.4);top:0;right:0;bottom:0;left:0}.vex-overlay.vex-closing{-webkit-animation:vex-fadeout .5s forwards;animation:vex-fadeout .5s forwards}.vex-content{-webkit-animation:vex-fadein .5s;animation:vex-fadein .5s;background:#fff}.vex.vex-closing .vex-content{-webkit-animation:vex-fadeout .5s forwards;animation:vex-fadeout .5s forwards}.vex-close:before{font-family:Arial,sans-serif;content:"\00D7"}.vex-dialog-form{margin:0}.vex-dialog-button{text-rendering:optimizeLegibility;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.vex-loading-spinner{-webkit-animation:vex-rotation .7s linear infinite;animation:vex-rotation .7s linear infinite;box-shadow:0 0 1em rgba(0,0,0,.1);position:fixed;z-index:1112;margin:auto;top:0;right:0;bottom:0;left:0;height:2em;width:2em;background:#fff}body.vex-open{overflow:hidden}.vex.vex-theme-default{padding-top:160px;padding-bottom:160px}.vex.vex-theme-default.vex-closing .vex-content{-webkit-animation:vex-flyout .5s forwards;animation:vex-flyout .5s forwards}.vex.vex-theme-default .vex-content{-webkit-animation:vex-flyin .5s;animation:vex-flyin .5s;border-radius:5px;font-family:Helvetica Neue,sans-serif;background:#f0f0f0;color:#444;padding:1em;position:relative;margin:0 auto;max-width:100%;width:450px;font-size:1.1em;line-height:1.5em}.vex.vex-theme-default .vex-content h1,.vex.vex-theme-default .vex-content h2,.vex.vex-theme-default .vex-content h3,.vex.vex-theme-default .vex-content h4,.vex.vex-theme-default .vex-content h5,.vex.vex-theme-default .vex-content h6,.vex.vex-theme-default .vex-content li,.vex.vex-theme-default .vex-content p,.vex.vex-theme-default .vex-content ul{color:inherit}.vex.vex-theme-default .vex-close{border-radius:5px;position:absolute;top:0;right:0;cursor:pointer}.vex.vex-theme-default .vex-close:before{border-radius:3px;position:absolute;content:"\00D7";font-size:26px;font-weight:400;line-height:31px;height:30px;width:30px;text-align:center;top:3px;right:3px;color:#bbb;background:transparent}.vex.vex-theme-default .vex-close:active:before,.vex.vex-theme-default .vex-close:hover:before{color:#777;background:#e0e0e0}.vex.vex-theme-default .vex-dialog-form .vex-dialog-message{margin-bottom:.5em}.vex.vex-theme-default .vex-dialog-form .vex-dialog-input{margin-bottom:1em}.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=date],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime-local],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=email],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=month],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=number],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=password],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=search],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=tel],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=text],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=time],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=url],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=week],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input select,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea{border-radius:3px;background:#fff;width:100%;padding:.25em .67em;border:0;font-family:inherit;font-weight:inherit;font-size:inherit;min-height:2.5em;margin:0 0 .25em}.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=date]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=email]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=month]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=number]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=password]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=search]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=tel]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=text]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=time]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=url]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=week]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:none}.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons{*zoom:1}.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after{content:"";display:table;clear:both}.vex.vex-theme-default .vex-dialog-button{border-radius:3px;border:0;float:right;margin:0 0 0 .5em;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em}.vex.vex-theme-default .vex-dialog-button.vex-last{margin-left:0}.vex.vex-theme-default .vex-dialog-button:focus{-webkit-animation:vex-pulse 1.1s infinite;animation:vex-pulse 1.1s infinite;outline:none}@media (max-width:568px){.vex.vex-theme-default .vex-dialog-button:focus{-webkit-animation:none;animation:none}}.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary{background:#3288e6;color:#fff}.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary{background:#e0e0e0;color:#777}.vex-loading-spinner.vex-theme-default{box-shadow:0 0 0 .5em #f0f0f0,0 0 1px .5em rgba(0,0,0,.3);border-radius:100%;background:#f0f0f0;border:.2em solid transparent;border-top-color:#bbb;top:-1.1em;bottom:auto}@-webkit-keyframes vex-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes vex-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes vex-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes vex-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px hsla(0,0%,100%,.25)}to{box-shadow:inset 0 0 0 300px transparent}}@keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px hsla(0,0%,100%,.25)}to{box-shadow:inset 0 0 0 300px transparent}}.vex.vex-theme-os{padding-top:160px;padding-bottom:160px}.vex.vex-theme-os.vex-closing .vex-content{-webkit-animation:vex-flyout .5s forwards;animation:vex-flyout .5s forwards}.vex.vex-theme-os .vex-content{-webkit-animation:vex-flyin .5s;animation:vex-flyin .5s;border-radius:5px;box-shadow:inset 0 1px #a6a6a6,0 0 0 1px rgba(0,0,0,.08);font-family:Helvetica Neue,sans-serif;border-top:20px solid #bbb;background:#f0f0f0;color:#444;padding:1em;position:relative;margin:0 auto;max-width:100%;width:450px;font-size:1.1em;line-height:1.5em}.vex.vex-theme-os .vex-content h1,.vex.vex-theme-os .vex-content h2,.vex.vex-theme-os .vex-content h3,.vex.vex-theme-os .vex-content h4,.vex.vex-theme-os .vex-content h5,.vex.vex-theme-os .vex-content h6,.vex.vex-theme-os .vex-content li,.vex.vex-theme-os .vex-content p,.vex.vex-theme-os .vex-content ul{color:inherit}.vex.vex-theme-os .vex-close{border-radius:0 5px 0 0;position:absolute;top:0;right:0;cursor:pointer}.vex.vex-theme-os .vex-close:before{border-radius:3px;position:absolute;content:"\00D7";font-size:26px;font-weight:400;line-height:31px;height:30px;width:30px;text-align:center;top:3px;right:3px;color:#bbb;background:transparent}.vex.vex-theme-os .vex-close:active:before,.vex.vex-theme-os .vex-close:hover:before{color:#777;background:#e0e0e0}.vex.vex-theme-os .vex-dialog-form .vex-dialog-message{margin-bottom:.5em}.vex.vex-theme-os .vex-dialog-form .vex-dialog-input{margin-bottom:1em}.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=date],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=datetime-local],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=datetime],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=email],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=month],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=number],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=password],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=search],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=tel],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=text],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=time],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=url],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=week],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input select,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea{border-radius:3px;background:#fff;width:100%;padding:.25em .67em;border:0;font-family:inherit;font-weight:inherit;font-size:inherit;min-height:2.5em;margin:0 0 .25em}.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=date]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=datetime]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=email]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=month]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=number]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=password]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=search]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=tel]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=text]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=time]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=url]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type=week]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea:focus{box-shadow:inset 0 0 0 1px #3288e6;outline:none}.vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons{*zoom:1}.vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons:after{content:"";display:table;clear:both}.vex.vex-theme-os .vex-dialog-button{border-radius:3px;border:0;float:right;margin:0 0 0 .5em;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em}.vex.vex-theme-os .vex-dialog-button.vex-last{margin-left:0}.vex.vex-theme-os .vex-dialog-button:focus{-webkit-animation:vex-pulse 1.1s infinite;animation:vex-pulse 1.1s infinite;outline:none}@media (max-width:568px){.vex.vex-theme-os .vex-dialog-button:focus{-webkit-animation:none;animation:none}}.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary{background:#3288e6;color:#fff}.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary{background:#e0e0e0;color:#777}.vex-loading-spinner.vex-theme-os{box-shadow:0 0 0 1px rgba(0,0,0,.2),0 0 .5em rgba(0,0,0,.2);border-radius:100%;background:hsla(0,0%,100%,.2);width:0;height:0;border:1.2em solid #bbb;border-top-color:#f0f0f0;border-bottom-color:#f0f0f0}