﻿/* GLOBAL */

/* Layout and content */
nav{display:block}
div.flex-container > div > div > div > a.w3-tag{margin:0!important}
div.flex-project{padding:16px}
a.w3-tag{cursor:pointer;padding: 6px 8px;margin:2px}
input,textarea{-webkit-appearance:none}
textarea{font:inherit;margin:0;overflow:auto;-webkit-border-radius:0;border-radius:0}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=checkbox],[type=radio]{padding:0}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

.sticky{position:-webkit-sticky;position:sticky;top:0;z-index:8}
.flex-container{display:flex;flex-wrap:wrap;padding:16px;padding-top:8px;padding-bottom:48px}
.flex-container > div{width:272px;margin:8px;word-wrap:break-word}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}
.w3-padding{padding:8px 16px!important}
.w3-padding-0{padding-top:0px!important;padding-bottom:0px!important}
.w3-padding-4{padding-top:4px!important;padding-bottom:4px!important}
.w3-padding-8{padding-top:8px!important;padding-bottom:8px!important}
.wrapper{margin:auto;width:100%}
.sidebar-width{width:320px!important}
.center{margin:0;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
.w3-right-align{text-align:right!important}

.form-signin{width:100%;max-width:320px;padding:24px;margin:auto;position:relative;box-sizing:border-box;height:auto}
.w3-bordered tr{border-bottom:1px solid #ddd}
.w3-table-bordered th, .w3-table-bordered td{border:1px solid #ddd}
.w3-input{padding:8px;display:block;width:100%;border:1px solid #ccc!important;-webkit-border-radius:4px;border-radius:4px}
.checkbox-unchecked{color:#000!important;background-color:#fff!important;border:1px solid #ccc!important}
.checkbox-checked{color:#fff!important;background-color:#4c8bf5!important;border:1px solid #4c8bf5!important}
.w3-checkbox{-webkit-appearance:checkbox;-webkit-border-radius:0;border-radius:0;position:relative;top:2px}
.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}
.w3-pill-sm{border-radius:24px;padding:8px 24px;white-space:nowrap}
.img-idea:hover span{background-color:rgba(26,11,32,0.6)!important}
.curved-l{border-radius:50%;overflow:hidden}
.w3-round-xlarge{border-radius:16px}
.text-link{text-decoration:underline;cursor:pointer}

.w3-hide{display:none!important}.w3-show{display:block!important}
.w3-show-small{display:block!important}.w3-hide-small{display:none!important}
.w3-disabled{cursor:not-allowed!important;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{top:300px;opacity:0} to{top:0;opacity:1}}
.w3-opacity-off{opacity:1}
.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-xxlarge{font-size:36px!important}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.2);z-index:2}
.w3-overlay-dark{background-color:rgba(0,0,0,0.6);z-index:10}
.overlay-tip{font-family:"Indie Flower","Roboto",sans-serif;font-size:24px;color:white;transform:rotate(-8deg);-ms-transform:rotate(-8deg);-webkit-transform:rotate(-8deg);-moz-transform:rotate(-8deg)}

/* Colors */
.w3-light-grey{color:#000!important;background-color:#f1f1f1!important}
.w3-blue{color:#fff!important;background-color:#0A72C7!important}
.w3-green{color:#fff!important;background-color:#128215!important}
.w3-text-dark-grey{color:#3a3a3a!important}

/* @media */
@media (hover: hover) {
    .w3-hover-white:hover{color:#000!important;background-color:#fff!important}
    .w3-button-hover-blue:hover{color:#fff!important;background-color:#0088f5!important}
    .w3-hover-opacity-off:hover{opacity:1}
}


/* SEARCH */

/* Layout and content */
.no-decoration{text-decoration:none}
.filter-tag{display:flex;justify-content:center;align-items:center;height:32px;border-radius:16px;margin:4px}
.w3-show-med{display:block!important}.w3-hide-med{display:none!important}.w3-hide-med-show{display:flex!important}

/* Colors */
.w3-border-buy{border-color:#5561E2!important}

/* @media */
@media (hover: hover) {
    .w3-button-hover-blue-alt:hover{color:#fff!important;background-color:#0A72C7!important}
}
@media (min-width:601px){.w3-hide-small{display:block!important}.w3-show-small{display:none!important}}
@media (min-width:904px){.w3-hide-med{display:flex!important}.w3-show-med{display:none!important}}
@media (max-width:1207px) and (min-width:904px) {.search-container{width:576px!important}}
@media (max-width:1511px) and (min-width:1208px) {.search-container{width:864px!important}}
@media (min-width:1512px) {.search-container{width:1152px!important}}