@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap);html{font-family:Source Sans Pro,Arial,sans-serif;font-weight:300}body,html{margin:0;padding:0;overflow:hidden}*{-webkit-box-sizing:border-box;box-sizing:border-box}.dark{background-color:#2b2b46}.blue{background-color:#314382}#main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#main #header{width:50px}#main #content{width:calc(100% - 50px);height:100vh}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#d8d8d8}::-webkit-scrollbar-thumb{background:#5a69dc}::-webkit-scrollbar-thumb:hover{background:#555}#header a{display:block;color:#fff;padding:1em 0;text-decoration:none;text-align:center;width:100%}#header a:hover{background:hsla(0,0%,100%,.1)}#header svg{width:25px;height:25px}.flip-list-move{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.no-move{-webkit-transition:-webkit-transform 0s;transition:-webkit-transform 0s;transition:transform 0s;transition:transform 0s,-webkit-transform 0s}.ghost{opacity:.5;background:#c8ebfb}.list-group{margin:0;padding:0;min-height:100%}.list-group li{list-style:none}.wallsio-posts .list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.item{position:relative;cursor:move;list-style:none}.wallsio-posts .item{width:48%;margin:0 1%}.selected-posts .item{cursor:ns-resize}.pool .item.split{margin-bottom:3rem}.pool .item.split:after{content:"Neuer Screen";position:absolute;left:-1rem;right:-1rem;bottom:-2.4rem;text-align:center;color:#fff;background-color:hsla(0,0%,100%,.4);height:1.8rem;line-height:1.8rem;font-size:.8rem;font-weight:700}h2.title{margin:0 0 0 1em;font-size:1.2rem;line-height:4vh}.pool{height:100vh;overflow:hidden}.tabs{height:50px;background-color:#f3f3f3;color:#222;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs,.tabs .tab-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.tabs .tab-items{padding-left:.5em}.tabs a{display:block;background:hsla(0,0%,100%,.4);text-decoration:none;color:#888;padding:1.1vh 1.5vw .9vh;font-weight:600;margin-right:.2vh;-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);box-shadow:0 0 2px rgba(0,0,0,.2);-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;margin-bottom:.2vh}.tabs a:hover{background-color:hsla(0,0%,100%,.6)}.tabs a.active{color:#222;background-color:#fff;margin-bottom:0}.row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.col,.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.col{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.left{-ms-flex-preferred-size:65%;flex-basis:65%}.right{-ms-flex-preferred-size:35%;flex-basis:35%}.insta-posts,.selected-posts,.tweets,.wallsio-posts{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:scroll;height:calc(100vh - 130px);background-color:#f3f3f3;width:33.33%}.selected-posts{width:100%;background-color:transparent;padding-bottom:2rem}.selected-posts .image{width:auto;height:15vh}.selected-posts .image img{display:block;width:auto!important;height:100%!important;margin:0 auto}.row{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.row .field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5rem 1rem;border-right:1px solid #ccc;height:65px}.row .field:last-child{border:none}.row .field label{font-size:.8rem;text-transform:uppercase;font-weight:700;margin-bottom:.2rem}.row .field input[type=number],.row .field input[type=text]{border:1px solid #ccc;padding:.3rem .5rem;font-size:15px;border-radius:.3rem}.row .field input[type=number]:disabled,.row .field input[type=text]:disabled{color:#ccc;background-color:#f5f5f5}.row .field input#search{min-width:10vw}.row .field input#lat,.row .field input#lng{width:8vw}.row .field .loc-picker{background-color:#2b2b46;color:#fff;border:none;width:4rem;border-radius:.3rem;padding:.4rem 0}.row .field .loc-picker.disabled{pointer-events:none;background-color:#bfcbd9}.row .field .loc-picker:hover{background-color:#2c8e3a;cursor:pointer}.row .field .loc-picker:focus{outline:none}.cards{padding:0 1rem 1rem}.card{background-color:#fff;margin:0;border-radius:.3rem;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.actions{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;padding-right:1rem;padding-bottom:.5rem}.actions button{background-color:#2c8e3a;padding:1rem 1.5rem;color:#fff;border:none;text-transform:uppercase;font-weight:500;margin-left:2px;font-size:.8rem}.actions button:hover{cursor:pointer;background-color:#9d9c9c}.actions button.success{background-color:#2b2b46}.actions button.success:hover{background-color:#2c8e3a}.actions button.active{background-color:#ccc;color:#222;cursor:default}.actions button.mute{background-color:transparent;color:#888}.actions button.mute:hover{color:#222}.actions button.warning{background-color:transparent;color:#930909}.actions button.warning:hover{color:#c30c0c}.preview{width:100%;height:100%;background-color:#000}.preview-frame{height:2160px;width:3840px;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:0 0;transform-origin:0 0}.loading-overlay{position:fixed;left:0;top:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.6);color:#222;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:2em;font-weight:700;z-index:999}button.load-more{border:none;background-color:#2b2b46;color:#fff;padding:1.3em 2em;margin:1em 6em 2em;cursor:pointer;font-size:.9em}button.load-more:hover{background-color:#3e3e66}.no-posts{width:100%;margin-top:200px;color:#888;text-align:center}